-
Notifications
You must be signed in to change notification settings - Fork 928
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
帧间隔时间很长的跟踪 #424
Comments
您好! |
调整卡尔曼滤波里面的时间参数到上百,好了一点点一点点, 然后再换成iou+reid跟踪模型 看似又好了一点点,但我觉得实际上没有解决根本问题 ,帧间间隔过长还是不行的,我是为了保证视频画面和跟踪的同步性,所以后面就加计算资源配置了 。也不知道直接用reid跟踪会不会比较好。你要是有后续了可以踢我下不?发自我的 iPhone在 2024年11月18日,16:14,Edward-YS ***@***.***> 写道:
您好!
我也是短时间内跟踪可以维持ID,但是长时间会出现ID跳变,我现在在尝试添加reID,您有什么新的进展吗?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
您好! |
在电脑上 |
我也遇到了这个问题,我想在BDD100k数据上测试一下,但是官方给的视频是5fps的,效果和原文中的比差很多 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我想问下,如果帧之间的间隔很长 ,大家还能准确跟踪吗?比如1s 2s的,我这边测试的结果是不行, 是我哪里弄得不好吗?
我觉得有用的参数:卡尔曼滤波里面的时间参数、高分框阈值、低分框阈值、新检测框计算距离的时候的阈值,这些都调整过了,但是效果还是不如帧的间隔时间很短的, 所以请问应该怎么弄会好一点呢?
The text was updated successfully, but these errors were encountered: