mkjia commited on
Commit
4e3f639
·
verified ·
1 Parent(s): 1d32bba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -10,12 +10,12 @@
10
 
11
  [HKUST](https://hkust.edu.hk/)<sup>1</sup>, [Horizon Robotics](https://en.horizon.auto/)<sup>2</sup>, [CUHK](https://cuhk.edu.hk/)<sup>3</sup>, [NJU](https://www.nju.edu.cn/)<sup>4</sup><br>
12
  <sup>*</sup> Corresponding Author, <sup>§</sup> Project Leader
13
- <br><br><image src='assets/teaser.png'/>
14
  </div>
15
 
16
 
17
  ## 🚀News
18
- - ```[August 2025]``` Achieve SOTA at paperwithcode leaderboards: Image Reconstruction on ImageNet and UHDBench. <image src='assets/SOTA_recon_fid_imagenet_badge.jpg'/> <image src='assets/SOTA_recon_PSNR_UHD_badge.jpg'/>
19
  - ```[August 2025]``` Released Inference Code
20
  - ```[August 2025]``` Released [model zoo](https://huggingface.co/mkjia/MGVQ/tree/main).
21
  - ```[August 2025]``` Released dataset for ultra-high-definition image reconstruction evaluation. Our proposed super-resolution image reconstruction [UHDBench dataset](https://huggingface.co/datasets/mkjia/UHDBench/tree/main) is released.
@@ -78,23 +78,23 @@ python3 evaluator.py /path/to/your/VIRTUAL_imagenet256_labeled.npz /path/to/your
78
  ## 🗄️Demos
79
  - 🔥 Qualitative reconstruction images with $16$ x downsampling on $2560$ x $1440$ UHDBench dataset.
80
 
81
- <image src='assets/qual_recon.png'/>
82
 
83
  - 🔥 Qualitative class-to-image generation of Imagenet. The classes are dog(Golden Retriever and Husky), cliff, and bald eagle.
84
 
85
- <image src='assets/qual_gen.png'/>
86
 
87
  - 🔥 Reconstruction evaluation on 256×256 ImageNet benchmark.
88
 
89
- <image src='assets/recon_tab_1.jpg'/>
90
 
91
  - 🔥 Zero-shot reconstruction evaluation with a downsample ratio of 16 on 512×512 datasets.
92
 
93
- <image src='assets/recon_tab_2.jpg'/>
94
 
95
  - 🔥 Zero-shot reconstruction evaluation with a downsample ratio of 16 on 2560×1440 datasets.
96
 
97
- <div align="center"><image src='assets/recon_tab_3.jpg'/></image></div>
98
 
99
  ## 🗄️Demos
100
 
 
10
 
11
  [HKUST](https://hkust.edu.hk/)<sup>1</sup>, [Horizon Robotics](https://en.horizon.auto/)<sup>2</sup>, [CUHK](https://cuhk.edu.hk/)<sup>3</sup>, [NJU](https://www.nju.edu.cn/)<sup>4</sup><br>
12
  <sup>*</sup> Corresponding Author, <sup>§</sup> Project Leader
13
+ <br><br><image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/teaser.png'/>
14
  </div>
15
 
16
 
17
  ## 🚀News
18
+ - ```[August 2025]``` Achieve SOTA at paperwithcode leaderboards: Image Reconstruction on ImageNet and UHDBench. <image src='https://huggingface.co/mkjia/MGVQ/raw/main/assets/SOTA_recon_fid_imagenet_badge.jpg'/> <image src='https://huggingface.co/mkjia/MGVQ/raw/main/assets/SOTA_recon_PSNR_UHD_badge.jpg'/>
19
  - ```[August 2025]``` Released Inference Code
20
  - ```[August 2025]``` Released [model zoo](https://huggingface.co/mkjia/MGVQ/tree/main).
21
  - ```[August 2025]``` Released dataset for ultra-high-definition image reconstruction evaluation. Our proposed super-resolution image reconstruction [UHDBench dataset](https://huggingface.co/datasets/mkjia/UHDBench/tree/main) is released.
 
78
  ## 🗄️Demos
79
  - 🔥 Qualitative reconstruction images with $16$ x downsampling on $2560$ x $1440$ UHDBench dataset.
80
 
81
+ <image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/qual_recon.png'/>
82
 
83
  - 🔥 Qualitative class-to-image generation of Imagenet. The classes are dog(Golden Retriever and Husky), cliff, and bald eagle.
84
 
85
+ <image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/qual_gen.png'/>
86
 
87
  - 🔥 Reconstruction evaluation on 256×256 ImageNet benchmark.
88
 
89
+ <image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/recon_tab_1.jpg'/>
90
 
91
  - 🔥 Zero-shot reconstruction evaluation with a downsample ratio of 16 on 512×512 datasets.
92
 
93
+ <image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/recon_tab_2.jpg'/>
94
 
95
  - 🔥 Zero-shot reconstruction evaluation with a downsample ratio of 16 on 2560×1440 datasets.
96
 
97
+ <div align="center"><image src='https://huggingface.co/mkjia/MGVQ/resolve/main/assets/recon_tab_3.jpg'/></image></div>
98
 
99
  ## 🗄️Demos
100