SysCV / qdtrack

Quasi-Dense Similarity Learning for Multiple Object Tracking, CVPR 2021 (Oral)
Apache License 2.0
385 stars 61 forks source link

fix setup.py when requirements.txt contains a git repo #42

Closed tobiasfshr closed 3 years ago

tobiasfshr commented 3 years ago

setup.py will throw an error when checking the requirements, since one of them is bdd100k master branch (not a pypi package, but a git repo).