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

EndoNeRF's first MLP (G_theta) #22

Open smoreira00 opened 11 months ago

smoreira00 commented 11 months ago

I wanted to compare the performance of the EndoNeRF in its most basic configuration to the Original NeRF's performance, but it doesn't seem to exist an easy way to remove/"shut down" the first MLP, G_theta, (so I wouldn't have a canonical space), as it does to "shut down"/not use the masks and the depth maps (with variables use_fgmask and use_depth, respectively). Is there any easy way to do what I would like to, or not really?

yuehaowang commented 11 months ago

You can set the nerf_type to "original" in the config file:

nerf_type = original