/Cross-Camera-Pedestrian-Tracking

Use multiple cameras to track a target pedestrian

Primary LanguagePythonMIT LicenseMIT

Person search

Dependencies

Tested under python3.7 MacOS 10.14.6

  • python packages
    • opencv-python
    • tb-nightly
    • torch >= 1.0

Download weights

Download from here, password:qscx

After download, put the weights into the floder person_search_demo/weights

Test

cd <path to this floder>
python search.py

The results will be saved in the output folder

Train

You can directly use the original YOLO code for training.

Pedestrian re-identification model is adopted strong Reid baseline model.

WebSite

url