Download pretrained ImageNet model of ResNet, VGG, etc. (.PB file)

Ajay Maity picture Ajay Maity · May 6, 2018 · Viewed 24.5k times · Source

I have downloaded a pre-trained model on ImageNet of Inception v3 from http://download.tensorflow.org/models/image/imagenet/inception-2015-12-05.tgz (found this link while following one of the tutorials on codelabs).

This zip file contains .pb file that I can directly import as GraphDef in TensorFlow.

I would like to know if there are similar .pb files for other architectures as well, such as ResNet, VGG16, MobileNet, etc. If yes, could you provide the link of those?

Thanks in advance.

Kind Regards,

Ajay

Answer