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.
see http://wiki.ros.org/Installation
mkdir -P ~/catkin_ws/src
cd ~/catkin_ws
catkin init
cd ~/catkin_ws/src
git clone <repository_path>
This may take few minutes for downloading tensorflow library and models.
Install USB camera node.
sudo apt-get install ros-<ros_distro>-usb-cam
catkin build
cd ~/catkin_ws
source devel/setup.bash
roslaunch tensorflow_object_detector object_detection.launch