GETSTARTED.md
LICENSE
MANIFEST.in
README.md
RELEASENOTES.md
pyproject.toml
setup.py
setup_extra.yaml
pyppbox/__init__.py
pyppbox.egg-info/PKG-INFO
pyppbox.egg-info/SOURCES.txt
pyppbox.egg-info/dependency_links.txt
pyppbox.egg-info/requires.txt
pyppbox.egg-info/top_level.txt
pyppbox/config/__init__.py
pyppbox/config/configtools.py
pyppbox/config/myconfig.py
pyppbox/config/unifiedstrings.py
pyppbox/config/cfg/cfg.zip
pyppbox/config/cfg/detectors.yaml
pyppbox/config/cfg/main.yaml
pyppbox/config/cfg/reiders.yaml
pyppbox/config/cfg/trackers.yaml
pyppbox/config/strings/strings.yaml
pyppbox/config/strings/strings.zip
pyppbox/data/datasets/.gitignore
pyppbox/data/logs/.gitignore
pyppbox/data/modules/.gitignore
pyppbox/data/res/.gitignore
pyppbox/data/res/idmap.txt
pyppbox/gui/__init__.py
pyppbox/gui/guidemo.py
pyppbox/gui/guihub.py
pyppbox/gui/guitools.py
pyppbox/gui/ui_centroid.py
pyppbox/gui/ui_deepsort.py
pyppbox/gui/ui_facenet.py
pyppbox/gui/ui_gt.py
pyppbox/gui/ui_launcher.py
pyppbox/gui/ui_sort.py
pyppbox/gui/ui_torchreid.py
pyppbox/gui/ui_yolocls.py
pyppbox/gui/ui_yoloult.py
pyppbox/gui/assets/TReID.png
pyppbox/gui/assets/icon.ico
pyppbox/gui/assets/settings.ico
pyppbox/gui/tmp/input.tmp
pyppbox/gui/tmp/ui.tmp
pyppbox/modules/__init__.py
pyppbox/modules/detectors/__init__.py
pyppbox/modules/detectors/yolocls/__init__.py
pyppbox/modules/detectors/yoloult/__init__.py
pyppbox/modules/reiders/__init__.py
pyppbox/modules/reiders/facenet/__init__.py
pyppbox/modules/reiders/facenet/origin/align_dataset_mtcnn.py
pyppbox/modules/reiders/facenet/origin/detect_face.py
pyppbox/modules/reiders/facenet/origin/facenet.py
pyppbox/modules/reiders/torchreid/__init__.py
pyppbox/modules/reiders/torchreid/model_dict.py
pyppbox/modules/reiders/torchreid/model_dict.yaml
pyppbox/modules/reiders/torchreid/utils.py
pyppbox/modules/trackers/__init__.py
pyppbox/modules/trackers/centroid/__init__.py
pyppbox/modules/trackers/deepsort/__init__.py
pyppbox/modules/trackers/deepsort/origin/detection.py
pyppbox/modules/trackers/deepsort/origin/detection_yolo.py
pyppbox/modules/trackers/deepsort/origin/generate_detections.py
pyppbox/modules/trackers/deepsort/origin/iou_matching.py
pyppbox/modules/trackers/deepsort/origin/kalman_filter.py
pyppbox/modules/trackers/deepsort/origin/linear_assignment.py
pyppbox/modules/trackers/deepsort/origin/nn_matching.py
pyppbox/modules/trackers/deepsort/origin/preprocessing.py
pyppbox/modules/trackers/deepsort/origin/track.py
pyppbox/modules/trackers/deepsort/origin/tracker.py
pyppbox/modules/trackers/deepsort/origin/voc_classes.txt
pyppbox/modules/trackers/sort/__init__.py
pyppbox/modules/trackers/sort/origin/sort.py
pyppbox/ppb/__init__.py
pyppbox/ppb/mt.py
pyppbox/standalone/__init__.py
pyppbox/utils/__init__.py
pyppbox/utils/commontools.py
pyppbox/utils/evatools.py
pyppbox/utils/gttools.py
pyppbox/utils/logtools.py
pyppbox/utils/mot2pyppbox.py
pyppbox/utils/persontools.py
pyppbox/utils/restools.py
pyppbox/utils/visualizetools.py
requirements/README.md
requirements/requirements.txt
requirements/test_gpu.py