Coder Social home page Coder Social logo

nonlinear1 / mt_objslam Goto Github PK

View Code? Open in Web Editor NEW

This project forked from khuang93/mt_objslam

0.0 2.0 0.0 300.76 MB

Master Thesis: Dense Object SLAM

CMake 4.59% Vim Script 0.03% C++ 80.11% Makefile 0.34% Java 0.70% Objective-C 0.34% Objective-C++ 3.66% Cuda 4.46% C 1.21% Metal 1.01% Shell 0.24% Python 3.29% MATLAB 0.02%

mt_objslam's Introduction

MT_ObjSLAM

//TODO needs update! 03.12.2018

This is the Repo of the master thesis of dense object SLAM. It is based on the dense slam algorithm InfiniTAM and will fuse the funcitonalities of Object Segmentation to reconstruct objects searately and use them to perform place recognition and loop closure.

Clone the repo with its submodules:

$ git clone --recurse-submodule

Dependencies:

  • All the InfiniTAM dependencies.
  • OpenMP
  • libpng++-dev (if using png files)

To make make the project:

$ mkdir build
$ cd build/
$ cmake .. -DWITH_FFMPEG=false -DWITH_CUDA=false -DWITH_OPENMP=false -DWITH_PNG=true
$ make

Download the dataset which are already prepared with the segmentation: https://polybox.ethz.ch/index.php/s/JzVV2ZlGzMvVitW

Run the project:

$ ./TrackerMapper [Path_To_Dataset]  [Frame_Number] [skipNumberOfFrames][saveSTL?] [STL_Frequency] [background cleanup?] [object cleanup?] [object tracking?]

Path_To_Dataset is the path to a dataset, for example home/living_room_traj1_frei_png/. Do not change the folder names of the dataset as the name serves as an identification of which kind of data format it has.

Frame_Number is a positiv integer number, which specifies how many frames will it Run.

skipNumberOfFrames: skip N frames after a frame is processed, only works in TUM Reader.

saveSTL = 0 is not save STL, other wise it will save STL model for each object.

STL_Frequency controls how often (every n frames) will STLs be saved.

mt_objslam's People

Contributors

khuang93 avatar

Watchers

James Cloos avatar  avatar

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.