Skip to content
/ TSR Public

Winner solution for CVPR 2023 PBVS Thermal Image Super-Resolution Challenge - Track1 SSIM

Notifications You must be signed in to change notification settings

zhwzhong/TSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TSR

Train:

torchrun --nnodes 1 --nproc_per_node=2 --rdzv_backend=c10d --rdzv_endpoint=localhost:10345 main.py -c ./config/pbvs.yml --scale 2 (For Pre-trained)

torchrun --nnodes 1 --nproc_per_node=2 --rdzv_backend=c10d --rdzv_endpoint=localhost:10345 main.py -c ./config/pbvs.yml --scale 4 --pre_trained model_000120.pth

Test

torchrun --nnodes 1 --nproc_per_node=2 --rdzv_backend=c10d --rdzv_endpoint=localhost:10345 main.py -c ./config/pbvs.yml --scale 4 --test_only

About

Winner solution for CVPR 2023 PBVS Thermal Image Super-Resolution Challenge - Track1 SSIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages