microsoft / Bringing-Old-Photos-Back-to-Life

Bringing Old Photo Back to Life (CVPR 2020 oral)
https://arxiv.org/abs/2004.09484
MIT License
15.15k stars 2k forks source link

No errors, but output images are blank/white #289

Open jluyt123 opened 11 months ago

jluyt123 commented 11 months ago

I do not get any errors as such

For WITH SCRATCHES -- If I run the following, the script completed but all I get is 5 empty images, white, all of them: python3 run.py --input_folder /mnt/d/ir/test_images/old_w_scratch/ --output_folder /mnt/d/ir/imgs-out/ --GPU 0 --with_scratch

NO SCRATCHES: If I run the test images without scratches python3 run.py --input_folder /mnt/d/ir/test_images/old/ --output_folder /mnt/d/ir/imgs-out/ --GPU 0

It completes but only 4 out of 8 was processed, the other 4 for blank/white.

This is all using the test images, nothing funny. Any help?