Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 497 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 497 Bytes

Our implementation for the "DeepMapping: Unsupervised Map Estimation From Multiple Point Clouds" paper.

Steps to run the repository:

To extract 2D Data:

  tar -xvf ./data/2D/all_poses.tar -C ./data/2D/

To train in unsupervised manner:

  run_train_2D.sh

To train using warmstart approach:

  run_icp.sh

To run evaluation script:

  run_eval_2D.sh

Other branches contain implementations of the same code using different algorithms/approaches.