Image Tutorials

These tutorials will help you learn how to create and use models that work with images and other computer vision tasks. Most of these tutorials use the MXNet GluonCV toolkit.

Basic Image Tutorials

MNIST

How to create a convolutional neural network for handwritten digit recognition.

GluonCV Toolkit Tutorials

These tutorials link to the MXNet GluonCV Toolkit website.

Prepare Datasets

How to use built-in MXNet GluonCV features for loading and preparing both common & custom datasets.

Image Classification

Pretrained models for inference, fine-tune models, train your own model on ImageNet, and more.

Object Detection

Learn how to use Single shot detector (SSD), RCNN, and YOLO models.

Semantic Segmentation

Learn how to use and train models that can identify and segment objects in an image.

Instance Segmentation

Learn how to use and train models the perform a variation of semantic segmentation that also classifies similar objects into discrete entities.

Pose Estimation

Learn how to use a simple Pose network that predicts the heatmap for each joint then map it to the coordinates on the original image.