ml

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package ml is used as interface on how a neural network should behave

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type NeuralNet

type NeuralNet interface {
	SetPreferableBackend(backend gocv.NetBackendType) error
	SetPreferableTarget(target gocv.NetTargetType) error
	SetInput(blob gocv.Mat, name string)
	ForwardLayers(outBlobNames []string) (blobs []gocv.Mat)
	Close() error
}

NeuralNet is the interface representing the neural network used for calculating the object detections

Directories

Path Synopsis
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.

Jump to

Keyboard shortcuts

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