NeRF-SLAM
NeRF-SLAM copied to clipboard
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/...
Add info for additional packages I found needed to be installed prior to setup, namely Boost and X11.
Fixed issue #9 by updating gtsam with newest version of the repo.
Fixed #71 and updated name of zip file pulled down.
Update the name of the zip folder pulled down from gdown from ReplicaSample.zip to replica_sample.zip to avoid file not found error.
Traceback (most recent call last): File "./examples/slam_demo.py", line 200, in run(args) File "./examples/slam_demo.py", line 172, in run and (not fusion or fusion_module.spin()): File "/22085400519/NeRF-SLAM/./examples/../pipeline/pipeline_module.py", line 88, in spin self.initialize_module() File...
I got an error during building the project on gtsam (the branch that has been used for this project on the line `cmake --build build_gtsam --config RelWithDebInfo`) I got the...
First of all, thank you for publicizing your project. When I run the command: python. / examples/slam_demo py -- dataset_dir =. / datasets/up/office0 - dataset_name = nerf - buffer =...
Hi, I met the error bellow when I run the code(cmake --build build_gtsam --config RelWithDebInfo -j).  
 Hello! I have a problem as above. Do you think I need to update or downgrade Eigen or CUDA to solve this error? I used CUDA 11.8
I run the data set of sample provided by `download_replica_sample.bash`, which is the display effect. From this result, it seems that the effect is not as good as that in...