autonomousvision / convolutional_occupancy_networks

[ECCV'20] Convolutional Occupancy Networks
https://pengsongyou.github.io/conv_onet
MIT License
830 stars 113 forks source link

Is Chamfer-L1 the result of multiplying by 10? #40

Closed bluestyle97 closed 2 years ago

bluestyle97 commented 2 years ago

When I evaluate the generated ShapeNet meshes myself, I found that the chamfer-l1 I got was an order of magnitude smaller than the value reported in the paper (I got 0.0048 instead of 0.048, and I'm using the official evaluation script in this repo). So I'm wondering if the chamfer-l1 metric reported in the paper is the result of multiplying the real value by 10?

pengsongyou commented 2 years ago

I just added a clarification into the evaluation section in README, please check it out.

bluestyle97 commented 2 years ago

Oh I'm sorry I did not notice that, thanks for your explanation!