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

export_onnx.py问题 #3

Open
goulin2k opened this issue Jun 8, 2023 · 1 comment
Open

export_onnx.py问题 #3

goulin2k opened this issue Jun 8, 2023 · 1 comment

Comments

@goulin2k
Copy link

goulin2k commented Jun 8, 2023

1、line17: from config import build_config
导入错误,没有build_config?
2、line79:model = build_model(
args=args,
cfg=cfg,
device=device,
num_classes=args.num_classes,
trainable=False
)
参数cfg,在定义中是model_cfg

以上错误,导致导出不成功

@yjh0410
Copy link
Owner

yjh0410 commented Jun 8, 2023

@goulin2k 您好,实在抱歉,这个项目还暂时不知此ONNX的转换,目前只是完成了代码框架,还没有进行调试,后续我会尽快完成ONNX的转换功能~

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