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

no node named Conv_253 #22

Closed
yspisgod opened this issue Jul 20, 2022 · 1 comment
Closed

no node named Conv_253 #22

yspisgod opened this issue Jul 20, 2022 · 1 comment

Comments

@yspisgod
Copy link

when i run
python3 /opt/intel/openvino_2021.3.394/deployment_tools/model_optimizer/mo.py --input_model yolov5s.onnx --input_shape [1,3,640,640] --output_dir ./openvino --data_type FP32 --output Conv_253,Conv_302,Conv_351

it seems that "-output" is unnecessary

@lp6m
Copy link
Owner

lp6m commented Jul 20, 2022

Output node names are different in different environment, and yolov5 version. Check the output node name in Netron.

We remove the yolov5 head layers through model conversion, so '--output' is mandatory.

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

2 participants