wutong16 / Voxurf

[ ICLR 2023 Spotlight ] Pytorch implementation for "Voxurf: Voxel-based Efficient and Accurate Neural Surface Reconstruction"
Other
397 stars 26 forks source link

Question on comparison on Table 1 in the paper. #9

Closed Youngju-Na closed 1 year ago

Youngju-Na commented 1 year ago

Hi! Thanks for the insightful and fantastic work. I really enjoyed the paper :)

I have a question about the comparison in Table 1. As I can see that there are Novel view synthesis models such as NeRF and PointNeRF, Is the volume density field changed to the SDF field during the test as illustrated in the Preliminary section (3)?

I was interested in the results of PointNeRF because you only tested with neural points but still shows good results in some scenes. Thanks again, fantastic work.

wutong16 commented 1 year ago

Hi! For Novel view synthesis models (e.g., DVGO), we apply a threshold on the density field to extract the mesh, as described in the appendix Sec. B.3-Threshold selection.

For PointNeRF, we tried two evaluation modes: