Skip to content
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

Poor results using end2end_inference_bodymesh #31

Closed
Gowan1998 opened this issue Aug 30, 2021 · 3 comments
Closed

Poor results using end2end_inference_bodymesh #31

Gowan1998 opened this issue Aug 30, 2021 · 3 comments

Comments

@Gowan1998
Copy link

Hello,
thank you very much for this great project. I have done many tests (inference only). The results are very bad and I want to ask you if I am doing something wrong? I did exactly what is suggested in DEMO.md. Should I do something additional?
Here some poor results:
Screenshot from 2021-08-30 11-43-16

3dpw_sit_on_street_metro_pred

@kevinlin311tw
Copy link
Member

Our model will not work well if the target is not at the center of the input image. It is very sensitive to shifting.

@kevinlin311tw
Copy link
Member

In this research topic, people generally normalize the reconstruction target at the center of the input image using bounding box (either from GT, object detector, or pose estimation). It is used for both training and testing.

If your testing images are not normalized as we did in training, our model may not work well.

@ghost
Copy link

ghost commented Sep 3, 2021

Hello kevin,
thank you very much for your answer. I thought that detection is already implemented.
That means I have to use a detector (e.g. Yolo) before I use the inference script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants