zhaofuq/Instant-NSR

Static sence

ZirongChan opened this issue · 1 comments

Hi, thanks for putting the fantastic work on public!
Is this also for static object (360 surrounding like) surface reconstruction? How can I use my own NERF/NeuS-like dataset in this code?
Looking forward to your reply. Thanks.

This code was built on torch-ngp, which means you should convert your own dataset to ngp-like camera format (transforms.json).
Besides, we didn't additionally implement a background model, so you may need to mask the foreground (RGBA images) for better training.