-
Notifications
You must be signed in to change notification settings - Fork 752
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
build with ImreadJpeg
error
#779
Comments
Hi, MatConvNet has one dependency in the libjpeg...
|
I have already installed Thanks so much! |
Hi, can you run it with |
Hi, just tried to compile it on a fresh install of Ubuntu 16.04 MATLAB 2016a and GCC 5.4.0 and everything seems to compile without issues... |
Thanks! but when I using gcc 4.7, still ERROR.
|
I have the same error,when I use gcc5.4 to compile,it goes well(except the matlab warnings),when i use 4.7,it still wrong.And run vl_testnn also has errors. |
It looks more like an issue of the gcc-4.7 package environment variables settings than MatConvNet... Do you have some particular reason why not to use the gcc 5.4? |
Even if i compile it successfully be using gcc-5.4,some errors still occured when i run vl_testnn `Error occurred in nnconvt[dataType=single,device=cpu]/upsample_crop(upx=value2,upy=value1,padx1=value2,pady1=value1,padx2=value1,pady2=value1) and it did not run to completion.
================================================================================ |
I also had the same problem, but then I compiled with vl_compilenn('enableGpu', true) and it worked fine. |
Hello, I'm sorry to bring this one up again. But maybe my input would be good for some people having this issue on Ubuntu (16.10) Originally I was running gcc6X (newest one, I think it was 6.9). I was getting a lot of mistakes trying to compile it, not only the Matlab warnings. From within Matlab it would not finish the compilation and compiling through the terminal would finish, but with a lot of weird messages; the Preparing for writing this post, trying to reproduce the error with as much control as possible, I did a fresh clone of my forked version of MatConvNet and compiled it from the terminal, I sent the output to a file called make ARCH=glnxa64 MATLABROOT=/usr/local/MATLAB/R2017a/ VERB=yes DEBUG=yes >> ~/Desktop/output-matconvnet.txt The file seems to be without compilation errors, and when running the Hopefully this helps, I'm not sure why it worked, I'm assuming the internal links or variables used within Matlab were not appropriate to the change of gcc compiler; but I don't know exactly what happened. Maybe this would give the authors an idea of what happened fo people sitcking to older versions of gcc. |
I can confirm that the problem does not seem to appear when compiling directly from the make file. |
I had the same issue, compiling from command line helped. Conclusion 'command line is more powerfull indeed.' |
I am still getting building error sadly with command line build directly. Ubuntu14.04 Matlab 2017b with gcc-4.9
|
It seems this error is caused by this line in I'm actually quite confused as to why the When I swap the 2nd and 3rd arguments to I also tested |
I hit this too and the above fixed it. Thanks! This issue is easy enough to fix quickly, why is it still there! |
I had |
When I compile Matconvnet using
>> vl_compilenn
, returnwhen set
opts.enableImreadJpeg = false;
compile complete.Thanks!
The text was updated successfully, but these errors were encountered: