NeRF-SLAM icon indicating copy to clipboard operation
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/...

Results 59 NeRF-SLAM issues
Sort by recently updated
recently updated
newest added

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). ![image](https://user-images.githubusercontent.com/14838781/210028353-66500409-a776-44c0-bfd2-18e24668ecc9.png) ![image](https://user-images.githubusercontent.com/14838781/210028381-4b3de4ca-bba0-406d-9cb5-f0af84a85553.png)

![error](https://github.com/ToniRV/NeRF-SLAM/assets/139191687/edf37b82-ea39-4024-82af-79b3b645622e) 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...