19reborn / NeuS2

[ICCV 2023] Official code for NeuS2
Other
621 stars 40 forks source link

Wrong result on FOX dataset from Instant-NGP. #49

Closed lshwan closed 8 months ago

lshwan commented 10 months ago

Thank you for sharing such a great work!

I'm testing NeuS2 on Fox dataset given by Instant-NGP official repository fox dataset.

As NeuS2 shares data format with Instant-NGP, I expected that it could reconstruct complete fox face. But after running, NeuS2 gave 3D model shown in the image below.

image

I used same model config as dtu.json.

Are there anything I missed about the data preparation or coordinates transformation?

Thanks!

19reborn commented 9 months ago

Hi @lshwan , the fox dataset doesn't contain mask for training, so it would be better to use the neuspp branch.