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
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