This repository contains a collection of pre-trained models for state of the art works in deep learning. Each model is available in ONNX and MMS archive format. Accompanying each model are notebooks for training and running inference on the model written in MXNet framework, along with links to the dataset and the original paper.
Visualize the network architecture of a model using Netron.
Want to contribute a model? Check out the list of backlog models to get started. Also refer to the guidelines for contribution before submitting a request.
insert tags
The model takes images as input and classifies the major object in the image into a set of pre-defined classes.
Squeezenet | VGG-16 | Resnet-18 |
A light-weight CNN providing Alexnet level accuracy with 50X fewer parameters |
16 layer version of the deep CNN model which won Imagenet Challenge in 2014 |
18 layer version of the deep CNN model which won Imagenet Challenge in 2015 |
Mobilenet | ||
description |
The model takes images as input and detects objects present in the image
SSD: Single Shot Multi Detector description |
||
ONNX model MMS archive Example notebook Reference Training notebook Dataset |
The model takes images as input and detects/recognizes human faces in the image
ArcFace description |
||
ONNX model MMS archive Example notebook Reference Training notebook Dataset |