siamese-fc icon indicating copy to clipboard operation
siamese-fc copied to clipboard

Error in vid_image_stats : vl_imreadjpeg

Open YandanYang opened this issue 6 years ago • 3 comments
trafficstars

Undefined function or variable 'vl_imreadjpeg'.

Error in vid_image_stats (line 35)
        imgs = vl_imreadjpeg(files, 'numThreads', 12);

There seems to be no such a function vl_imreadjpeg defined neither in matlab nor in source code. How do you fix it?

YandanYang avatar Mar 13 '19 07:03 YandanYang

vl_imreadjpeg is part of matconvnet. This is not included in this repo.

ectg avatar Apr 29 '19 16:04 ectg

Attempt to execute SCRIPT vl_imreadjpeg as a function:/home/yang/matconvnet-1.0-beta25/matlab/vl_imreadjpeg.m?  How can I sovle this?

CXSunshine avatar Jun 04 '19 02:06 CXSunshine

You may need to install (and possibly compile) vlfeat

jvlmdr avatar Jun 04 '19 08:06 jvlmdr