-
Notifications
You must be signed in to change notification settings - Fork 51
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
可视化操作 Exception has occurred: KeyError 'gt_bbox' #97
Comments
@twanglvy 请问你解决了吗 我也是这样的错误 |
@twanglvy 你好,我解决了这个问题,这是你使用了没有后续gt_bbox的测试集导致的(比如got10k,只有第一帧的gt_bbox),如果你执意想使用got10k的话,\lib\test\tracker\ostrack.py line 144 |
没有,你有思路吗发自我的手机-------- 原始邮件 --------发件人: lihao0lihao ***@***.***>日期: 2023年11月8日周三 傍晚6:04收件人: botaoye/OSTrack ***@***.***>抄送: twanglvy ***@***.***>, Mention ***@***.***>主 题: Re: [botaoye/OSTrack] 可视化操作 Exception has occurred: KeyError 'gt_bbox' (Issue #97)
@twanglvy 请问你解决了吗 我也是这样的错误
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
能加我qq1060896400,讨论下吗发自我的手机-------- 原始邮件 --------发件人: lihao0lihao ***@***.***>日期: 2023年11月8日周三 晚上7:17收件人: botaoye/OSTrack ***@***.***>抄送: twanglvy ***@***.***>, Mention ***@***.***>主 题: Re: [botaoye/OSTrack] 可视化操作 Exception has occurred: KeyError 'gt_bbox' (Issue #97)
@twanglvy 你好,我解决了这个问题,这是你使用了没有后续gt_bbox的测试集导致的(比如got10k,只有第一帧的gt_bbox),如果你执意想使用got10k的话,\lib\test\tracker\ostrack.py line 144info['gt_bbox'] = seq.ground_truth_rect[frame_num]设置为固定值
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
您好,请问下,ostrack.py 144行没有这句代码呢发自我的手机-------- 原始邮件 --------发件人: lihao0lihao ***@***.***>日期: 2023年11月8日周三 晚上7:17收件人: botaoye/OSTrack ***@***.***>抄送: twanglvy ***@***.***>, Mention ***@***.***>主 题: Re: [botaoye/OSTrack] 可视化操作 Exception has occurred: KeyError 'gt_bbox' (Issue #97)
@twanglvy 你好,我解决了这个问题,这是你使用了没有后续gt_bbox的测试集导致的(比如got10k,只有第一帧的gt_bbox),如果你执意想使用got10k的话,\lib\test\tracker\ostrack.py line 144info['gt_bbox'] = seq.ground_truth_rect[frame_num]设置为固定值
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@twanglvy 不好意思,我之前给的文件位置弄错了,OSTrack-main\lib\test\evaluation\tracker.py: |
你好,请问这里的got10k_gt_bbox` 是什么 之前没有见到过。。。 |
应该是got的跟踪目标位置发自我的手机-------- 原始邮件 --------发件人: HanTal0814 ***@***.***>日期: 2024年3月17日周日 傍晚6:28收件人: botaoye/OSTrack ***@***.***>抄送: twanglvy ***@***.***>, Mention ***@***.***>主 题: Re: [botaoye/OSTrack] 可视化操作 Exception has occurred: KeyError 'gt_bbox' (Issue #97)
@twanglvy 不好意思,我之前给的文件位置弄错了,OSTrack-main\lib\test\evaluation\tracker.py:info['gt_bbox'] = seq.ground_truth_rect[frame_num]下面把info['gt_bbox']写为固定值,比如在后面加上info['gt_bbox'] = got10k_gt_bbox; 我建议能使用LaSOT类似的数据集
你好,请问这里的got10k_gt_bbox` 是什么 之前没有见到过。。。
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
The text was updated successfully, but these errors were encountered: