Colin97 / Point2Mesh

Meshing Point Clouds with Predicted Intrinsic-Extrinsic Ratio Guidance (ECCV2020)
MIT License
92 stars 11 forks source link

Questions about coordinates of points #6

Open yaoyishen opened 3 years ago

yaoyishen commented 3 years ago

Thank you for your outstanding work in the field of surface reconstruction ,But I want to know why this network changes the coordinates of the points.

Colin97 commented 3 years ago

We will normalize the point cloud before feeding it into the network.

yaoyishen commented 3 years ago

I see,thank you