Yejin0111 / AICITY2022-Track1-MTMC

Official codes of the first place for AICity 2022 Track 1
53 stars 12 forks source link

KeyError: 'Aic21Dataset is not in the dataset registry' #11

Open ReadyFang opened 1 year ago

ReadyFang commented 1 year ago

KeyError: 'Aic21Dataset is not in the dataset registry'

chen0180 commented 8 months ago

需要安装mmdet,这个项目的mmdet代码里面已经添加了Aic21Dataset部分,直接从这里安装就行,参考这个https://blog.csdn.net/weixin_45994963/article/details/128444735

cd CityTrack-MIMC-main/DET/Swin-Transformer-Object-Detection/mmdet/datasets

python setup.py install

pip install -v -e .