-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
怎么训练自己的数据呢 #3
Comments
目前还不支持,后续会加上的 可以大家一起实现 |
我也在研究这个,我的微信17868380981,可以一起搞嘛 |
@Tianxiaomo when can we expect the support code to train ?? |
我最近需要用在自己的data上,希望能參與開發。qq: 2379467558 |
@chunleiml 应该可以训练 |
@Tianxiaomo |
sorry, I'm not the auther.
…------------------ 原始邮件 ------------------
发件人: "Craig Hsin"<[email protected]>;
发送时间: 2020年5月14日(星期四) 上午7:18
收件人: "Tianxiaomo/pytorch-YOLOv4"<[email protected]>;
抄送: "1109720378"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [Tianxiaomo/pytorch-YOLOv4] 怎么训练自己的数据呢 (#3)
@Tianxiaomo
Dear Author, thank you very much for the great work. I suppose you are working on training and reproducing the performance of original repo. When you are done, may you release the training flow? btw, Pytorch is great~ Thanks again
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
可以写一下怎么训练吗? 有哪些需要改动的? |
我魔改了一下可以支持自己的数据了,训练了几十个epoch后输出的框不太正确,作者大大能帮忙看下么 @Tianxiaomo |
什么问题,都不正确,还是有不正确的 @okideal |
都不正确,而且相邻epoch保存的checkpoint输出的结果都相差很大,框都是散布在图片上的,没有规律。 |
2020-05-19 09:41:24,363 train.py[line:317] DEBUG: Train step_252232: loss : 1.4532806873321533,loss xy : 12.427532196044922,loss wh : 1.475596308708191,loss obj : 6.721678256988525,loss cls : 2.627683162689209,loss l2 : 5.853010177612305 |
数据增强原来有bug,另外学习率在训练时有没有调整 |
数据增强之前我把mosaic关掉了,只用了普通的增强。学习率的话,adam自己也会调整把,只是不会指数衰减 |
大佬可以分享一下魔改方法嘛,最近也想在bdd100k上训练一版pytorch-v4 |
No description provided.
The text was updated successfully, but these errors were encountered: