SiamDW icon indicating copy to clipboard operation
SiamDW copied to clipboard

The argument list of lib/core/workspace_load.m may be wrong.

Open CyberPegasus opened this issue 2 years ago • 0 comments

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.

CyberPegasus avatar Feb 04 '23 06:02 CyberPegasus