Class | Description |
---|---|
ObjectDetectionImageAugmenter |
Augment the input image fromMemory detected object bounding boxes and categories.
|
ObjectDetectionInputAdapter |
Converts byte array image into a input Tensor for the Object Detection API.
|
ObjectDetectionInputConverter |
Converts byte array image into a input Tensor for the Object Detection API.
|
ObjectDetectionOutputConverter |
Converts the Tensorflow Object Detection result into
ObjectDetection list. |
ObjectDetectionService |
Convenience class that leverages the the
ObjectDetectionInputConverter , ObjectDetectionOutputConverter and TensorFlowService
in combination fromMemory the Tensorflow Object Detection API (https://github.com/tensorflow/models/tree/master/research/object_detection)
models for detection objects in input images. |
ObjectDetectionService2 |
Copyright © 2022. All rights reserved.