Inception V3 is one of the most widely used neural networks, both as an image classifier and a feature extractor. It has over 75% - 78% accuracy on an ImageNet dataset and is proven to be fast and precise.
Predicting image classes using Inception V3
Setting up the Inception V3 environment
To start working with Inception V3, you first need to download model files from the MXNet Model Zoo. Use the following links:
- URL: http://data.dmlc.ml/models/imagenet/
- ZIP: inception-v3.tar.gz
After you have downloaded the archive, please extract it to the weights/inception-v3 folder.