tensorflow-mobilenet

command
v0.0.0-...-0163013 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2020 License: Apache-2.0 Imports: 11 Imported by: 0

README

Mobilenet graph example

Example in this directory uses MobileNetV2: Inverted Residuals and Linear Bottlenecks tensorflow model to classify an image of panda:

giant panda

image source

This example uses mobilenet_v2_1.0_224. You can read more about other available MobilenetV2 models here.

If you would like to test other Mobilenet variants, you can use the Makefile available in this repo which allows you to download the model and compile it into Movidius graph file with a command like this:

make compile VERSION=v2 DEPTH=1.0 IMGSIZE=224

Prerequisites

Install GoCV

This example uses C/C++ NCSDK 2.0, so make sure you have it installed by following the instructions here

Note, since the 2.0 API does not seem to work properly on macOS, you won't be able to run this example on macOS. Everything works fine on Linux, in particular this example was tested on Ubuntu 16.04

Running the example

Note, the example program contains hardcoded paths to the compiled Movidius graph file of the MobilenetV2, the image of panda and the MobilenetV2 labels.

You can run this example as follows:

go run main.go

Result:

2018/10/04 19:13:59 Attempting to create NCS device handle
2018/10/04 19:13:59 NCS device handle successfully created
2018/10/04 19:13:59 Attempting to open NCS device
2018/10/04 19:14:02 NCS device successfully opened
2018/10/04 19:14:02 Attempting to create NCS graph handle
2018/10/04 19:14:02 NCS graph handle successfully created
2018/10/04 19:14:02 Attempting to allocate NCS graph
2018/10/04 19:14:02 NCS Graph successfully allocated
2018/10/04 19:14:02 Attempting to read image panda.jpg
2018/10/04 19:14:02 Attempting to queue panda.jpg for inference
2018/10/04 19:14:02 panda.jpg successfully queued for inference
2018/10/04 19:14:02 Attempting to read data from the NCS
2018/10/04 19:14:02 Read suceeded. Read 4004 bytes
2018/10/04 19:14:02 Reading labels file: imagenet_class_index.json
2018/10/04 19:14:02 Read 1000 labels from imagenet_class_index.json
2018/10/04 19:14:02 Prediction: [n02510455 giant_panda], Probability: 0.8408203

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL