tensorflow-yolo-v3 icon indicating copy to clipboard operation
tensorflow-yolo-v3 copied to clipboard

Help!!! YOLOv3 and YOLOv3-Tiny are different to Convert to Intel(OpenVino model IE IR) ON OutPut Nodes Count

Open ziyun126 opened this issue 6 years ago • 4 comments

YOLOv3 Converted To IE IR model have three output nodes ,however YOLOv3-tiny have two output nodes, But intel OPENVINO sample "object_detection_demo_yolov3_async" if (outputInfo.size() != 3) { throw std::logic_error("This demo only accepts networks with three layers"); }

ziyun126 avatar Aug 05 '19 02:08 ziyun126

I'm not sure if there's a problem with the model I transformed or with the Intel sample

ziyun126 avatar Aug 05 '19 02:08 ziyun126

The Intel example was not made for tiny Yolo. You must adjust the output blob parsing...

r0l1 avatar Nov 18 '19 18:11 r0l1

the code has been changed now

andeyeluguo avatar May 13 '20 09:05 andeyeluguo

can you help me with finding input and output node of tiny yoloV3

tarsh98 avatar May 29 '20 10:05 tarsh98