GithubHelp home page GithubHelp logo

semantic_dsp_map's Introduction

Semantic DSP Map

Description

This repository contains the code for paper "Particle-based Instance-aware Semantic Occupancy Mapping in Dynamic Environments". This paper is still under review. The currently released code version is an unoptimized version working for a simple example. The C++ source file for mapping is in the include/ folder and a ros node example that uses the map is given in src/mapping_with_external_data.cpp After acceptance of the paper this repository will contain the optimized and complete version.

The following images shows a simple mapping result using the Virtual Kitti 2 dataset.

isolated

Compile

Tested Environment: Ubuntu 20.04 + ROS Noetic

  • Our code uses yaml-cpp. Follow instructions in yaml-cpp to install it first.

  • Then download and compile the mapping code by

mkdir -p semantic_map_ws/src
cd semantic_map_ws/src
git clone [email protected]:g-ch/mask_kpts_msgs.git
git clone --recursive [email protected]:tud-amr/semantic_dsp_map.git
cd ..
catkin build

Test

Download a ros data bag and put it in the bag folder. The bag contains depth image, rgb image, and camera pose from Virtual Kitti 2 dataset, and a message in mask_kpts_msgs form containing segmentation and transformation estimation results.

Launch the test by

roslaunch semantic_dsp_map test.launch

Parameters

Compile Parameter

Compile parameters are in include/settings/settings.h. These parameters include the size of the circular buffer, camera intrisics, depth range etc. These parameters are related to the data structure. The code should be rebuild after changing these parameters.

Yaml Parameter

Yaml parameters are loaded to the node when the node is started. The yaml file is at cfg/options.yaml. These parameters are some options in the mapping. Check their names to know the meaning.

Liciense

Apache-2.0

semantic_dsp_map's People

Contributors

g-ch avatar

Stargazers

aisite1 avatar  avatar Yue Pan  avatar ChengYang Li avatar Siyuan Wu avatar Moji Shi avatar

Watchers

Javier Alonso-Mora avatar  avatar Seunghwan Jo 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.