VITA-Group / DeblurGANv2

[ICCV 2019] "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" by Orest Kupyn, Tetiana Martyniuk, Junru Wu, Zhangyang Wang
Other
1.01k stars 265 forks source link

Where to place inceptionresnetv2-520b38e4.pth in windows - anaconda? #96

Open erichnewie opened 3 years ago

erichnewie commented 3 years ago

I am a total Python beginner and want to run predict.py in anaconda/spider environment on Windows10. I have downloaded with firefox from "https://drive.google.com/uc?export=view&id=1UXcsRVW-6KF23_TNzxw-xC0SzaMfXOaR" and renamed it to inceptionresnetv2-520b38e4.pth, as indicated in some issue-comments. But where shall I move it to? Error message: File "D:\Programme\anaconda3\lib\site-packages\torch\serialization.py", line 211, in init super(_open_file, self).init(open(name, mode)) FileNotFoundError: [Errno 2] No such file or directory: 'best_fpn.h5' Please help me.