-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use YOLOv3 model #6
Comments
Hi Thomas, |
Hi Giovanni, Yes, might be a similar issue. |
@Thomas-Merlet I think that the best way to preceed is to create a new node, called yolo3 to improve the performance |
Hi, @Thomas-Merlet , I'm also interested in making this work. Did you fixed it? Thanks |
Hi @ajtudela, the best way would be indeed to create a new detection node for YOLOv3, unfortunately I had no time to look at it yet. |
@ajtudela @Thomas-Merlet , probably in August I will have free time to work on it. I would also rearrange sources file creating some common interfaces/libraries. N.B. If you are using only 1 myriad 2 or 1 myriad x chip, yolo v3 will be at slow fps. It is suggested to use one of the AAEON PCI board with more myriad x chip. |
Hi, thanks @gbr1 ! |
@ajtudela I used only mobilenet-ssd. With only 2d analysis I reach about 30fps on 800x600, if I remeber correctly. |
Hi @gbr1 , about this, do you have a way to make sure it runs on NCS2? I don't see much difference in performance when changing the target, ant the top command gives the same usage. |
@Thomas-Merlet uhm, probably you need to ask on OpenVINO forum. My package runs only on VPU (or GPU) so you can be sure that it isn't running on CPU. Note: CPU need FP32 models, Myriad FP16 models. |
Not sure if you are still having issues, but YoloV3 is now fully supported by OpenVINO. But the best news is that they have included the conversion utility <converter.py> that will run all the downloads (eg darknet etc) and patches to TensorFlow to get it working. Have a look at the latest OpenVINO model Zoo, (and see the yaml file for details) https://github.com/openvinotoolkit/open_model_zoo/blob/master/models/public/yolo-v3-tf/model.yml |
I'm trying to change the model used from MobileNet SSD to YOLOv3.
I am using the Intel RealSense Camera D435 on Ubuntu 16.04 (LTS).
Steps taken:
Issue:
Terminal output as follows:
[object_detection-4] process has died [pid 20105, exit code 255, cmd /home/USERNAME/catkin_ws/devel/lib/ros_openvino/object_detection /object_detection/input_image:=/camera/color/image_raw /object_detection/input_depth:=/camera/aligned_depth_to_color/image_raw /object_detection/camera_info:=/camera/aligned_depth_to_color/camera_info __name:=object_detection __log:=/home/USERNAME/.ros/log/da83b362-b530-11ea-87a9-e454e8a1df6c/object_detection-4.log].
No output image is visible with boxes.
Best regards,
Thomas
The text was updated successfully, but these errors were encountered: