autonomousvision / sdfstudio

A Unified Framework for Surface Reconstruction
Apache License 2.0
1.9k stars 179 forks source link

The second derivative constraints on SDF mentioned in the RegSDF paper (CVPR2022) #262

Open wujinhu1999 opened 6 months ago

wujinhu1999 commented 6 months ago

Hello authors, thank you for your excellent contributions! I have a question. I can't find the second-order derivative constraint term about sdf in your code. I don't know if you have implemented this function. Looking forward to your reply. image

niujinshuchong commented 6 months ago

Hi, we don't have the same loss in RegSDF. But we implemented a similar one proposed in neuralangelo. You can find it here: https://github.com/autonomousvision/sdfstudio/blob/master/nerfstudio/models/bakedangelo.py#L166-L177

wujinhu1999 commented 6 months ago

Hi, we don't have the same loss in RegSDF. But we implemented a similar one proposed in neuralangelo. You can find it here: https://github.com/autonomousvision/sdfstudio/blob/master/nerfstudio/models/bakedangelo.py#L166-L177

This is awesome! I also want to ask how to call this loss function in VolSDF?