Open 376498485 opened 2 years ago
Did you change any hyper-parameters? Without any changes, I have just tested the demo code and got a good tracking performance by using the pretrained ByteTrack model.
I didn't change anything. I just set up the environment and then run the demo.
------------------ 原始邮件 ------------------ 发件人: "Jingwei @.>; 发送时间: 2022年3月2日(星期三) 下午2:58 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [open-mmlab/mmtracking] I can't get a good performance by ByteTrack (Issue #445)
Did you change some hyper-parameters? Without any changes, I have just tested the demo code and got a good tracking performance by using the pretrained ByteTrack model.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
You can download the latest code and run the demo again.
OK, thanks for your reply. I will try again.
------------------ 原始邮件 ------------------ 发件人: "Jingwei @.>; 发送时间: 2022年3月2日(星期三) 下午3:02 收件人: @.>; 抄送: @.>; @.>; 主题: Re: [open-mmlab/mmtracking] I can't get a good performance by ByteTrack (Issue #445)
You can download the latest code and run the demo again.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>
I have download the latest code, run the demo again without any hyper-parameters changing and get the following result: I will appreciate it if you can help me to solve the following questions:
You should load the pretrained checkpoint (downloaded before) of ByteTrack. Here is an example of a command:
python demo/demo_mot_vis.py configs/mot/bytetrack/bytetrack_yolox_x_crowdhuman_mot17-private-half.py --input demo/demo.mp4 --output mot.mp4 --checkpoint checkpoints/MOT/bytetrack_yolox_x_crowdhuman_mot17-private-half_20211218_205500-1985c9f0.pth
Thank you! It works well!
------------------ 原始邮件 ------------------ 发件人: "Jingwei @.>; 发送时间: 2022年3月3日(星期四) 上午9:36 收件人: @.>; 抄送: @.>; "State @.>; 主题: Re: [open-mmlab/mmtracking] I can't get a good performance by ByteTrack (Issue #445)
You should load the pretrained checkpoint (downloaded before) of ByteTrack. Here is an example of command: python demo/demo_mot_vis.py \ configs/mot/bytetrack/bytetrack_yolox_x_crowdhuman_mot17-private-half.py \ --input demo/demo.mp4 \ --output mot.mp4 \ --checkpoint checkpoints/MOT/bytetrack_yolox_x_crowdhuman_mot17-private-half_20211218_205500-1985c9f0.pth
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you modified the open/close state.Message ID: @.***>
Excuse me. Where can I download the checkpoint?
I use the following command:
And the output video 'mot.mp4' is as follows How can I do to get a good performance by using ByteTrack.