-
Notifications
You must be signed in to change notification settings - Fork 130
yolov3 spp 使用时推理有问题呢? #44
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
Comments
您好,我也遇到相同的问题,是否是推理输出为nan呢? |
我已经解决了这个问题 通过修改 cfg文件
把 spp的最后一个
[route]
layers=-1,-3,-5,-6
修改为:
[route]
layers=-1,-3
[route]
layers=-1,-6
[route]
layers=-1,-8
### End SPP ###
…------------------ 原始邮件 ------------------
发件人: "pangxiaowen"<[email protected]>;
发送时间: 2020年5月26日(星期二) 中午11:47
收件人: "walktree/libtorch-yolov3"<[email protected]>;
抄送: "liushuan"<[email protected]>; "Author"<[email protected]>;
主题: Re: [walktree/libtorch-yolov3] yolov3 spp 使用时推理有问题呢? (#44)
您好,我也遇到相同的问题,是否是推理输出为nan呢?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
十分感谢 |
麻烦再问一下,为什么要这样修改呢? |
或者时修改 Darknet.cpp的源码,因为源码里面 只给了 1个和两个输入的情况。
…------------------ 原始邮件 ------------------
发件人: "pangxiaowen"<[email protected]>;
发送时间: 2020年5月26日(星期二) 中午12:32
收件人: "walktree/libtorch-yolov3"<[email protected]>;
抄送: "liushuan"<[email protected]>; "Author"<[email protected]>;
主题: Re: [walktree/libtorch-yolov3] yolov3 spp 使用时推理有问题呢? (#44)
麻烦再问一下,为什么要这样修改呢?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: