mirror of
https://gitlab.com/yikestone/ros_openvino_tiny-yolov3.git
synced 2025-08-03 13:44:11 +05:30
14 lines
383 B
Markdown
14 lines
383 B
Markdown
# ros_openvino_tiny-yolov3
|
|
|
|
This repository contains ROS Service for Intel Openvino based yolov3 object detection.
|
|
|
|
Intel OpenVino 2018 R5 suported
|
|
|
|
##Converting darknet model to openvino
|
|
|
|
Use **https://github.com/PINTO0309/OpenVINO-YoloV3/releases/tag/2018R5** release.
|
|
Only cpp demo tested
|
|
|
|
MOST IMPORTANT:
|
|
Use only with tensorflow-1.12.0. Other versions of tensorflow won't work.
|