Skip to content

A issue in operate the code to start the demo of MD Net #14

@Huang9495

Description

@Huang9495

First,I run the file named setup_mdnet.m in matlab ,then run the compile_matconvnet.m similarly in the matlab and at last when I run the file named demo_tracking.m,the issue is occuring.

Environment:

system:Ubuntu16.04,matlab:R2016b

Issues as fellows:

>> demo_tracking
Initialization...
Invalid MEX-file '/home/linhan/Desktop/MD/MDNet-master/matconvnet/matlab/mex/vl_nnconv.mexa64':
/usr/local/MATLAB/R2016b/bin/glnxa64/../../sys/os/glnxa64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by
/home/linhan/Desktop/MD/MDNet-master/matconvnet/matlab/mex/vl_nnconv.mexa64).

Error in vl_simplenn (line 153)
      res(i+1).x = vl_nnconv(res(i).x, l.filters, l.biases, 'pad', l.pad, 'stride', l.stride) ;

Error in mdnet_features_convX (line 20)
    res = vl_simplenn(net, batch, [], [], ...

Error in mdnet_run (line 37)
    feat_conv = mdnet_features_convX(net_conv, img, pos_examples, opts);

Error in demo_tracking (line 22)
result = mdnet_run(conf.imgList, conf.gt(1,:), net);

What the issues is?This code I run in this environment is OK long time ago,but I operate it today ,the issues is occuring.

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