SysCV / qdtrack

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

How to convert the annotations in the detection set #50

Closed maoyw57 closed 3 years ago

maoyw57 commented 3 years ago

For 'python -m bdd100k.label.to_coco -m det... ', I can't convert the detection and tracking set. I don't know and can't find where is 'bdd100k.label.to_coco' or 'det'

XiaLiPKU commented 3 years ago

First, you need to run python setup.py install to install bdd100k

maoyw57 commented 3 years ago

First, you need to run python setup.py install to install bdd100k

Thank you!