What is Deep Sort ?
Simple Online and Realtime Tracking with a Deep Association Metric
How it works ?
It performs Kalman filtering in image space and frame-by-frame data association using the Hungarian method with an association metric that measures bounding box overlap
Paper - Link
Happy Learning!!!
Simple Online and Realtime Tracking with a Deep Association Metric
How it works ?
It performs Kalman filtering in image space and frame-by-frame data association using the Hungarian method with an association metric that measures bounding box overlap
Paper - Link
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step #1 - Clone it - https://github.com/nwojke/deep_sort | |
Step #2 - Download Data from - https://motchallenge.net/data/MOT16/ | |
Step #3- Download Data from https://drive.google.com/drive/folders/1VVqtL0klSUvLnmBKS89il1EKC3IxUBVK | |
Step #4 - Goto Project Directory in Anaconda Prompt | |
Step #5 - python deep_sort_app.py --sequence_dir=C:\Data_ML\MOT16\test\MOT16-06 --detection_file=C:\Data_ML\MOT16\Data_Test/MOT16-06.npy --min_confidence=0.3 --nn_budget=100 --display=True |
No comments:
Post a Comment