Pytorch3d: Points_normal coordinate frame

Created on 10 Mar 2021  ยท  1Comment  ยท  Source: facebookresearch/pytorch3d

โ“ Questions on how to use PyTorch3D

I am a bit confused about the output of the estimate_pointcloud_normals function. Is the output of the function in the camera coordinate frame or the local coordinate frame of that specific point?
Also, I think it's a unit vector but would be great if you can confirm that.

Thanks.

question

Most helpful comment

The normals are in the same space your vertices/points are.
You can check yourself whether the normals are unit vectors by computing their norm.

>All comments

The normals are in the same space your vertices/points are.
You can check yourself whether the normals are unit vectors by computing their norm.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

NotAnyMike picture NotAnyMike  ยท  3Comments

eliemichel picture eliemichel  ยท  3Comments

OOF-dura picture OOF-dura  ยท  3Comments

unlugi picture unlugi  ยท  3Comments

AndreiBarsan picture AndreiBarsan  ยท  3Comments