-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pre-trained model doesn't show well on pose guided image generate #81
Comments
hello,I found that it does not exist of Script.PerceptualSimilarity.models in the repo.have you meet this trouble? |
I haven't test the metrics yet, sry for that. |
hi ! Did you solve this problem? |
NO,The code still doesn't work |
The url of pretrained model is broken? Could you please provide me a url to download the model? |
Hi! |
I will check and upload the file tomorrow. |
Have you update your cuda or nvidia driver? |
Hi, |
@Aurora-Xuan Do you know the reason for changing input size? When I trace the code in base_dataset.py, I found the size of input image is changed from 750x1101 to 256x256. Because of not keeping image ratio, this results into a 'fat' input image for network. The generated image seems also 'fatter' than ground-truth, as following figure shows. |
the picture generated successfully but the texture is poor. What werid is that 6 month ago I've tested the pre-trained model and the generated pictures are OK. Recently I try it again but the results are not good.
I only run "setup.bash" again, I haven't changed the other things. I aslo try to delete the cuda_extension files and rebuild the files but nothing changed. Any idea?
The text was updated successfully, but these errors were encountered: