ros_object_detector

This package uses Tensorflow to power an object detection and localization algoriithm (built by the user) located in the "include/obj_detector" folder. The main script that does the heavy lifting, "src/tf_object_detector.py", looks for a /camera1/cam1/image_raw node to subscribe to, performs detection and localization, and republishes the image with bounding boxes.

This is an alpha, "it works on my laptop" release.

#TODO

Any feedback is welcome.