19reborn / NeuS2

[ICCV 2023] Official code for NeuS2
Other
641 stars 42 forks source link

how to use custom data??? #55

Open hanjoonwon opened 9 months ago

hanjoonwon commented 9 months ago

process data with instant ngp or neus and then conver??

Z-zachary commented 9 months ago

Do you know what to do with the dataset? I also want to ask which dynamic dataset is the dataset?

hanjoonwon commented 9 months ago

Do you know what to do with the dataset? I also want to ask which dynamic dataset is the dataset? hello Static scenes. The old NEUS takes too long and I want to get a mesh as close to the real thing as possible.

19reborn commented 9 months ago

Hi @Z-zachary, @hanjoonwon, the dataset in format of Instant-NGP can be directly used in NeuS2. For NeuS format, we provide a script(https://github.com/19reborn/NeuS2/blob/main/tools/data_format_from_neus.py) to do the conversion.