Giter VIP home page Giter VIP logo

evolin's Introduction

prime-slam

SLAM system using various types of landmarks. README will be supplemented.

Building Docker Image

docker build -t prime-slam .

Running Docker Container

To run the container use the following command:

docker run --rm -v <DATA_PATH>:/data prime-slam [OPTIONAL_ARGS]

The following [OPTIONAL_ARGS] can be used:

optional arguments:
  -h, --help            show this help message and exit
  --data PATH, -d PATH  path to data (default: data/)
  --data-format STR, -D STR
                        data format: tum, icl, icl_tum (default: icl_tum)
  --save-cloud BOOL, -s BOOL
                        save resulting cloud (default: True)
  --cloud-save-path PATH, -S PATH
                        path to the saved cloud (default: resulting_cloud.pcd)
  --verbose BOOL, -v BOOL
                        print metrics (default: True)

Data formats

icl

/data
├── scene_0.depth — depth in ICL format
├── scene_0.png — image
├── scene_0.txt — camera parameters
├── scene_1.depth
├── scene_1.png
├── scene_1.txt
...
├── scene_N.depth
├── scene_N.png
└── scene_N.txt

File names may differ from those shown above. Additional information can be found here.

tum

/data
├── /rgb — depth in ICL format
    ├── image_0.png
    ...
    └── image_N.png
├── /depth
    ├── depth_0.png
    ...
    └── depth_M.png
└── groundtruth.txt — gt poses in TUM format

Additional information can be found here.

icl_tum

ICL data presented in tum format.

evolin's People

Contributors

anastasiia-kornilova avatar kirill-ivanov-a avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

kongan fgxhxx jie311

evolin's Issues

Inconsistent calibration matrix in TUM-RGBD dataset

Describe the bug
After downloading fr1_desk dataset, its calibration_matrix.txt file shows that the calibration matrix is the one from the freiburg3 catalog of TUM-RGBD benchmark dataset.

To Reproduce
Steps to reproduce the behavior:

  1. Go to dataset and download fr1_desk.zip
  2. Unzip the dataset and open calibration_matrix.txt
  3. You will see the calibration matrix that is not from the freiburg3 catalog instead of frieburg1.

Expected behavior
The calibration matrix should be fx = 517.3, fy = 516.5, cx = 318.6, cy = 255.3

Fill in README.md

  • add general description;
  • add examples;
  • add links to papers with metrics.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.