Tracker execution interrupted: Unable to establish connection.

报错环境:
Ubuntu16.04 MATLAB2017b
VOT-toolkit配置Trax报错:Tracker execution interrupted: Unable to establish connection.
解决办法:
打开tracker/tracker_run.m,第38行

% connection = ‘standard’; 注释掉,修改为下述语句
connection = ‘socket’;
解决效果图:
VOT-toolkit配置Trax报错:Tracker execution interrupted: Unable to establish connection.

VOT-toolkit配置Trax报错:Tracker execution interrupted: Unable to establish connection.

参考:
https://gsy00517.github.io/vot-toolkit20200215185238/

相关文章:

  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2021-04-21
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-02
  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-09-08
  • 2021-06-01
相关资源
相似解决方案