Skip to content

ankkhedia/modelzoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ONNX Model Zoo

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

Models

Image Classification

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

Object Detection

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

Face Detection and Recognition

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

Object Detection and Segmentation

Semantic Segmentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published