med-air / EndoNeRF

Neural Rendering for Stereo 3D Reconstruction of Deformable Tissues in Robotic Surgery
https://med-air.github.io/EndoNeRF/
173 stars 14 forks source link

nerf_type #5

Closed xwx0924 closed 1 year ago

xwx0924 commented 1 year ago

Thanks for the code shared~~I have a question: about nerf_type parameter in the code。if I want to train a static multi view scene (RGB image and depth image with multiple views), can I directly select the nerf_type parameter type as original, use_depth parameter is true, so i can use depth supervision training the model.

yuehaowang commented 1 year ago

Yes, you can basically set nerf_type = original.

xwx0924 commented 1 year ago

thank your!