huiwoni / TISR-Challenge

0 stars 0 forks source link

[PBVS @ CVPR 2024 Thermal Images Super-resolution challenge- Track 1]

Our method achieved 4th place in PSNR and 3rd place in SSIM in the PBVS 2024 Thermal Image Super-Resolution Challenge(TISR)-Track1.

Environment

Installation

Extract sub-images

python df2k_extract_subimages.py

Create a meta-info file

python df2k_generate_meta_info.py

Thermal Image for Fine-tuning

Extract sub-images

python thermal_extract_subimages.py

Create a meta-info file

python thermal_generate_meta_info.py

Quick[test]

Create SR images

python hat/test.py -opt options/test/HAT_SRx8_quick.yml

The testing results will be saved in the ./results folder.

Pre-training

Fine-tuning

Acknowledgment

Our codes borrowed from chxy95 and nmhkahn. Thanks for their work.