SGT icon indicating copy to clipboard operation
SGT copied to clipboard

It doesn't work well

Open FearlessArmy opened this issue 2 years ago • 4 comments
trafficstars

According to your file configuration, you can't run the effect as you said, the result is as follows, two GPUs have been used, and the following result is the effect of one GPU python projects/SGT/train_net.py --config-file projects/SGT/configs/MOT17/sgt_dla34.yaml --data-dir /root/datasets --num-gpus 1 OUTPUT_DIR /root/sgt_output/mot17_val/dla34_mot17-CH image

FearlessArmy avatar Jul 24 '23 04:07 FearlessArmy

@HYUNJS

FearlessArmy avatar Jul 25 '23 03:07 FearlessArmy

That configuration trains SGT using half of the MOT17 training set and evaluates the other half. Actually, all experiments for the paper are conducted using the docker file with CUDA10.1.

Since the following MOT17 split for the ablation experiment is quite small, I also observed ~1 MOTA fluctuation. If you use MOT17 full-set training or joint training with CrowdHuman, such performance gap would be reduced.

HYUNJS avatar Jul 29 '23 13:07 HYUNJS

@HYUNJS I also trained with the crowdhuman dataset and the results were just as poor,The best MOTA is 72.8% image

FearlessArmy avatar Jul 29 '23 13:07 FearlessArmy

Can you try these pretrained weights?

mot17half mot17half+CH

HYUNJS avatar Jul 29 '23 13:07 HYUNJS