Skip to content

'Reference to nonexistent field' error occurs while 'ECO_tir' tracker is running #10

@zosel260

Description

@zosel260

Hello.
I'm very impressed by your study results so I want to run your tracker.
However, while 'ECO_tir' tracker is running, I got an error, "Reference to nonexistent field'net'".

This is my procedure :

1. download vot tool kit and create VOT_workspace. ( experiment=vottir2016, identifier=ECO_tir, language=matlab,...)
2. download  matconvnet and compiled it. set it's path on setup_paths.m with my local path
3. set 'ECO_repo_path' on VOT_integration/tracker_ECO_tir.m  with my local  repo. path.
4. copy tracker_EOC_tir.m  into my VOT workspace folder.
5. run run_experiments.

This is errors printed command lines :

Initializing workspace ...
Verifying native components ...
Experiment baseline
  Tracker ECO_tir
    Sequence quadrocopter2
      Repetition 1
      Tracker execution interrupted: Unable to establish connection.
An error occurred while using: traxclient
Unable to establish connection.

ERROR: tracker_run (line 77)
    data = traxclient(tracker.command, callback, ...

ERROR: experiment_supervised (line 71)
    data = tracker_run(tracker, @callback, data);

ERROR: tracker_evaluate (line 57)
	[files, metadata] = experiment_function(tracker, sequence, directory, parameters, scan);

ERROR: workspace_evaluate>execute_iterator (line 128)
            tracker_evaluate(event.tracker, event.sequence, event.experiment);

ERROR: iterate (line 65)
            context = iterator(event, context);

ERROR: workspace_evaluate (line 93)
context = iterate(experiments, trackers, sequences, 'iterator', iterator, 'context', context);

ERROR: run_experiments (line 10)
workspace_evaluate(tracker, sequences, experiments);

This is error information from VOT_integration\error_reports\ECO_OTB_DEEP_settings_tircnn_200829_1327.mat

  1. error
    error.message means "Reference to nonexistent field'net'".
    err

  2. error. stack
    erro stack

According to stack, this error occurs at the 93th line in 'init features.m'.
net = features{k}.fparams.net;
=>This error means 'fparams.net' field was not set before .
Could you please give any advice?
Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions