How to make a custom YOLO package
I am very new to ROS. I have been able to make publishers and subscribers now. And also some custom messages. My problem is that we are a team of people making a rescue robot that will detect body parts and faces. One team is already making the customized YOLO and our team is focused on the ROS part and harware interfacing. Now my problem is that we have to turn the customized YOLO into a ROS package so that we can use it in ROS and view the images in the camera thru the RVIZ in a remote computer. I'm running on kinetic and raspbian, btw. The camera would be in the rpi.
How do we do this?
There appear to be quite a few YOLO<->ROS bridges/integrations already:
could you not reuse one of those?