Closed pvtoan closed 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!
@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.
Hi @rawalkhirodkar,
I got it.
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!