Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Undefined function or variable 'MulConst'. #12

Open
xukai8 opened this issue Sep 14, 2017 · 2 comments
Open

Undefined function or variable 'MulConst'. #12

xukai8 opened this issue Sep 14, 2017 · 2 comments

Comments

@xukai8
Copy link

xukai8 commented Sep 14, 2017

I had a problem when I run the 'run_OTBReadyTracker(seq)'.

Undefined function or variable 'MulConst'.

Error in dagnn.DagNN.loadobj (line 26)
block = constr() ;

Error in tracker (line 83)
net_z = dagnn.DagNN.loadobj(net_z.net);

Error in run_OTBReadyTracker (line 25)
[bboxes, ~] = tracker(tracker_params);

Error in my_run_traxker (line 9)
results = run_OTBReadyTracker(seq);

@RishabGoel
Copy link

It seems like the utils folder is not visible to the tracker file. Run the cmd in the startup.m file explicitly once and it should work just fine. I was facing the same issue. But explicitly running the 'addpath ...' fixed it.

@youzhaxiaomayi
Copy link

MulConst is in src/util,you need addpath to it

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants