-
Notifications
You must be signed in to change notification settings - Fork 5
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
使用atlas200dk推理的前处理 #1
Comments
Opencv dnn支持Focus这个操作。Atlas不支持focus,所以我把模型里的Focus操作,移到预处理里进行。 |
可以提供一下,yoloX其他版本(tiny、s)转换之后的权重么? |
不好意思啊,其它模型文件放在Atlas200DK那个开发板上,现在还没有开学,所以我手上暂时没有另外几个模型。
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年2月10日(星期四) 下午5:17
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [stunback/yolox_for_cann_atlas200dk] 使用atlas200dk推理的前处理 (Issue #1)
可以提供一下,yoloX其他版本(tiny、s)转换之后的权重么?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you commented.Message ID: ***@***.***>
|
尝试按照readme中的步骤转换的yolox-tiny,检测不出目标,转换过程没有报错。请问一下,是不是因为onnx的版本问题,还是因为过程中需要修改一些参数? |
我也是,模型转换不报错,但是检测不出目标 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
为什么要做这一步处理呢?
我看到使用 opencv 的 dnn 推理没有这一步啊。这一步在 atlas 上面花费了很多的时间。
The text was updated successfully, but these errors were encountered: