目标跟踪数据集VOT配置时,错误解决
(1)TraX连接跟踪代码错误
Tracker execution interrupted: Unable to establish connection.
TraX support not detected.
错误使用 tracker_load (line 127)
Tracker has not passed the TraX support test.
解决方法:
将(你的vot-toolkit所在路径)\vot-toolkit-master\tracker\examples\matlab目录下的vot.m拷贝到待测试跟踪算法的所在目录。
(2)TraX没有收到返回信息
CLIENT: Closing server socket.
Tracker execution interrupted: Did not receive response.
错误使用 traxclient
Did not receive response.
解决方法:
这是代码错误,仔细检查自己的代码。断点不能使用,建议先运行demo文件,跑通了之后再测试vot数据集。
我在配置csr-dcf算法的vot接口时,将工程路径加载到接口函数中问题得到解决