TSD icon indicating copy to clipboard operation
TSD copied to clipboard

Pretrained weights for OpenImages dataset (600 classes)?

Open kiranramnath007 opened this issue 5 years ago • 9 comments
trafficstars

Thanks for sharing your great work!

I wanted to know - have you shared the pretrained weights for your prize-winning OpenImages network with 600 classes? Per my understanding, the current pretrained models are for the COCO dataset.

If not shared currently, could you please consider doing so? It will be really helpful, as I am interested in using the 600 Class object-detector for one of my projects.

kiranramnath007 avatar Jun 20 '20 19:06 kiranramnath007

Hi, we have the plan to share the pretrained weights on OpenImages dataset. It will adopt the SENet-154 backbone. We need to retrain this model on the mmdetection framework and this will take a long time.

songguanglu avatar Jun 22 '20 05:06 songguanglu

We really need the weights please

raoufkeskes avatar Jul 23 '20 16:07 raoufkeskes

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

tryanbot avatar Jan 02 '21 08:01 tryanbot

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

Hi, we have finished the training for ResNet-50 with OpenImageV5 500 classes. The training code (base version) and pre-trained model will be released in recent days.

songguanglu avatar Jan 04 '21 06:01 songguanglu

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

Hi, we have finished the training for ResNet-50 with OpenImageV5 500 classes. The training code (base version) and pre-trained model will be released in recent days.

Have you released the pretrained model? we'd be really appreciate

Tristacheng avatar Jan 26 '21 03:01 Tristacheng

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

Hi, we have finished the training for ResNet-50 with OpenImageV5 500 classes. The training code (base version) and pre-trained model will be released in recent days.

Have you released the pretrained model? we'd be really appreciate

The latest code has supported the OpenImage dataset training. We also provide the pretrained ResNet50,

songguanglu avatar Jan 26 '21 08:01 songguanglu

@songguanglu : did the training finish? It will help a lot of people, it kinda hard to find the pretrained

Hi, we have finished the training for ResNet-50 with OpenImageV5 500 classes. The training code (base version) and pre-trained model will be released in recent days.

Have you released the pretrained model? we'd be really appreciate

The latest code has supported the OpenImage dataset training. We also provide the pretrained ResNet50,

Thank you for your work!

Tristacheng avatar Jan 27 '21 09:01 Tristacheng

Pretrained models are missing model.CLASSES. Any help?

iMayK avatar Feb 01 '21 15:02 iMayK