CodeFormer
CodeFormer copied to clipboard
"results are saved in" output files do not exist
I'm trying for the first time and attempting the base image example with an image I have and although it shows no errors and reports that it saved the results, I do not see any copy of the image in my results. I do see these other new folders, though.
Ubuntu 22.04.1 NVIDIA GeForce GTX 1050
Commands and output:
(codeformer) ➜ CodeFormer git:(master) ✗ python inference_codeformer.py -w 0.7 --input_path ./before/joseph-pope.jpeg
Face detection model: retinaface_resnet50
Background upsampling: False, Face upsampling: False
All results are saved in results/joseph-pope.jpeg_0.7
(codeformer) ➜ CodeFormer git:(master) ✗ ls -la results
total 16
drwxrwxr-x 4 joe joe 4096 Dec 28 02:23 .
drwxrwxr-x 13 joe joe 4096 Dec 28 02:04 ..
drwxrwxr-x 3 joe joe 4096 Dec 28 02:04 17_1.0
drwxrwxr-x 5 joe joe 4096 Dec 28 02:23 whole_imgs_0.5
yes, same for me
Refer to issue #89
same to windows. can someone explain also installed ffmpeg.
Same problems
I have the same issue. ffmpeg is already installed. Since no error is raised it's hard to diagnose.