YOLOv3-model-pruning icon indicating copy to clipboard operation
YOLOv3-model-pruning copied to clipboard

保存的.weights模型为啥darknet调用无法检测

Open lilei1128 opened this issue 5 years ago • 5 comments

用model中的save_darknet_weights()函数保存的.weights格式模型,为啥在darknet中调用检测不到目标???

lilei1128 avatar Dec 12 '19 13:12 lilei1128

@lilei1128 Hi,我遇到和你一样的问题,你后来解决了么?

wangruo91 avatar Feb 09 '20 16:02 wangruo91

一个网友说可以把阈值设置的低一点可以检测,你试一下。

------------------ 原始邮件 ------------------ 发件人: "wangruo91"<[email protected]>; 发送时间: 2020年2月10日(星期一) 凌晨0:52 收件人: "Lam1360/YOLOv3-model-pruning"<[email protected]>; 抄送: "LeL"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [Lam1360/YOLOv3-model-pruning] 保存的.weights模型为啥darknet调用无法检测 (#75)

@lilei1128 Hi,我遇到和你一样的问题,你后来解决了么?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

lilei1128 avatar Feb 11 '20 02:02 lilei1128

@lilei1128 -thresh设成0.1了都没用,决定直接修改darknet做稀疏训练了。

wangruo91 avatar Feb 11 '20 02:02 wangruo91

You can use darknet to retrain pruned-model

Learner-Dan avatar Apr 15 '20 02:04 Learner-Dan

You can use darknet to retrain pruned-model

yeah, I thought of this method but didnt try it.

lilei1128 avatar Apr 15 '20 14:04 lilei1128