Compare ImageNet CNN architectures
Last week, I released a beginner’s utility to compare classification results from SotA Convolutional Neural Network architectures.
Motivation for the tool was to enable beginners and non-programmers to “see” how off-the-shelf pre-trained deep learning models classify their own real-world images. These models wouldn’t necessarily work well across all your images and meant to be more of an educational tool.
Under the hood, it uses pre-trained MobileNetV2, ResNet50, VGG19, InceptionV3, Xception weights from TensorFlow Keras
You can header over here and upload an image or paste the URL to compare classification results.
Here’s are some interesting examples:
-
Calvin and Hobbes image was detected accurately as comic book 💬 by most models 😀
-
Still image of Simba and Zazu from The Lion King movie. InceptionV3 and Xception recognized both 🦁 Lion and 🐦 Hornbill in the top 5 results.