Algolzw / BSRT

Pytorch code for "BSRT: Improving Burst Super-Resolution with Swin Transformer and Flow-Guided Deformable Alignment", CVPRW, 1st place in NTIRE 2022 BurstSR Challenge (real-world track).
MIT License
179 stars 13 forks source link

The real-world dataset #5

Open ZXXY09 opened 1 year ago

ZXXY09 commented 1 year ago

Excuse me, how to download the dataset which named real-world dataset in your paper? Thank you.

Algolzw commented 1 year ago

You can download it from the official script: https://github.com/goutamgmb/deep-burst-sr#datasets

ZXXY09 commented 1 year ago

oh, thank you. I have another question that in training real-world dataset the command --pre_train ../../synthetic/train_log/bsrt/real_models/bsrt_tiny/bsrt_best_epoch.pth ,how to get the .pth file.

Algolzw commented 1 year ago

All pretrained models are provided here