Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ziyun126 opened this issue Aug 5, 2019 · 4 comments

Comments

@ziyun126
Copy link

ziyun126 commented Aug 5, 2019

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
Copy link
Author

ziyun126 commented Aug 5, 2019

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

@r0l1
Copy link

r0l1 commented Nov 18, 2019

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

@andeyeluguo
Copy link

the code has been changed now

@tarsh98
Copy link

tarsh98 commented May 29, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants