knazeri / edge-connect

EdgeConnect: Structure Guided Image Inpainting using Edge Prediction, ICCV 2019 https://arxiv.org/abs/1901.00212
http://openaccess.thecvf.com/content_ICCVW_2019/html/AIM/Nazeri_EdgeConnect_Structure_Guided_Image_Inpainting_using_Edge_Prediction_ICCVW_2019_paper.html
Other
2.5k stars 530 forks source link

C:\Users\86199>python D:\\edge-connect-master\\scripts\\metrics.py --data-path "D:\\edge-connect-master\\input" --output-path D:\\edge-connect-master\\output [data_path] = D:\\edge-connect-master\\input [output_path] = D:\\edge-connect-master\\output [debug] = 0 Traceback (most recent call last): File "D:\\edge-connect-master\\scripts\\metrics.py", line 48, in <module> img_pred = (imread(str(path_pred) + '\\'+basename(str(fn))) / 255.0).astype(np.float32) File "C:\Anaconda3\lib\site-packages\numpy\lib\utils.py", line 101, in newfunc return func(*args, **kwds) File "C:\Anaconda3\lib\site-packages\scipy\misc\pilutil.py", line 164, in imread im = Image.open(name) File "C:\Anaconda3\lib\site-packages\PIL\Image.py", line 2652, in open fp = builtins.open(filename, "rb") FileNotFoundError: [Errno 2] No such file or directory: 'D:\\\\edge-connect-master\\\\output\\places2_01.png' #97

Open landycy opened 5 years ago