yihongXU / TransCenter

This is the official implementation of TransCenter (TPAMI). The code and pretrained models are now available here: https://gitlab.inria.fr/yixu/TransCenter_official.
https://team.inria.fr/robotlearn/transcenter-transformers-with-dense-queriesfor-multiple-object-tracking/
Other
108 stars 7 forks source link

ModuleNotFoundError: No module named 'motmetrics' #9

Closed iTruffle closed 2 years ago

iTruffle commented 2 years ago

Hello, I followed the option2 to create an environment and converted MOT20 dataset to coco format. Then I want to track MOT20 dataset python tracking/transcenter/mot20_pub.py --data_dir=./MOT20 I got an error and did not know how to deal with it. image

iTruffle commented 2 years ago

I have solve this problem. pip install motmetrics