Package | Description |
---|---|
org.cripac.isee.vpe.alg.pedestrian.attr | |
org.cripac.isee.vpe.alg.pedestrian.reid | |
org.cripac.isee.vpe.alg.pedestrian.tracking | |
org.cripac.isee.vpe.ctrl |
This package contains classes for controlling of the platform.
|
org.cripac.isee.vpe.data |
This package contains classes for data managing.
|
Modifier and Type | Class and Description |
---|---|
class |
PedestrianAttrRecogApp
The PedestrianAttrRecogApp class is a Spark Streaming application which
performs pedestrian attribute recognition.
|
Modifier and Type | Class and Description |
---|---|
class |
PedestrianReIDUsingAttrApp
The PedestrianReIDApp class is a Spark Streaming application which performs
pedestrian re-identification with attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
PedestrianTrackingApp
The PedestrianTrackingApp class takes in video URLs from Kafka, then process
the videos with pedestrian tracking algorithms, and finally push the tracking
results back to Kafka.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageHandlingApp
The MessageHandlingApp class is a Spark Streaming application responsible for
receiving commands from sources like web-UI, then producing appropriate
command messages and sending to command-defined starting application.
|
Modifier and Type | Class and Description |
---|---|
class |
DataManagingApp
The DataManagingApp class combines two functions: meta data saving and data
feeding.
|