autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.48k stars 291 forks source link

What is the Maximal Edge Length #109

Open andrearosasco opened 2 years ago

andrearosasco commented 2 years ago

Hello, I'm trying to compare my results with yours but I'm not totally sure I get what you mean with "Maximal Edge Length" when you talk about defining the unit distance.

In another issue you said that you just multiply 10 to the chamfer distance, so I guess in your case you scale the mesh so that the maximal edge length is equal to 1.

My point clouds and meshes are scaled with respect to the partial point cloud so it probably has another value.

How do I compute it?

Thanks in advance