yolov5_cpp_openvino icon indicating copy to clipboard operation
yolov5_cpp_openvino copied to clipboard

用c++实现了yolov5使用openvino的部署

Results 18 yolov5_cpp_openvino issues
Sort by recently updated
recently updated
newest added
trafficstars

您好,我在使用自己的模型文件时,在detector.cpp的19行会处出现报错 `0x00007FF6EA2C2850 处(位于 openvino.exe 中)引发的异常: 0xC0000005: 读取位置 0x00000228FF95B008 时发生访问冲突。` 请问这种问题应该如何解决呢?

Hello I have used the same XML and bin file of the project but I didn't found the same result. Does anyone here can help me to solve this problem....

請問能否提供 OpenVINO 2020.1/2020.2 的成功版本?

thanks for your great work. Your code only support inference with batchsize=1, How to modify your code to inference with batchsize>1?

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

1.readme中提到的,关于修改/yolov5/models/export.py等相关脚本不兼容问题。 现在yolov5_v3.1中还涉及相关问题么? 目前我使用的是yolov5_v3.1 、pytorch1.7+cuda110、onnx1.8、openvino2021.1;我可以“成功”转换出模型,但是转换出来打模型无法成功推理。推理使用的是opencv4.5 的dnn模块。 2.文件中demo,我通过cmake3.16进行编译,ngraph_DIR出现错误:ngraph_DIR-NOTFOUND. 具体错误如下: CMake Error: Unable to open check cache file for write. /home/michael/Program/deepLearning/yolov5_cpp_openvino-master/demo/build/CMakeFiles/cmake.check_cache CMake Error at CMakeLists.txt:15 (find_package): By not providing "Findngraph.cmake" in CMAKE_MODULE_PATH this...

楼主,图裂了,另外没明白是直接用yolo5的2.0版本还是3.1版本呢