-
Notifications
You must be signed in to change notification settings - Fork 48
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
NYI call return type in cv.imread #123
Comments
Hi! What are your OS and CPU architecture? |
OS is ubuntu 14.04 and CPU is 64 bit. |
Hmm.
|
None of the functions work, the demo does not work for me either with the same error :( I am running the scripts with th and compiled torch with luajit too, even though I did install torch with Lua5.1 previously, I re-compiled it since then with luajit... |
Thanks, will be waiting for your result. I'll see if I can do something with FFI. That's really a strange error. |
Ok it works now, I must have screwed up something in my torch installation... |
Hey I am also facing a similar error. Can you tell how you rectified this? |
I installed torch using Lua5.2 instead of LuaJIT |
i also meet the same poblem so do you have any solutions |
@ganliqiang Try installing Torch with LuaJIT instead of Lua 5.x, or see #189. |
thanks a lot it woks for me |
Hello,
When I try to call cv.imread, I get the following error:
torch/install/bin/lua: ...ng/torch/install/share/lua/5.1/cv/imgcodecs/init.lua:27: NYI: call return type
Can anyone tell me where this might be coming from?
Thanks
The text was updated successfully, but these errors were encountered: