YOLOv3-model-pruning
YOLOv3-model-pruning copied to clipboard
保存的.weights模型为啥darknet调用无法检测
用model中的save_darknet_weights()函数保存的.weights格式模型,为啥在darknet中调用检测不到目标???
@lilei1128 Hi,我遇到和你一样的问题,你后来解决了么?
一个网友说可以把阈值设置的低一点可以检测,你试一下。
------------------ 原始邮件 ------------------ 发件人: "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 -thresh设成0.1了都没用,决定直接修改darknet做稀疏训练了。
You can use darknet to retrain pruned-model
You can use darknet to retrain pruned-model
yeah, I thought of this method but didnt try it.