| Package | Description |
|---|---|
| org.cripac.isee.alg.pedestrian.attr | |
| org.cripac.isee.alg.pedestrian.tracking | |
| org.cripac.isee.vpe.alg.pedestrian.tracking | |
| org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
| org.cripac.isee.vpe.util.hdfs |
| Modifier and Type | Method and Description |
|---|---|
private static Tracklet |
RecognizerTest.img2Tracklet(org.bytedeco.javacpp.opencv_core.Mat img)
Create a tracklet with only one bounding box, which is the given
image.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
RequestMessage(Tracklet tracklet)
Create a message requesting attribute recognition on a track.
|
| Modifier and Type | Method and Description |
|---|---|
private Tracklet[] |
BasicTracker.getTargets(long p)
Get tracked targets in currently input frames.
|
Tracklet[] |
BasicTracker.track(InputStream videoStream)
Read a video from a URL, and perform pedestrian tracking on it.
|
Tracklet[] |
Tracker.track(InputStream videoStream)
Read a video from a URL, and perform pedestrian tracking on it.
|
| Modifier and Type | Field and Description |
|---|---|
private Tracklet |
TrackletOrURL.tracklet
|
| Modifier and Type | Method and Description |
|---|---|
Tracklet |
TrackletOrURL.getTracklet()
|
| Constructor and Description |
|---|
TrackletOrURL(Tracklet tracklet)
|
TrackletOrURL(Tracklet tracklet,
String URL)
|
| Modifier and Type | Method and Description |
|---|---|
private Tracklet |
FakePedestrianTracker.generateRandomTracklet()
|
private Tracklet[] |
FakePedestrianTracker.generateRandomTrackSet()
|
Tracklet[] |
FakePedestrianTracker.track(InputStream videoStream)
|
| Modifier and Type | Method and Description |
|---|---|
Attributes |
FakeRecognizer.recognize(Tracklet tracklet)
|
| Modifier and Type | Method and Description |
|---|---|
static Tracklet |
HadoopHelper.retrieveTracklet(String storeDir)
Retrieve a tracklet from the HDFS or HAR.
|
static Tracklet |
HadoopHelper.retrieveTracklet(String storeDir,
org.apache.hadoop.fs.FileSystem hdfs)
Retrieve a tracklet from the HDFS or HAR.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
HadoopHelper.storeTracklet(String storeDir,
Tracklet tracklet,
org.apache.hadoop.fs.FileSystem hdfs)
Store a tracklet to the HDFS.
|