Package | Description |
---|---|
org.cripac.isee.alg.pedestrian.reid |
Modifier and Type | Class and Description |
---|---|
class |
Feature1024
A 1024-dim float feature of pedestrian for ReID.
|
Modifier and Type | Field and Description |
---|---|
Feature |
PedestrianInfo.feature
Extracted feature for comparison, if applicable.
|
Constructor and Description |
---|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
Feature feature)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
int id,
Feature feature)
Constructor with track and attributes specified at the beginning.
|