ifzhang / ByteTrack

[ECCV 2022] ByteTrack: Multi-Object Tracking by Associating Every Detection Box
MIT License
4.69k stars 891 forks source link

跟踪其他物体? #183

Open Naughty-Galileo opened 2 years ago

Naughty-Galileo commented 2 years ago

我想直接使用yolox在coco上训练的模型以跟踪其他物体,但是貌似没有能够检测到任何物体,请问是什么问题?

Wubl-cy commented 2 years ago

可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。

Naughty-Galileo commented 2 years ago

好的,我马上试试,谢谢!

Naughty-Galileo commented 2 years ago

可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。 你好,这样似乎没有作用,注释掉demo_track里面的这两行,但是并没有任何输出

Wubl-cy commented 2 years ago

你的任何检测框都看不到么?还是说效果不理想?

在 2022-04-29 21:30:14,"Naughty Galileo" @.***> 写道:

可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。 你好,这样似乎没有作用,注释掉demo_track里面的这两行,但是并没有任何输出

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Naughty-Galileo commented 2 years ago

你的任何检测框都看不到么?还是说效果不理想? 在 2022-04-29 21:30:14,"Naughty Galileo" @.> 写道: 可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。 你好,这样似乎没有作用,注释掉demo_track里面的这两行,但是并没有任何输出 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

是任何检测框都没有,但是用yolox源码检测可以看到框

Wubl-cy commented 2 years ago

我修改了这两行,检测效果好挺多的。你看下输出的结果,看看是否正常运行。

在 2022-05-01 17:06:54,"Naughty Galileo" @.***> 写道:

你的任何检测框都看不到么?还是说效果不理想? 在 2022-04-29 21:30:14,"Naughty Galileo" @.> 写道: 可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。 你好,这样似乎没有作用,注释掉demo_track里面的这两行,但是并没有任何输出 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

是任何检测框都没有,但是用yolox源码检测可以看到框

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

Naughty-Galileo commented 2 years ago

我修改了这两行,检测效果好挺多的。你看下输出的结果,看看是否正常运行。 在 2022-05-01 17:06:54,"Naughty Galileo" @.> 写道: 你的任何检测框都看不到么?还是说效果不理想? 在 2022-04-29 21:30:14,"Naughty Galileo" @.> 写道: 可以注释掉online_targets里面的wertial行和if tlwh[2]行代码后再试试。 你好,这样似乎没有作用,注释掉demo_track里面的这两行,但是并没有任何输出 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> 是任何检测框都没有,但是用yolox源码检测可以看到框 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>

好的,感谢!

shuyu888 commented 2 years ago

nihao online_targets どこですか

shuyu888 commented 2 years ago

nihao online_targets zainali