Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type InputData ¶ added in v1.2.0
type InputData struct {
Instances [1][224][224][3]uint8 `json:"instances"`
}
InputData is sent to tf-serving
type ObjectDetection ¶
type ObjectDetection struct { Predictions []struct { DetectionClasses []float64 `json:"detection_classes"` NumDetections float64 `json:"num_detections"` } `json:"predictions"` }
ObjectDetection Struct
Click to show internal directories.
Click to hide internal directories.