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.
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.