Giter VIP home page Giter VIP logo

deeplab_ros's Introduction

Deeplab for ROS

In this repository, I compiled the source code using ROS and Pyhon2.7

Overview

DeepLab: Deep Labelling for Semantic Image Segmentation for ROS

Requirements

How to Install

DeepLab: Deep Labelling for Semantic Image Segmentation

ROS Kinetic

Clone this Repository

$ git clone https://github.com/Sadaku1993/deeplab_ros
$ cd catkin_ws
$ catkin make

Download model

See the TensorFlow DeepLab Model Zoo

$ roscd deeplab_ros
$ cd deeplab
$ wget http://download.tensorflow.org/models/deeplabv3_mnv2_pascal_train_aug_2018_01_29.tar.gz 

How to RUN

Change model name

$ roscd deeplab_ros/deeplab
$ vim deeplab_ros.py

deeplab_ros.py

    MODEL_NAME = 'deeplabv3_mnv2_pascal_train_aug_2018_01_29.tar.gz'
    # MODEL_NAME = 'deeplabv3_mnv2_cityscapes_train_2018_02_05.tar.gz'

Change param

$ roscd deeplab_ros/launch
$ vim deeplab_ros.launch

deeplab_ros.launch

image : Subscribe Topic(sensor_msgs/Image)
deeplab/image : Publish Topic(sensor_msgs/Image)

Launch rosnode

$ roslaunch deeplab_ros deeplab_ros.launch

deeplab_ros's People

Contributors

sadaku1993 avatar

Stargazers

Edwin avatar Alexander Xydes avatar  avatar Chang Liu avatar  avatar jzx avatar

deeplab_ros's Issues

Compile error.

Thank you for your work.
I met a compile error when execute catkin_make in my workspace.
It said that
"...
Could not find a package configuration file provided by "amsl_recog_msgs"
..."
I saw that in the CmakeList file, you set to use a message type of "amsl_recog_msgs" in Line 11.
Is this message defined by yourself?

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.