domains

package
v0.0.0-...-907f49e Latest Latest
Warning

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

Go to latest
Published: Jun 8, 2019 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GinIndexHTML  = "assets/index.html"
	GinServerPort = ":5000"
)
View Source
const (
	ResizeSize         = 316
	QuadrateSize       = 316
	InputSize          = 224
	ModelFile          = "assets/model.pt"
	ImageNetClassIndex = "assets/imagenet_class_index.json"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type PredictResult

type PredictResult struct {
	Desc  string  `json:"description"`
	Score float32 `json:"score"`
}

Jump to

Keyboard shortcuts

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