ByteTrack icon indicating copy to clipboard operation
ByteTrack copied to clipboard

How to train the tracker?

Open starhou opened this issue 3 years ago • 2 comments
trafficstars

The example of Train in README is like that,

cd <ByteTrack_HOME>
python3 tools/train.py -f exps/example/mot/yolox_x_ablation.py -d 8 -b 48 --fp16 -o -c pretrained/yolox_x.pth

I debugged the code and found that only the detection part of the model was trained, how to train the whole? In other words, how do I get my own bytetrack_ablation.pth.tar

starhou avatar Jun 29 '22 08:06 starhou

Hi, I think you get your bytetrack_ablation.pth.tar after you train. It is stored in YOLOX_Outputs directory.

parthmalpathak avatar Jul 07 '22 16:07 parthmalpathak

Hi,Did you meet this problem when runing train.py with 'python3 tools/train.py -f exps/example/mot/yolox_x_ablation.py -d 8 -b 48 --fp16 -o -c pretrained/yolox_x.pth' ? problem

zzh805780186 avatar Jul 19 '22 11:07 zzh805780186