ROS YOLO on rpi3 and movidius

asked 2018-09-10 01:21:55 -0500

Nelle gravatar image

We are on a project to make a rescue-robot that detects persons using YOLO and movidius mounted on rpi3. I do not know how to make a YOLO wrapper for ROS since I am new to ROS itself. Is there any available packages that can run yolo on rpi with movidius?

edit retag flag offensive close merge delete

Comments

Hi again. Is this a continuation of #q300793? Can you already clarify how the other team members are "customizing YOLO"?

gvdhoorn gravatar image gvdhoorn  ( 2018-09-10 01:37:30 -0500 )edit

No customizations were done. They just tested if YOLO v3 would run on rpi and movidius, and it works. Now the problem is how to turn it into a package?

Nelle gravatar image Nelle  ( 2018-09-10 01:39:49 -0500 )edit

It might be an idea to ask the authors of some of the ROS wrappers for YOLO that were already mentioned in #q300793.

gvdhoorn gravatar image gvdhoorn  ( 2018-09-10 01:42:17 -0500 )edit

We are aiming to make the detections on board the RPi. I don't see any ros-yolo packages in the internet that runs on rpi itself.

Nelle gravatar image Nelle  ( 2018-09-10 01:42:49 -0500 )edit

Do you know any ros-yolo package that can run on raspberry pi and movidius?

Nelle gravatar image Nelle  ( 2018-09-10 01:49:15 -0500 )edit

I haven't checked.

My personal approach would be to find a ROS pkg you like/works for you, find a version of YOLO that is compatible with movidius and then understand how to port the movidius support to the ROS pkg you selected earlier.

gvdhoorn gravatar image gvdhoorn  ( 2018-09-10 01:54:33 -0500 )edit

And it's not YOLO specifically, but perhaps it can help: intel/ros_intel_movidius_ncs.

gvdhoorn gravatar image gvdhoorn  ( 2018-09-10 01:55:31 -0500 )edit

As you mentioned that other team has already tested that yolo v3 works on your hardware, one thing is use existing implementation, second is to change yolo to work with ros. It shouldn't be that difficult. You have to change mainly message types of incoming Images from ROS Image to opencv.

Choco93 gravatar image Choco93  ( 2018-09-10 06:52:57 -0500 )edit