autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"

Home Page:https://avg.is.tuebingen.mpg.de/publications/occupancy-networks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the Maximal Edge Length

andrearosasco opened this issue · comments

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