ToniRV / NeRF-SLAM

NeRF-SLAM: Real-Time Dense Monocular SLAM with Neural Radiance Fields. https://arxiv.org/abs/2210.13641 + Sigma-Fusion: Probabilistic Volumetric Fusion for Dense Monocular SLAM https://arxiv.org/abs/2210.01276
BSD 2-Clause "Simplified" License
1.18k stars 144 forks source link

Is Depth Data used as input? #67

Closed wangjinhoon closed 8 months ago

wangjinhoon commented 9 months ago

Thank you for providing the code.

I was able to try it out and experience it firsthand thanks to you. Thank you.

The data called Replica seems to be depth data, but when executing slam mode, why is the path of this place given as well? In reading the paper, it seems that only monocular images are used as input, but there is no input data in the folder. Where can I find the input data?

Finally, can I run this directly with my own camera?

thank you!!!

QuangVinh1280 commented 8 months ago
wangjinhoon commented 8 months ago

thank your reply