ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
It's just like using yolo normally with bunch of saved images or your webcam. You subscribe to your image topic which will give you ROS Image, you convert that image into bgr (cv format) conversion.
Then you just feed that converted image to yolo and let it do it's magic. Using opencv you can also draw the bounding boxes onto the image and republish it as a ROS Image.