Giter Club home page Giter Club logo

dynamicfeatureremovalwithorbslam2's Introduction

16-833 SLAM Project: Dynamic Object Removal With ORB_SLAM2

Group members: Di Deng, Radhika Mohanan, and Samiran Gode

Project Description

We integrate image segmentation result with ORB_SLAM2 to remove extracted ORB features on dynamic objects based on objects' category. In this project , walking people are used to illustrate the effectiveness of the proposed method.

Prerequisites

We have tested the code with Ubuntu 18.04.

Licence

The licence of this repo follows the licence of ORB_SLAM2.

Simulation Environment

  • The simulation environment is from UnrealEngine MarketPlace Modular School Pack
  • The walking character, Brian, is downloaded from Adobe mixamo.

Dynamic Object Extraction from Semantic Images

Feature Extraction with Dynamic Object Removal and Pure ORB Feature Extractor

Features obtained from ORB feature extractor:

Remove features on dynamic object:

Execution Steps

  1. Install ORB-SLAM2
  2. Replace src, include, Examples and CMakeLists.txt with the files in this repo.
  3. Download dataset and put it within the main directory.
  4. Run:
chmod +x build.sh
./build.sh
./Examples/Monocular/mono_dynamic_airsim Vocabulary/ORBvoc.txt Examples/Monocular/airsim.yaml dynamic_obstacle_dataset

You can find that all features on dynamic objects are removed using this code comparing to the features extracted directly using ORB-SLAM2.

Features obtained from ORB feature extractor:

Remove features on dynamic object:

Future Work

This dataset also contains depth images and the ground truth pose information. We want to integrate depth and semantic information with the estimated camera trajectory to reconstruct the voxel map of the environment without the dynamic objects.

Reconstructed pointcloud based on the ground truth pose information.

Reconstructed voxel map based on the semantic point-cloud of the environment.

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.