Package org.springframework.cloud.fn.object.detection
package org.springframework.cloud.fn.object.detection
-
ClassDescriptionAugment the input image fromMemory detected object bounding boxes and categories.Converts byte array image into a input Tensor for the Object Detection API.Converts byte array image into a input Tensor for the Object Detection API.Converts the Tensorflow Object Detection result into
ObjectDetection
list.Convenience class that leverages the theObjectDetectionInputConverter
,ObjectDetectionOutputConverter
andTensorFlowService
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.