Skip to content
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

Have you experiment on COCO with SENet?Please release the results first #1

Open
nemonameless opened this issue Jun 2, 2019 · 2 comments

Comments

@nemonameless
Copy link

No description provided.

@qixuxiang
Copy link
Owner

qixuxiang commented Jun 2, 2019

It is difficult to train senet-154 backbone on coco for my poor GPU resource (ಥ _ ಥ)
The code is still under test. @nemonameless

@qixuxiang
Copy link
Owner

I tried senet-154 backbone retinanet on COCO dataset, I only trained 1 epoch , Here is epoch_1.pth results:

 Average Precision  (AP) @[ IoU=0.50:0.95 | area=   all | maxDets=100 ] = 0.147
 Average Precision  (AP) @[ IoU=0.50      | area=   all | maxDets=100 ] = 0.268
 Average Precision  (AP) @[ IoU=0.75      | area=   all | maxDets=100 ] = 0.145
 Average Precision  (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.077
 Average Precision  (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.172
 Average Precision  (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.190
 Average Recall     (AR) @[ IoU=0.50:0.95 | area=   all | maxDets=  1 ] = 0.200
 Average Recall     (AR) @[ IoU=0.50:0.95 | area=   all | maxDets= 10 ] = 0.317
 Average Recall     (AR) @[ IoU=0.50:0.95 | area=   all | maxDets=100 ] = 0.330
 Average Recall     (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = 0.170
 Average Recall     (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = 0.350
 Average Recall     (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.471

I am so sorry I am not able to train more time, anyone who have enough GPUs can try it.

You can change lr with formula lr = base_lr / 8 x num_gpus x img_per_gpu / 2,

base_lr is origin lr in config file, in retinanet base_lr = 0.01.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants