facebookresearch / sapiens

High-resolution models for human tasks.
https://about.meta.com/realitylabs/codecavatars/sapiens/
Other
4.56k stars 261 forks source link

Asking about surface normal estimation #166

Closed pvtoan closed 2 weeks ago

pvtoan commented 2 weeks ago

Hi,

I saw that there is a code to get the surface normal from depth map in "vis_depth.py".

So, what is the difference between this surface normal and another one obtained from "vis_normal.py"?

Thank you!

rawalkhirodkar commented 2 weeks ago

@pytoan normal from depth is only to illustrate the quality of the depth prediction. Using the surface normal predictor is recommended if you are interested in normals.

pvtoan commented 2 weeks ago

Hi @rawalkhirodkar,

I got it.

Thank you!