-
Notifications
You must be signed in to change notification settings - Fork 32
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
Running on different size images? #5
Comments
Hi, what do you mean by bigger images? More than one person in the image with higher resolutions? If so, you might need a person detector to crop person regions before using our model. |
still one person by image, but on a higher resolution. For example, 500x500 pixels. Will it increase the accuracy, or would it be the same? I have just figured out how to make it work on bigger images, but the smpl output is just wrong. |
In this case, you need to re-train the model with higher resolutions of input images and IUV maps. When using IUV maps with higher resolutions, the reconstruction performance should be better. |
Awesome, thank you. Can you tell me on which platform did you train and how long did it take? Thanks again, I'm writing some nice stuff with it, will come back to you to let you know when its released! |
Our model is trained on a single TITAN Xp GPU, which takes about one day. Feel free to let me know if you encounter problems or have any results. |
Hello. I would also like to run in higher resolution. I need to change the focal length. Do I also have to retrain it? |
Hi, retraining the model should have additional performance gains. |
Hi, thanks for your paper and code. I'm trying to make it run on bigger images, kind of struggling with it. Do you think it will be easy or needs major code and model changes? Thanks
The text was updated successfully, but these errors were encountered: