public interface PedestrianReIDer
Modifier and Type | Method and Description |
---|---|
int[] |
reid(PedestrianInfo pedestrian)
Perform ReID with a target pedestrian.
|
int[] reid(@Nonnull PedestrianInfo pedestrian) throws IOException
pedestrian
- The target pedestrian.IOException
- On error
conducting ReID.