astra-vision / SceneRF

[ICCV 2023] Official implementation of "SceneRF: Self-Supervised Monocular 3D Scene Reconstruction with Radiance Fields"
https://astra-vision.github.io/SceneRF/
Apache License 2.0
354 stars 30 forks source link

depth estimation on other images #34

Closed tazalapizza closed 6 months ago

tazalapizza commented 7 months ago

Hello thank you for your work and your code.

Is there a simple way to perform depth estimation on custom images ?

anhquancao commented 7 months ago

Hi, I don't really understand your question. You can use simpler method like monodepth2 to estimate the depth.

tazalapizza commented 7 months ago

Sorry I meant did you release a code to use your method on a custom image, with known camera pose and parameters, to get a 3D reconstruction ? (and depth estimation consequently)

anhquancao commented 7 months ago

Hi, I didn't but you can just change the camera parameters in the dataloader, for example with bundlefusion. Then run the code to generate novel depths for bundlefusion.