Pretrained inception resnet - classification and faster rcnn object detection

In there any plan to release inception resnet pre-trained model? for classification and also for faster rcnn model.

That would be a good one to add as feature request on the dmlc/gluon-cv github repo.

In the meanwhile you can already use the inception_v3 pretrained model.

Can you put a link to the “inception resnet” model paper ?

mx.gluon.model_zoo.vision.inception_v3(pretrained=True)

paper:

pytorch pre-trained models:

1 Like

I couldn’t do a feature request on github. So I just opened an issue:

1 Like