command
Version:
v0.0.0-...-b09a792
Opens a new window with list of versions in this module.
Published: May 27, 2022
License: NCSA
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Image Classification
The example uses MobileNet_v1_1.0_224 and synset1.txt.
Refer to TensorFlow MobileNet for more details.
Node Name |
Input/Output |
Shape |
Data Description |
image_tensor |
Input |
[batch, height, width, 3] |
RGB pixel values as float32 in a square format (Width, Height) |
class_scores |
Output |
[batch, num_classes] |
Array of probability scores for each class between 0 and 1 |
Usage
go run main.go -dir=<model folder> -jpg=<input.jpg> [-labels=<labels.txt>]
References
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.