Package | Description |
---|---|
org.cripac.isee.pedestrian.reid | |
org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
Modifier and Type | Method and Description |
---|---|
float |
ExternPedestrianComparerUsingAttr.compare(PedestrianInfo personA,
PedestrianInfo personB) |
abstract float |
PedestrianComparerUsingAttr.compare(PedestrianInfo personA,
PedestrianInfo personB)
Compare two pedestrians each given in a track with attributes.
|
abstract int[] |
PedestrianReIDer.reid(PedestrianInfo pedestrian)
Perform ReID with a target pedestrian.
|
Constructor and Description |
---|
RequestMessage(PedestrianInfo personA,
PedestrianInfo personB) |
Modifier and Type | Method and Description |
---|---|
int[] |
FakePedestrianReIDerWithAttr.reid(PedestrianInfo target) |