GithubHelp home page GithubHelp logo

mccalfh / ros-semantic-mapper Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fdayoub/ros-semantic-mapper

0.0 1.0 0.0 137 KB

Place Categorization and Semantic Mapping on a Mobile Robot

Home Page: https://wiki.qut.edu.au/display/cyphy/Vision-based+Semantic+Mapping

License: MIT License

Python 24.88% C++ 46.31% CMake 28.80%

ros-semantic-mapper's Introduction

ros-semantic-mapper

https://wiki.qut.edu.au/display/cyphy/Vision-based+Semantic+Mapping

Place categorization and semantic mapping on a mobile robot

Sunderhauf, Niko, Dayoub, Feras, McMahon, Sean, Talbot, Ben, Schulz, Ruth, Corke, Peter, Wyeth, Gordon, Upcroft, Ben, & Milford, Michael (2016) Place categorization and semantic mapping on a mobile robot. In Proceedings of the International Conference on Robotics and Automation, IEEE, Stockholm, Sweden.

@inproceedings{95288, booktitle = {IEEE International Conference on Robotics and Automation (ICRA 2016)}, month = {May}, title = {Place categorization and semantic mapping on a mobile robot}, author = {Niko Sunderhauf and Feras Dayoub and Sean McMahon and Ben Talbot and Ruth Schulz and Peter Corke and Gordon Wyeth and Ben Upcroft and Michael Milford}, address = {Stockholm, Sweden}, publisher = {IEEE}, year = {2016} }

Abstract

In this paper we focus on the challenging problem of place categorization and semantic mapping on a robot with-out environment-specific training. Motivated by their ongoing success in various visual recognition tasks, we build our system upon a state-of-the-art convolutional network. We overcome its closed-set limitations by complementing the network with a series of one-vs-all classifiers that can learn to recognize new semantic classes online. Prior domain knowledge is incorporated by embedding the classification system into a Bayesian filter framework that also ensures temporal coherence. We evaluate the classification accuracy of the system on a robot that maps a variety of places on our campus in real-time. We show how semantic information can boost robotic object detection performance and how the semantic map can be used to modulate the robot’s behaviour during navigation tasks. The system is made available to the community as a ROS module.

rosbag files and network model available here

#How to use:

  • git clone https://github.com/fdayoub/ros-semantic-mapper.git
  • cd ..
  • catkin_make
  • rosdep install semantic_mapper (if missing packages)
  • download the MIT deep network from https://cloudstor.aarnet.edu.au/plus/index.php/s/n63jLJyL2JjcCHq
  • Select the following files and download them as zipfile: (places.caffemodel,mean.npy,deploy.prototxt,categoryIndex_places205.csv,my_cats.txt)
  • Check categoryIndex_places205.csv and pick the semantic labels you are interested in. Fill the file my_cats.txt (it is pre-filled with 11 labels keep them or delete and add yours)
  • Extract the files and fix the paths in the following launch file: semantic_label_publisher/launch/default.launch
  • Download a test bagfile from https://cloudstor.aarnet.edu.au/plus/index.php/s/n63jLJyL2JjcCHq
  • Select office.bag and download it.
  • to run the system, launch the following: roslaunch semantic_mapper run_system_amcl_office.launch
  • Play the bagfile you downloaded: rosbag play office.bag
  • Check the topics available: rostopic list
  • Note the pointcloud semantic_mapper/cloud
  • rosrun rviz rviz
  • in rviz display: map, odom, semantic_mapper/cloud
  • call the following service to get a semantic map that code the probability distribution of a place over a covered area: rosservice call /semantic_mapper_node/get_semantic_map "label_id: x" replace x by a number between 1 to 11 to select which label you want from my_cats.txt file (of course different list in my_cats.txt will means different x range)
  • Display the served map (/oneLabel_cloud) in rvis
  • Also check the topic semantic_label
  • The image /sem_label_image display the probability distribution over all place labels in the current view.

ros-semantic-mapper's People

Contributors

fdayoub avatar

Watchers

James Cloos 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.