Complex-YOLO icon indicating copy to clipboard operation
Complex-YOLO copied to clipboard

Cann't load pretrained .weights file

Open jjldr opened this issue 7 years ago • 8 comments

Thanks for you share.however,I cann't load you pretrained weights.

jjldr avatar Sep 04 '18 06:09 jjldr

Same Problem here

gyubeomim avatar Sep 10 '18 13:09 gyubeomim

The pretrained weights is trained by Darknet.There are two version here. pytorch version has some problem.

AI-liu avatar Sep 11 '18 03:09 AI-liu

你分享的代码还是很清晰的,请问你能私下分享一下pytorch版本的权重吗。楼主应该是华人吧,能否微信交流一下,我微信是trustmeczw,万分感谢。

jjldr avatar Sep 11 '18 03:09 jjldr

Can you share Darknet Version ?

nuoloveheng avatar Nov 26 '18 10:11 nuoloveheng

前辈您好,最近在做comolexyolo的课题,由于电脑显存有限,计算能力不足,借鉴您的代码后无法训练出模型,您使用darknet训练出的模型应该不能用在pytorch上,请问您可以发一下darknet的代码或pytorch训练出的模型吗

MA-JIE avatar Jun 07 '19 16:06 MA-JIE

在darknet上修改的细节比较多,网站上的结果就是在darknet上训练的结果图。建议还是在pytorch框架上实现,我的代码可以训练的,如果显存不够可以修改一下bashsize

---Original--- From: "MA-JIE"[email protected] Date: Sat, Jun 8, 2019 00:00 AM To: "AI-liu/Complex-YOLO"[email protected]; Cc: "Comment"[email protected];"AI-liu"[email protected]; Subject: Re: [AI-liu/Complex-YOLO] Cann't load pretrained .weights file (#4)

前辈您好,最近在做comolexyolo的课题,由于电脑显存有限,计算能力不足,借鉴您的代码后无法训练出模型,您使用darknet训练出的模型应该不能用在pytorch上,请问您可以发一下darknet的代码或pytorch训练出的模型吗

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

AI-liu avatar Jun 10 '19 01:06 AI-liu

好的,感谢前辈

------------------ 原始邮件 ------------------ 发件人: "AI-liu"[email protected]; 发送时间: 2019年6月10日(星期一) 上午9:47 收件人: "AI-liu/Complex-YOLO"[email protected]; 抄送: "罗刹海市"[email protected];"Comment"[email protected]; 主题: Re: [AI-liu/Complex-YOLO] Cann't load pretrained .weights file (#4)

在darknet上修改的细节比较多,网站上的结果就是在darknet上训练的结果图。建议还是在pytorch框架上实现,我的代码可以训练的,如果显存不够可以修改一下bashsize

---Original--- From: "MA-JIE"[email protected] Date: Sat, Jun 8, 2019 00:00 AM To: "AI-liu/Complex-YOLO"[email protected]; Cc: "Comment"[email protected];"AI-liu"[email protected]; Subject: Re: [AI-liu/Complex-YOLO] Cann't load pretrained .weights file (#4)

前辈您好,最近在做comolexyolo的课题,由于电脑显存有限,计算能力不足,借鉴您的代码后无法训练出模型,您使用darknet训练出的模型应该不能用在pytorch上,请问您可以发一下darknet的代码或pytorch训练出的模型吗

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread. — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

MA-JIE avatar Jun 10 '19 13:06 MA-JIE

@MA-JIE 你用这个pytorch版的complex-yolo训练成功了吗,测试效果怎么样,我之前用这个代码能训练,但是测试结果非常差,也不知道是哪里有bug,最后换成tensorflow版的,效果挺好的。

DarkNetUsr avatar Jul 13 '19 16:07 DarkNetUsr