public class ObjectDetectionInputAdapter extends Object implements Function<byte[],Map<String,org.tensorflow.Tensor<?>>>, AutoCloseable
Modifier and Type | Field and Description |
---|---|
static long |
CHANNELS
Make checkstyle happy.
|
static String |
NORMALIZED_IMAGE
Make checkstyle happy.
|
static String |
RAW_IMAGE
Make checkstyle happy.
|
Constructor and Description |
---|
ObjectDetectionInputAdapter() |
Modifier and Type | Method and Description |
---|---|
Map<String,org.tensorflow.Tensor<?>> |
apply(byte[] inputImage) |
void |
close() |
public static final String RAW_IMAGE
public static final String NORMALIZED_IMAGE
public static final long CHANNELS
Copyright © 2021. All rights reserved.