Skip to content

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)

License

Notifications You must be signed in to change notification settings

moyanyu/keras-inceptionV4

Repository files navigation

keras-inceptionV4

Keras implementation of Google's inception v4 model with ported weights!

As described in http://arxiv.org/abs/1602.07261.Inception-v4

Inception-ResNet and the Impact of Residual Connections on Learning (Christian Szegedy, Sergey Ioffe, Vincent Vanhoucke, Alex Alemi)

Note this Keras implementation tries to follow the tf.slim definition as closely as possible.

Pre-Trained weights for this Keras model can be found here: https://github.com/kentsommer/keras-inceptionV4/releases

Once you have downloaded the inception_v4_pretrained.h5, you can evaluate a sample image by performing the following:

  • $ python evaluate_image.py"
Class is: African elephant, Loxodonta africana
Certainty is: 0.938018

About

Keras Implementation of Google's Inception-V4 Architecture (includes Keras compatible pre-trained weights)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%