-
Notifications
You must be signed in to change notification settings - Fork 24
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
VOC2007 train #8
Comments
sorry,the preprocessing of demo.py is for pre-trained model converted from official repo. You should uncomment some code in demo.py. |
Yes, I have modified the demo.py to fit the VOC data set. Do you think it might be the lack of training sets? |
You didn't provide any information. I couldn't help you. Training curve, demo output or something else. |
Thank you for your reply. Now there are often problems with the remote connection of our school's server. Many of the results don't show up. I'm looking into it. Thank you very much. I'll discuss it with you when I have a good result. |
You can refer to https://github.com/ChingHo97/FCOS-PyTorch-37.2AP I have fixed some bugs |
Thanks for your work! Do you mind I add a link to your work into my README ? and I also would like you to indicate in README that you have referenced my code. |
No problem. Really thank you for your repo, you can add the link , there are some bugs I fixed and I changed some hyperparameters.
…------------------ 原始邮件 ------------------
发件人: "xxxmy"<[email protected]>;
发送时间: 2020年6月28日(星期天) 晚上7:34
收件人: "VectXmy/FCOS.Pytorch"<[email protected]>;
抄送: "Cheney"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [VectXmy/FCOS.Pytorch] VOC2007 train (#8)
Thank you for your reply. Now there are often problems with the remote connection of our school's server. Many of the results don't show up. I'm looking into it. Thank you very much. I'll discuss it with you when I have a good result.
You can refer to https://github.com/ChingHo97/FCOS-PyTorch-37.2AP I have fixed some bugs
Thanks for your work! Do you mind I add a link to your work into my README ? and I also would like you to indicate in README that you have referenced my code.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
代码里面有些问题,我很疑惑。 |
_gen_level_targets里面这些代码没有用到 |
@zhengdq99
|
@zhengdq99 如果没看错的话,你才训练了一个epoch不到就说不收敛,还在warm up阶段-_-||| |
训练了很多epoch,是从保存的模型中继续训练。 |
非常感谢 |
我最近才买了深度学习工作站,回头按照您的参数进行训练。 |
@zhengdq99 |
好的,谢谢大佬指点。感激不尽。 |
在图像尺寸方面,我感觉fcos不需要严格按照图像原有的长宽比。 |
@zhengdq99 不可以哦,直接resize,会导致物体形状完全变了,可能把一个东西拉的很长或很扁,跟实际测试相差很大 |
嗯,我回头做几组实验。
东强
…------------------ Original ------------------
From: xxxmy <[email protected]>
Date: Mon,Sep 21,2020 11:29 AM
To: VectXmy/FCOS.Pytorch <[email protected]>
Cc: zhengdq99 <[email protected]>, Mention <[email protected]>
Subject: Re: [VectXmy/FCOS.Pytorch] VOC2007 train (#8)
@zhengdq99 不可以哦,直接resize,会导致物体形状完全变了,可能把一个东西拉的很长或很扁,跟实际测试相差很大
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Hi, I used your code training on the voc2007 train data which contains 5k images, and then run your demo finding the results is very bad. Could it be the lack of data sets that causes this failure? After all, I have a few computing resources.
The text was updated successfully, but these errors were encountered: