Skip to content

iMAP SLAM Algorithm using a real-time Neural Radiance Field

License

Notifications You must be signed in to change notification settings

originrose/imap_slam_torch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iMAP SLAM in PyTorch

This is an implementation of iMAP SLAM in PyTorch, which is a cleaned up version of ueda0319's iMAP implementation. This version is edited for a beginner to understand, with descriptive variable names, lots of comments, and minor tweaks. Hopefully this can help others to learn NERF and NERF based SLAM algorithms. Thanks to ueda0319 for the original implementation!

tum_test

dependency

  • PyTorch 1.8
  • opencv-python
  • numpy

Quick start

Download RGBD dataset from TUM(https://vision.in.tum.de/data/datasets/rgbd-dataset/download)

run with following commands

python run_slam_tum.py path/to/rgbd_dataset_freiburg1_teddy/

About

iMAP SLAM Algorithm using a real-time Neural Radiance Field

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%