Standard Watchers
NeuralNetworkClassifier
Uses a convolutional neural network to classify objects in the area watched by this classifier. The area is defined by the dimension of the neural network and the center of the bounding box of the contour registered from JS.
Parameters
{
neural_network_classifier: string // required
}Usage:
{
name: 'NeuralNetworkClassifier',
params: {
neural_network_name: <some_NN_name> // e.g 'fin_all_small'
}
}MovementBasedSegmenter
Like NeuralNetworkClassifier, MovementBasedSegmenter uses a convolutional neural network to classify objects.
MovementBasedSegmenter can detect (i.e locate and classify) multiple objects at a time in the specified watcher shape.
Parameters
Usage:
DepthClassifier
Detects any object on or above the surface defined by the watcher's shape, returning contour information.
Usage:
Last updated
Was this helpful?