mirror of
https://gitlab.com/yikestone/ros_openvino_tiny-yolov3.git
synced 2025-08-03 13:44:11 +05:30
ros_openvino_tiny-yolov3
This repository contains ROS Service for Intel Openvino based yolov3 object detection. This was created for accelerating tiny-Yolov3 neural network algorithm by running it on intel NUC iGPU for underwater object recognition to be used in autonomous underwater vehicle (https://auvnitrkl.github.io/)
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.
Description
This repository contains ROS Service for Intel Openvino based yolov3 object detection.
Languages
C++
82.6%
CMake
17.4%