MCG-NJU/MixFormerV2

How to use self trained weight testing videos

achangzx opened this issue · 1 comments

I use my trained weights in 'tracking/run_ video_ demo.sh' Modified the weight path in demo. sh and tested the video by executing 'tracking/run_ video_ demo. sh ', why did I find that I still use pre trained weights? Because whether using pre trained weights or my own weights, the coordinates of the output bbox results are exactly the same, even accurate to 9 decimal places. This is unreasonable, and what is the reason?

Which script do you use to train? I think you can check whether the weights has been changed after training. The situation you describe seems that the model weights are not updated correctly.