NAFNet icon indicating copy to clipboard operation
NAFNet copied to clipboard

About the folder ./datasets/GoPro/train/blur_crops

Open Tarnishedmo opened this issue 3 years ago • 2 comments

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!!

Tarnishedmo avatar Jul 01 '22 16:07 Tarnishedmo

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.

mayorx avatar Jul 04 '22 04:07 mayorx

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.

Tarnishedmo avatar Jul 04 '22 23:07 Tarnishedmo