public class FakePedestrianReIDerWithAttr extends Object implements PedestrianReIDer
Constructor and Description |
---|
FakePedestrianReIDerWithAttr() |
Modifier and Type | Method and Description |
---|---|
int[] |
reid(PedestrianInfo target)
Perform ReID with a target pedestrian.
|
private Random rand
public int[] reid(@Nonnull PedestrianInfo target) throws IOException
PedestrianReIDer
reid
in
interface PedestrianReIDer
target
- The target pedestrian.IOException
- On error conducting ReID.