Package | Description |
---|---|
org.cripac.isee.alg.pedestrian.attr | |
org.cripac.isee.alg.pedestrian.reid | |
org.cripac.isee.vpe.data |
This package contains classes for data managing.
|
org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
Modifier and Type | Field and Description |
---|---|
private Attributes |
RecognizerTest.answer
|
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.add(Attributes attr1,
Attributes attr2)
|
static Attributes |
Attributes.div(Attributes attr,
int divisor)
|
static Attributes |
DeepMAR.fillAttributes(float[] outputArray)
Fill the values from the FC8 layer of DeepMAR into an Attributes
object.
|
Attributes |
DeepMARCaffe2Native.recognize(Tracklet.BoundingBox bbox)
Recognize attributes from a pedestrian bounding box image.
|
Attributes[] |
DeepMARCaffe2Native.recognize(Tracklet.BoundingBox[] bboxes)
Recognize attributes from a batch of pedestrian bounding box
images.
|
Attributes[] |
BatchRecognizer.recognize(Tracklet.BoundingBox[] bboxes)
Recognize attributes from a batch of pedestrian bounding box
images.
|
Attributes |
Recognizer.recognize(Tracklet tracklet)
Recognize attributes from a pedestrian tracklet.
|
Attributes |
DeepMARCaffe2Native.recognize(Tracklet tracklet)
Recognize attributes from a pedestrian tracklet.
|
Attributes |
ExternRecognizer.recognize(Tracklet tracklet)
Recognize attributes from a pedestrian tracklet.
|
Modifier and Type | Method and Description |
---|---|
static Attributes |
Attributes.add(Attributes attr1,
Attributes attr2)
|
static Attributes |
Attributes.div(Attributes attr,
int divisor)
|
Modifier and Type | Field and Description |
---|---|
Attributes |
PedestrianInfo.attr
|
Constructor and Description |
---|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
Feature feature)
Constructor with track and attributes specified at the beginning.
|
PedestrianInfo(TrackletOrURL trackletOrURL,
Attributes attr,
int id)
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.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
Neo4jConnector.getPedestrianAttributes(String nodeID)
|
abstract Attributes |
GraphDatabaseConnector.getPedestrianAttributes(String nodeID)
Get the attributes of a pedestrian.
|
Modifier and Type | Method and Description |
---|---|
void |
Neo4jConnector.setPedestrianAttributes(String nodeID,
Attributes attr)
|
abstract void |
GraphDatabaseConnector.setPedestrianAttributes(String nodeID,
Attributes attr)
Set the attributes of a pedestrian.
|
Modifier and Type | Method and Description |
---|---|
Attributes |
FakeDatabaseConnector.getPedestrianAttributes(String nodeID)
|
Attributes |
FakeRecognizer.recognize(Tracklet tracklet)
|
Modifier and Type | Method and Description |
---|---|
void |
FakeDatabaseConnector.setPedestrianAttributes(String nodeID,
Attributes attr)
|