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¶
How to create a convolutional neural network for handwritten digit recognition.
How to use pretrained models to recognize what is in an image.
Advanced Image Tutorials¶
Implementing an InfoGAN based on the MXNet Gluon.
GluonCV Toolkit Tutorials¶
These tutorials link to the MXNet GluonCV Toolkit website.
How to use built-in MXNet GluonCV features for loading and preparing both common & custom datasets.
Pretrained models for inference, fine-tune models, train your own model on ImageNet, and more.
Learn how to use Single shot detector (SSD), RCNN, and YOLO models.
Learn how to use and train models that can identify and segment objects in an image.
Learn how to use and train models the perform a variation of semantic segmentation that also classifies similar objects into discrete entities.
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.