ROS Package for MobileNet SSD Object Detector. This doesn't require a GPU to run.
YouTube link: here
The topic names can be changed in the param.yaml
- /webcam/image_raw (sensor_msgs/Image)
The input RGB image stream
-
/mobilenet/image_raw (sensor_msgs/Image)
The resultant image after being passed through the detector. -
/mobilenet/prediction (ros_mobilenet/Prediction)
Custom message that contains the class, prediction score, & the cordinates of the bounding box
- is_detect (std_srv/SetBool)
Switches on or off the detector.
Run bash requirements.sh
roslaunch ros_mobilenet model.launch
rosservice call /is_detect "data: false/true"
to set the detection off/on