mattiasegu/darth

KeyError: 'MOTTrackingDataset is not in the dataset registry'

Opened this issue · 2 comments

When I was running bash ./tools/run/dist_train.sh, KeyError: 'MOTTrackingDataset is not in the dataset registry' error occurred. I tried re-running python setup.py install and pip install -v -e. , the strange thing is that the console has printed "byte-compiling build/bdist.linux-x86_64/egg/darth/datasets/mot_tracking_dataset.py to mot_tracking_dataset.cpython-37.pyc". How to solve it? thank you for your great work

You should edit darth/datasets/init.py like below

image

@LYQ1107 I also met the same problem. Have you solved it?