This directory contains multiple subdirectories. Each subdirectory contains software, data, and instructions that pertain to using a specific TensorFlow neural network with a Neural Compute device such as the Intel® NCS 2. Along with the trained network itself, examples are provided via Makefile that show how the OpenVINO Model Optimizer can be used to compile the network to Intermediate Representation (IR) and also how to create a program that uses that IR model for inferencing. The sections below are categorized by network type and include a brief explaination of each network.
Image Classification Network | Description |
---|---|
inception_v1 | Network that classifies images based on the 1000 categories described in Large Scale Visual Recognition Challenge 2012 (ILSVRC2012). |
inception_v2 | Network that classifies images based on the 1000 categories described in Large Scale Visual Recognition Challenge 2012 (ILSVRC2012). |
inception_v3 | Network that classifies images based on the 1000 categories described in Large Scale Visual Recognition Challenge 2012 (ILSVRC2012). |
inception_v4 | Network that classifies images based on the 1000 categories described in Large Scale Visual Recognition Challenge 2012 (ILSVRC2012). |
mnist | Network that classifies handwritten digits. This network is based on tensorflow mnist_deep. This project also includes an option to train the network yourself. |
mobilenets | The mobilenets (as described in the MobileNets Paper) are small, low-latency, low-power Convolutional Neural Networks for Mobile Vision Applications. They are parameterized for a variety of different uses. Multiple trained networks with different parmameter values are compiled in this directory. |
Network | Description |
---|---|
TBD | TBD |
Network | Description |
---|---|
TBD | TBD |