LK-Peng / CNN-based-Cloud-Detection-Methods

Understanding the Role of Receptive Field of Convolutional Neural Network for Cloud Detection in Landsat 8 OLI Imagery
MIT License
24 stars 3 forks source link

No such file or directory: '/home/clouddt/XAI/dataFinal/inference/cld_clr_tile_list.json' #1

Open M11202226HSU opened 1 year ago

M11202226HSU commented 1 year ago

Hi LK-Peng When I run the comparator.py , The Error :FileNotFoundError: [Errno 2] No such file or directory: '/home/clouddt/XAI/dataFinal/inference/cld_clr_tile_list.json' was happened. I have the file: inference/UNet-seed3/model_best.pth.tar-pixel.json,but I don't think so this is answer. What can I do to deal with this problem?

LK-Peng commented 11 months ago

Hi, This is a file that contains the filename of the image file to be utilized. You need to construct it according to your specific task requirements. This file just serves as a reference to indicate the location where the images are stored. I guess you can create it easily.