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.14k stars 139 forks source link

error: droid_backends #53

Open northesttiger opened 11 months ago

northesttiger commented 11 months ago

ModuleNotFoundError: No module named 'droid_backends'

this error come from "NeRF-SLAM/networks/modules/corr.py", line 4.

this error cannot be solved by "pip install droid_backends'

I think it should have a python file named 'droid_backends.py' in the path "NeRF-SLAM/networks", but it is missing.

anyone else has the same issue ?

MuzeeZ commented 6 months ago

same problems,have you solved it?