fraunhoferhhi / neural-deferred-shading

Multi-View Mesh Reconstruction with Neural Deferred Shading (CVPR 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Issue Reproducing Evaluation Metric

ThumbmasWalker opened this issue · comments

Hi,

Thanks for sharing the code for this project!
I'm trying to reproduce the Chamfer metric scores using the DTU evaluation script, however, the denormalized meshes produced are not aligned for comparison to the ground truth point clouds. Do you know where I can access the transformations necessary to realign them for evaluation?

Many thanks

Hm, weird unless I'm missing something, the denormalized meshes should be aligned. Can the misalignment be classified? Just translation/rotation or wildly different alignments?

Thanks for the quick response. I've discovered the program I was using to convert obj --> ply was applying a rotation of 90 degrees for some reason!

Great to hear! So I can consider this issue fixed? :)