You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 'lib/core/workspace_load.m' forked from vot-toolkit, the 'varargin' params, often used as 'variable length input argument list', should be added in input argument list, i.e., 'function [sequences, experiments] = workspace_load(pwd, varargin)'.
It seems that the codes in this repo for test on VOT or OTB are confused and remain unfinished.
The text was updated successfully, but these errors were encountered:
In 'lib/core/workspace_load.m' forked from vot-toolkit, the 'varargin' params, often used as 'variable length input argument list', should be added in input argument list, i.e., 'function [sequences, experiments] = workspace_load(pwd, varargin)'.
It seems that the codes in this repo for test on VOT or OTB are confused and remain unfinished.
The text was updated successfully, but these errors were encountered: