NAFNet
NAFNet copied to clipboard
About the folder ./datasets/GoPro/train/blur_crops
This is a problem when I try to run gopro.py. The program tells me that this folder already exists, but in fact it doesn't. I don't know if this is os.path.exists() or a cache problem. Can someone answer it? Thank you!!
Hi, Tarnishedmo,
I'm not sure about the issue, please make sure you follow the data preparation instruction, and could you please provide more information? It might be a path issue that I'm not familiar with, another workaround is to abandon the data preprocessing process and directly use 720x1280 images on the hard disk (rather than lmdb format), please refer to "directly read disk data" in here.
Thanks.
Thank you very much for your reply. I never expected to receive it. At present, my solution to this problem is to use an identical copy of gopro.py to prepare data, but I still don't know why two identical programs except their names have different feedback. I'm sure I checked their codes carefully.