| Interface | Description |
|---|---|
| BatchRecognizer |
Recognizers supporting batch recognizing should implement this interface.
|
| DeepMAR |
The interface DeepMAR defines some universal parameters and actions used by
any DeepMAR implementations.
|
| DeepMARCaffe2 |
The interface DeepMARCaffe2 defines methods of retrieving the network
protobuf and model for DeepMAR implementations
that are based on Caffe2.
|
| Recognizer |
The Recognizer class is the base class of all pedestrian
attribute recognizing classes.
|
| Class | Description |
|---|---|
| Attributes |
The Attribute class stores all the pre-defined attributes of a pedestrian at
one moment in a track.
|
| DeepMAR.PointerManager |
The class PointerManager holds the pointers to some constant values.
|
| DeepMARCaffe2Native |
The class DeepMARCaffe2Native recognizes attributes from pedestrian images
using native libraries.
|
| ExternRecognizer |
The class ExternRecognizer is a recognizer of pedestrian
attributes that depend on external solvers connected with sockets.
|
| RecognizerTest |
Created by ken.yu on 17-1-11.
|