ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

AssertionError in train MOT20

Open iTruffle opened this issue 3 years ago • 1 comments

I can successfully run evaluation code for MOT17 and MOT20 and video demo. But I got an error in training for MOT20, using 'python tools/train.py -f exps/example/mot/yolox_x_mix_mot20_ch.py -d 1 -b 48 --fp16 -o -c pretrained/yolox_x.pth', like this: image

iTruffle avatar Jul 25 '22 11:07 iTruffle

And I have followed the instruction to change the code in 'line 134-135 in data_augment.py, line 122-125 in mosaicdetection.py, line 217-225 in mosaicdetection.py, line 115-118 in boxes.py' . After challenging, the code like this: image image image image

iTruffle avatar Jul 25 '22 11:07 iTruffle