I am trying the find the pretrained models (graph.pd and labels.txt) files for Tensorflow (for all of the Inception versions and MobileNet)
After much searching I found some models in, https://storage.googleapis.com/download.tensorflow.org/models
like, https://storage.googleapis.com/download.tensorflow.org/models/inception5h.zip
https://storage.googleapis.com/download.tensorflow.org/models/inception_dec_2015.zip
But I found this as links from various blogs/etc. But is there a way to list all the models/zips in this dir? https://storage.googleapis.com/download.tensorflow.org/models
I want the latest of Inceptionv3 and MobileNet, does anyone know the file names in models for these?