Closed royaloctave closed 2 years ago
Now I tried another cropped image (only head not entire body). I don't get those messages anymore but still doesn't produce the edited images correctly! Here I attach the input and generated images.
Hi, thanks for your interest in our work.
I tried to test with the two images you provided and got the same results.
I found that it is because the face detector cannot find the face accurately and the cropped images are wierd. For 1024 resolution, we borrow the face cropping code from here. And I also tried to crop the image using their code, and I got the same result. I am so sorry I didn't have enough time to revise the code temporarily. I will check the problem later and I will post the solution here if I have any updates.
You can try to use the algorithm for faces with a resolution of 128 x 128. You can change the img_res
to 128. I have tested and it worked if the resolution is changed to 128.
Thank you for the quick reply. I will try it with res 128. Looking forward to the updates.
@royaloctave, Hi, I also got the similar results and messages like yours when I test the real image. I want to know whether you have get the expected results when changing resolution to 128?
And what the config file you used? Have you modified anything?
Thank you for the great work. I'm currently trying to use "editting_wo_dialog" on real images but the algorithm doesn't produce the results! I use exactly the same setting and models you provided. I just only change the input image. I get the following message at the end:
sometimes it also gives something like this:
Here I upload the input and output for your reference.
How can I run the code properly on real images?