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

Question about the part probabilities #30

Open
Bingoang opened this issue Apr 6, 2022 · 2 comments
Open

Question about the part probabilities #30

Bingoang opened this issue Apr 6, 2022 · 2 comments

Comments

@Bingoang
Copy link

Bingoang commented Apr 6, 2022

@bharat-b7
Hi, Bharat~
I really interesting about your paper and code, but I have a question about the part probabilities:
For each query point p, you calculate a probability parts_softmax (shape: B×14×N) to judge which part of the SMPL the query point p belongs to. (The related code is in the line 124: https://github.com/bharat-b7/IPNet/blob/master/models/local_model_body_full.py)
You divide the SMPL body into 14 parts. Why is the shape of probability parts_softmax not B×(14+2)×N? What if the query point p does not belong to any part of the SMPL body (e.g. point p is inside or outside the surface)?

I cannot figured it out, and I really hope you can answer me. Thanks in advance~

@bharat-b7
Copy link
Owner

We predict the label of the closest SMPL part. This independent to weather the point is inside or outside, which is handled by a separate occupancy prediction.

@Bingoang
Copy link
Author

Bingoang commented Apr 6, 2022

@bharat-b7
Oh I see~ Thank you so much for your quick reply!

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