ashawkey / nerf2mesh

[ICCV2023] Delicate Textured Mesh Recovery from NeRF via Adaptive Surface Refinement
https://me.kiui.moe/nerf2mesh/
MIT License
879 stars 87 forks source link

lego Chamfer Distance #71

Open WB-3 opened 11 months ago

WB-3 commented 11 months ago

The Chamfer Distance obtained from training of lego data set in NeRF-synthetic is incorrect. Could you please tell me the training parameters of your lego dataset? As follows, I changed replace=False to replace=True and got a value different from that in the paper. I think there is a problem with the training parameter. image

ptjzh4869 commented 3 months ago

i didn't see that scripts/ecal_chamfer_distance.py file. Could I ask how to calculate chamfer distance between gt mesh and extract mesh? I would really appreciate it if u could provide the code!