| Package | Description |
|---|---|
| org.cripac.isee.alg.pedestrian.attr | |
| org.cripac.isee.vpe.alg.pedestrian.attr | |
| org.cripac.isee.vpe.debug |
This package contains classes for debugging.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DeepMAR
The interface DeepMAR defines some universal parameters and actions
used by any DeepMAR implementations.
|
interface |
DeepMARCaffe2
The interface DeepMARCaffe2 defines methods of retrieving the network
protobuf and model for DeepMAR implementations
that are based on Caffe2.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeepMARCaffe2Native
The class DeepMARCaffe2Native recognizes attributes from pedestrian
images using native libraries.
|
class |
ExternRecognizer
The class ExternRecognizer is a recognizer of pedestrian
attributes that depend on external solvers connected with sockets.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Recognizer |
RecognizerTest.recognizer
|
| Modifier and Type | Method and Description |
|---|---|
private Recognizer |
RecognizerTest.createRecognizer()
|
| Modifier and Type | Field and Description |
|---|---|
private Singleton<Recognizer>
|
PedestrianAttrRecogApp.RecogStream.recognizerSingleton
|
| Modifier and Type | Class and Description |
|---|---|
class |
FakeRecognizer
|