-
Notifications
You must be signed in to change notification settings - Fork 98
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
Training with other configurations. #3
Comments
Hi @mkocabas , Thanks for your interest in my implementation. I've modified the codes a little, so please clone/pull the latest version before you run it. Please follow You can train a To train a If you have any questions, feel free to contact me. You can also mail me at [email protected] or [email protected]. |
Cool, so I can start with I'll use |
@GengDavid we have a little problem. |
If you are using |
@mkocabas |
I'm consistently getting OOM error, but let me check. I'll restart the computer, maybe there are some blocking processes. I'll inform you about the progress. |
@GengDavid, restarting solved the problem. Thanks for pointing out! I'll update this issue as training continues. How many epochs did you train the |
@mkocabas About 25 epoch. I don't remember the exact figure. |
I see, so probably it'll take 4 days to converge. |
Fine, thanks. |
Epoch 6 (tested with GT bboxes)
Epoch 13 (tested with GT bboxes)
|
@GengDavid do you have the weights of 5th epoch of |
Yeah I saw the discussion. Please let me know about the results after modification. If you don't have enough GPUs, I can test the corrected model. |
I'll let you know the results but it may take a little long time since I only have |
I've started to train fixed |
Hi, @mkocabas |
Hi, David, I've trained with the ResNet-50+384*288 with ground truth bboxes. Due to the limit of network, I can not download the person detections results on COCO successfully, So I just use the ground truth. |
@Tiamo666 Great job! |
@Tiamo666 Or if you do not want to open a RP, could you just provide a link to download the model? Google Drive, Onedrive, Dropbox and Baidu Yun are all fine. |
OK,I guess Baidu yun is a good choice. I will try to share the pretrained model on it and provide you the link as soon as I uploaded model |
hi,David, I've already uploaded the model on BaiduYun. |
Great! I'll test it and update the result later. |
@Tiamo666 I've updated the results. |
That's cool! |
@Tiamo666 That's great! If you have any problem, feel free to contact me. |
Hi, David. I've uploaded the model of cpn384*288 with Resnet101 on Baidu Yun. |
@Tiamo666 Great! Thanks a lot. I'll update the results soon. |
Hello, David, I've just found that I trained with the old code which has "Color Normalized bug" last week. I feel sorry for that, I could retrain the model this week. |
Cool. @Tiamo666 Could you please tell me the results you got before and after the fine-tune process(using gt bbox)? |
Hello, David, the results after fine-tune is |
@Tiamo666 Thanks! I'm a little busy these days, I'll update the results and model soon. |
I've used the commit 8e85af2 to train
How many epochs do you set to achieve As for
|
@mkocabas Sorry about that I have not updated the results yet. |
@GengDavid Now, the |
Cool, so I think it is allowable to have some slight differences. And could you provide your pre-trained |
@GengDavid Please see my comments #3 (comment) |
Sorry, I don't clearly understand what you mean by referencing comment-424928303😳 |
@GengDavid |
However, it is a little confusing that the |
@GengDavid @Tiamo666 Thanks for updating the result. |
@mingloo Great! Thanks. |
@GengDavid , Thanks a lot, I just come back from my holiday. I didn't change any other parameters, I just modified the learning rate scheduler with pytorch built-in package optim.lr_scheduler, here is my code: fine tune
adjust lr ratescheduler = lr_scheduler.MultiStepLR(optimizer, milestones = cfg.lr_dec_epoch, gamma=cfg.lr_gamma) 30.000000 0.000031 102.073177 |
I just test on the model of epoch35 with ground Truth, it seems to get a little higher performance: |
@Tiamo666 Thanks! So the number of the epoch is the point. |
I've trained the The evaluation result is as follows:
|
@mingloo great job! |
@Tiamo666 And it takes almost 9 days for training from scratch. One more thing to be noted is I use the GT bbox for training the above model. |
@mingloo Thanks a lot, I got it. |
@Tiamo666 |
@mingloo Thanks a lot. |
@GengDavid |
@GengDavid Hi, I have meet some problems about training....... Can you share your log file about ResNet 50+256x192? Thanks |
@YoungZiyu |
@Tiamo666 @GengDavid |
@GengDavid @aidarikako @mingloo
i has changed lr=1e-6,but not helps. |
@GengDavid @mkocabas @Tiamo666 @mingloo @YoungZiyu
i has changed lr=1e-6,but not helps. |
Hi @GengDavid,
Thanks for the great implementation. I'm eager collaborate with you to test other configurations. I have
2 x 1080
and2 x 1080ti
. I can borrow more if needed. Looking forward to your response!The text was updated successfully, but these errors were encountered: