akanazawa / hmr

Project page for End-to-end Recovery of Human Shape and Pose
Other
1.54k stars 395 forks source link

How to match RGB value with the vertices? #94

Closed layumi closed 5 years ago

layumi commented 5 years ago

Hi @akanazawa ,

Thank you for your great code! I am new to the 3D reconstruction. I have a question about how to match the RGB value in 2D image with the 3D vertices (x,y,z) that your code generates.

The naive idea that I have is to match the 2D pixels and the 3D vertices who has the smallest depth. Do you have any suggestion or code recommendation?

Thank you very much.

akanazawa commented 5 years ago

Hi, I think my answer here: https://github.com/akanazawa/hmr/issues/110#issuecomment-526178620 might help with this, let's consolidate the discussions there and i'm closing this issue. Thanks.