Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

How to solve error: Invalid MEX-file 'C:\matconvnet\matlab\mex\vl_imreadjpeg.mexw64': The specified module could not be found. ? #8

Open
Jumabek opened this issue Jul 4, 2017 · 1 comment

Comments

@Jumabek
Copy link

Jumabek commented Jul 4, 2017

Hi @bertinetto ,
thanks for open sourcing this brilliant work!
I want to run demo/evaluation.
After downloading pretrained nets and validation videos.

I executed run_cfnet1_evaluation.m but I have the following error which I could not solve

Invalid MEX-file 'C:\matconvnet\matlab\mex\vl_imreadjpeg.mexw64': The specified module could
not be found.

Error in load_video_info_votformat (line 37)
    imgs = vl_imreadjpeg(img_files,'numThreads', 12);

Error in run_tracker_evaluation>do_OTB_TRE (line 74)
    [tpar.imgFiles, ground_truth] =
    load_video_info_votformat(fullfile(tpar.paths.eval_set_base,rpar.dataset), video);

Error in run_tracker_evaluation (line 51)
            [all_boxes, all_gt, all_type, times] = do_OTB_TRE(video, all_boxes, all_gt,
            all_type, times, run_params.subSeq, tracker_params, run_params);

Error in run_cfnet1_evaluation (line 12)
[~,~,dist,overlap,~,~,~,~] = run_tracker_evaluation('tc_Kite_ce3', tracker_par);

Could you give me any suggestion how can I solve this problem please?

I am calling vl_imreadjpeg() without an eror inside matconvent though

I also check the dependencies of vl_imreadjpeg.mexw64, however the output log looks scary and I have no idea how to interpret it. I mean there are too many dependencies if I were to install them one by one. I think there should be more shorter way.

image

I have:
CUDA v8.0
CUDNN v5.1
Matlab 2016a

Thx

@bertinetto
Copy link
Owner

bertinetto commented Jul 11, 2017

Hi,
Did you install matconvnet following the tutorial?
http://www.vlfeat.org/matconvnet/install/

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

No branches or pull requests

2 participants