iiau-tracker / SPLT

`Skimming-Perusal' Tracking: A Framework for Real-Time and Robust Long-term Tracking
123 stars 19 forks source link

vot-toolkit ? #3

Open eilo1234 opened 5 years ago

eilo1234 commented 5 years ago

请问能把您配置好的vot-toolkit发我一份吗?我运行一直不成功。

feidasheng commented 4 years ago

请问你解决了么,我这里测vot的数据集应该放哪呀?

eilo1234 commented 4 years ago

  workspace_load.m文件下第142行的文件路径换成你的VOT数据集路径。可能还需要自己写一个list.txt文件。

------------------ 原始邮件 ------------------ 发件人: "feidasheng"<notifications@github.com>; 发送时间: 2019年11月1日(星期五) 晚上8:13 收件人: "iiau-tracker/SPLT"<SPLT@noreply.github.com>; 抄送: "Eilo"<1812712909@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [iiau-tracker/SPLT] vot-toolkit ? (#3)

请问你解决了么,我这里测vot的数据集应该放哪呀?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

97-tianyan commented 4 years ago

hello!where is workspace_load.m ?? this is my error Traceback (most recent call last): File "RPN_Verifier_Skim_top3.py", line 822, in <module> handle = vot.VOT("rectangle") File "/home/zhutianhao/SPLT/vot.py", line 105, in __init__ self._files = [x.strip('\n') for x in open('images.txt', 'r').readlines()] IOError: [Errno 2] No such file or directory: 'images.txt' (SPLT) zhutianhao@amax:~/SPLT$

97-tianyan commented 4 years ago

&nbsp; workspace_load.m文件下第142行的文件路径换成你的VOT数据集路径。可能还需要自己写一个list.txt文件。 ------------------ 原始邮件 ------------------ 发件人: "feidasheng"<notifications@github.com>; 发送时间: 2019年11月1日(星期五) 晚上8:13 收件人: "iiau-tracker/SPLT"<SPLT@noreply.github.com>; 抄送: "Eilo"<1812712909@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [iiau-tracker/SPLT] vot-toolkit ? (#3) 请问你解决了么,我这里测vot的数据集应该放哪呀? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

hello,where is workspace_load.m?