-
Notifications
You must be signed in to change notification settings - Fork 73
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
QTBrush:totable() a nil value #23
Comments
having a look at it now. thanks for reporting. |
in my install of Qt, it seems to work fine, what's your version of Qt installed, and what's your OS? |
Running
Running Ubuntu 14.04.3 LTS |
ok, can you give the output of running the command: |
i have an ubuntu 14.04 machine as well, will try it there now. |
Got a fair chunk of output from
|
ok it's the problem of a headless server. |
Ok. Thanks for that. I've now managed to work around that using xvfb and modifying the I don't have time to write it all up now, but future people feel free to ping me for details. |
ok cool, in the meanwhile, i'll try to remove the qt dependency from the ConfusionMatrix text renderer. Basically, we need to find a way to render text via a simple C library, rather than a monolith like Qt or opencv |
I ran into the same problem with the latest code. |
I'm trying to use the Confusion Matrix render function from Torchs
optim
library, however I keep getting the following message:torch/install/share/lua/5.1/qtwidget/init.lua:82: attempt to call method 'totable' (a nil value)
I've managed to isolate a tiny chunk of code that will throw the same error:
outputting:
I've checked to make sure that QT4 is install, and have tried rebuilding both qtlua and qttorch, but it's still throwing the error above.
The text was updated successfully, but these errors were encountered: