mystic123 / tensorflow-yolo-v3

Implementation of YOLO v3 object detector in Tensorflow (TF-Slim)
https://medium.com/@pawekapica_31302/implementing-yolo-v3-in-tensorflow-tf-slim-c3c55ff59dbe
Apache License 2.0
893 stars 353 forks source link

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

Open ziyun126 opened 5 years ago

ziyun126 commented 5 years ago

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 commented 5 years ago

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

r0l1 commented 4 years ago

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

andeyeluguo commented 4 years ago

the code has been changed now

tarsh98 commented 4 years ago

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