image_semantic_segmentation

command
v0.0.0-...-b09a792 Latest Latest
Warning

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

Go to latest
Published: May 27, 2022 License: NCSA Imports: 11 Imported by: 0

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.

The input and output nodes of the model

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

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