Skip to content

mohammedari/tensorflow_object_detector_ros

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Object Detector ROS Node

A ROS node using TensorFlow Object Detection C API. This repository includes TensorFlow 1.11.0 library and works without any additional setup for TensorFlow library.

image

How to build?

setup ROS

see http://wiki.ros.org/Installation

setup catkin workspace

mkdir -P ~/catkin_ws/src
cd ~/catkin_ws
catkin init

clone this repository

cd ~/catkin_ws/src
git clone <repository_path>

This may take few minutes for downloading tensorflow library and models.

install prerequisite packages

Install USB camera node.

sudo apt-get install ros-<ros_distro>-usb-cam

build

catkin build

How to run?

cd ~/catkin_ws
source devel/setup.bash
roslaunch tensorflow_object_detector object_detection.launch

About

A ROS node using TensorFlow Object Detection C API. Repository also includes implementation using C++ API in another branch for reference purpose.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors