McMasterAI / TrafficTracker

A street traffic counter that provides efficient and ethical modelling of how people engage and interact within a given public space.
MIT License
7 stars 2 forks source link

Adapt Deep SORT #6

Closed cczarnuch closed 4 years ago

cczarnuch commented 4 years ago

Deep-SORT arxiv - https://arxiv.org/abs/1703.07402

GitHub - https://github.com/nwojke/deep_sort

Using the code in that GitHub repo, adapt the deep-sort library for this project.

This is a lesson file which was able to use the deep sort library in it's own code. We may want to directly copy and paste the code or we can use a technique like git subtree. That will depend on what we will need to implement ourselves.