Supported Modules#
The tables below show all the currently supported modules integrated in pyppbox in different ways. The main goal is to make them fully compatible with our PoseTReID framework read more here. Thus, not every original feature of each supported module is fully functioning as originally made. For example, the supported YOLO_Classic / YOLO module can only be used as a detector (Inference/Prediction) with official `.weights` files, but not for custom data training, etc.
General Name |
Config Name |
Details |
|---|---|---|
YOLO |
YOLO_Classic |
|
YOLO |
YOLO_Ultralytics |
|
GT is also a supported detector name. It reads detections from a ground-truth
text file; see Example 10: Use GT (Ground-truth) as a detector. Set both tracker and reider to
"None" to preserve the GT identities automatically. With other stages enabled,
pyppbox.ppb.mt.MT.forceFullGTMode() overrides detection-only GT behavior until
the next module selection.
General Name |
Config Name |
Details |
|---|---|---|
Centroid |
Centroid |
|
SORT |
SORT |
|
DeepSORT |
DeepSORT |
|
General Name |
Config Name |
Details |
|---|---|---|
FaceNet |
FaceNet |
|
Torchreid |
Torchreid |
|