TNTWEN / OpenVINO-YOLOV4

This is implementation of YOLOv4,YOLOv4-relu,YOLOv4-tiny,YOLOv4-tiny-3l,Scaled-YOLOv4 and INT8 Quantization in OpenVINO2021.3
MIT License
238 stars 66 forks source link

The converted OpenVINO IR (xml, bin) model files not work in dlstreamer #50

Closed howarwang closed 3 years ago

howarwang commented 3 years ago

I converted darknet YOLOv4 to tensorflow pb file and then to OpenVINO IR Files using the method in the repos. The converted model (yolov4-coco.xml,yolov4-coco.bin) can work in OpenVINO inference engine. I can run the demo in the OpenVINO repos. But it doesnt work in dlstreamer pipeline. The whole process can be found here