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: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Image Semantic Segmentation
The example uses DeepLab mobilenetv2_coco_voc_trainaug trained on PASCAL VOC 2012.
Refer to TensorFlow DeepLab Model Zoo and DeepLab: Deep Labelling for Semantic Image Segmentation for more details.
Node Name |
Input/Output |
Shape |
Data Description |
ImageTensor |
Input |
[batch, height, width, 3] |
RGB pixel values as uint8 in a square format (Width, Height) |
SemanticPredictionss |
Output |
[batch, outeight, width] |
Array of output segments |
Usage
go run main.go -dir=<model folder> -jpg=<input.jpg> [-out=<output.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.