zsyOAOA / ResShift

ResShift: Efficient Diffusion Model for Image Super-resolution by Residual Shifting (NeurIPS@2023 Spotlight, TPAMI@2024)
Other
944 stars 50 forks source link

how can i get this file '/mnt/sfs-common/zsyue/database/ImageNet/files_txt/path_train_all.txt' #49

Closed SijieLiu518 closed 8 months ago

Juhyun-Lucia commented 7 months ago

Hello, did you get the txt file above? Could you please let me know how to get it?

zsyOAOA commented 7 months ago

You should first download the ImageNet and then generate this txt file by yourself. Alternatively, it is also possible to put the folder path into the config file. Please refer to this code snip: https://github.com/zsyOAOA/ResShift/blob/journal/basicsr/data/realesrgan_dataset.py#L61

Juhyun-Lucia commented 7 months ago

Thank you for quick answer!