XiangZ commited on
Commit
81da40e
1 Parent(s): 06c087b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
  ---
 
2
  tags:
3
  - HiT-SR
4
  - image super-resolution
@@ -14,6 +15,6 @@ tags:
14
 
15
  HiT-SR is a general strategy to improve transformer-based SR methods. We apply our HiT-SR approach to improve [SwinIR-Light](https://github.com/JingyunLiang/SwinIR), [SwinIR-NG](https://github.com/rami0205/NGramSwin) and [SRFormer-Light](https://github.com/HVision-NKU/SRFormer), corresponding to our HiT-SIR, HiT-SNG, and HiT-SRF. Compared with the original structure, our improved models achieve better SR performance while reducing computational burdens.
16
 
 
17
 
18
  🤗 Please refer to https://huggingface.co/XiangZ/hit-sr for usage.
19
-
 
1
  ---
2
+ pipeline_tag: image-to-image
3
  tags:
4
  - HiT-SR
5
  - image super-resolution
 
15
 
16
  HiT-SR is a general strategy to improve transformer-based SR methods. We apply our HiT-SR approach to improve [SwinIR-Light](https://github.com/JingyunLiang/SwinIR), [SwinIR-NG](https://github.com/rami0205/NGramSwin) and [SRFormer-Light](https://github.com/HVision-NKU/SRFormer), corresponding to our HiT-SIR, HiT-SNG, and HiT-SRF. Compared with the original structure, our improved models achieve better SR performance while reducing computational burdens.
17
 
18
+ Paper: https://huggingface.co/papers/2407.05878
19
 
20
  🤗 Please refer to https://huggingface.co/XiangZ/hit-sr for usage.