fb029ed / yolov5_cpp_openvino

用c++实现了yolov5使用openvino的部署
Apache License 2.0
268 stars 61 forks source link

run yolov3? #9

Open reddevil1310 opened 3 years ago

reddevil1310 commented 3 years ago

Hi. I have a question: How to run Yolov3 in openvino c++? thank you very much

fb029ed commented 3 years ago

Hi. I have a question: How to run Yolov3 in openvino c++? thank you very much

Hi, i think there are some open source code also, maybe you can try to find one. Yolov5 is also a good choice, good luck, is not hard.

fb029ed commented 3 years ago

Hi. I have a question: How to run Yolov3 in openvino c++? thank you very much I found that someone translated my readme into english. Maybe this will help you. https://www.fatalerrors.org/a/c-implement-openvino-deployment-for-yolov5.html

reddevil1310 commented 3 years ago

Chào. Tôi có một câu hỏi: Làm thế nào để chạy Yolov3 trong openvino c ++? cảm ơn bạn rất nhiều Tôi thấy rằng ai đó đã dịch readme của tôi sang tiếng Anh. Có lẽ điều này sẽ giúp bạn. https://www.fatalerrors.org/a/c-implement-openvino-deployment-for-yolov5.html

Thank you very much!