"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

September 26, 2019

Day #277 - Tracking Objects - Deep SORT

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


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
view raw DeepSort.txt hosted with ❤ by GitHub
Happy Learning!!!


No comments: