QianyiWu / objsdf

:t-rex: [ECCV‘22] Pytorch implementation of 'Object-Compositional Neural Implicit Surfaces'
183 stars 5 forks source link

About Nerf++ processing #3

Closed CeoiZidung closed 1 year ago

CeoiZidung commented 1 year ago

Hi~ Congrats on your excellent job! I wanna ask whether you have added some procesing on nerf++. In your code, I saw the word, inverse_sphere_bg. But i didn't find the related network for background.

Could u release this part of job? Thanks!

QianyiWu commented 1 year ago

Hi~ Thanks for your interest. We didn't use the inverse_sphere_bg in ObjectSDF. But if you would like to test such a design proposed by NeRF++, you can refer to the codebase from VolSDF to add this feature.

CeoiZidung commented 1 year ago

Thanks! I already found it in volsdf!