Bringing-Old-Photos-Back-to-Life
Bringing-Old-Photos-Back-to-Life copied to clipboard
GUI.py error "...can't open/read file: check file path/integrity.."
Hello,
While running the GUI.py I am getting the following error
[ WARN:[email protected]] global D:\a\opencv-python\opencv-python\opencv\modules\imgcodecs\src\loadsave.cpp (239) cv::findDecoder imread_
('./output/final_output/IMG_20220101_202735.jpg'): can't open/read file: check file path/integrity
Any idea on why is this happening?
mee too python36
check you the output path in gui.py, may as well use absolute path
modify to
f_image = f"/home/{getpass.getuser()}/Bringing-Old-Photos-Back-to-Life/output/final_output/{n3}"
Got same issue, it seems that there's no image generated in the final output folder, nothing to do with the var f_image.
修改为
f_image = f"/home/{getpass.getuser()}/Bringing-Old-Photos-Back-to-Life/output/final_output/{n3}"
Thanks!!!!!!!