public abstract class PedestrianReIDer
extends java.lang.Object
Constructor and Description |
---|
PedestrianReIDer() |
Modifier and Type | Method and Description |
---|---|
abstract int[] |
reid(PedestrianInfo pedestrian)
Perform ReID with a target pedestrian.
|
public abstract int[] reid(@Nonnull PedestrianInfo pedestrian) throws java.io.IOException
pedestrian
- The target pedestrian.java.io.IOException
- On error conducting ReID.