DeokyunKim / Progressive-Face-Super-Resolution

Official Pytorch Implementation of Progressive Face Super-Resolution (BMVC 2019 Accepted)
260 stars 60 forks source link

NameError: name 'predict_image' is not defined #15

Closed marshonhuckleberry closed 4 years ago

marshonhuckleberry commented 4 years ago

pre-trained model is loaded step:3, alpha:1 iteration:80000 traceback (most recent call last): File "..\eval.py", line 99, in .. File "..\eval.py", line 29, in test .. NameError: name 'predict_image' is not defined

DeokyunKim commented 4 years ago

Thanks, marshonhuckleberry! I modified eval.py code.