Giter Club home page Giter Club logo

Comments (7)

AaronJackson avatar AaronJackson commented on June 12, 2024

/home/jk/usr/local/torch/install/bin/luajit: getrf : Lapack library not found in compile time

try reinstalling torch after installing the lapack devel packages.

from vrn.

Toposku avatar Toposku commented on June 12, 2024

Hi Aaron, thanks for your reply. I reinstalled Torch and lapack pakage and it shows the command below:

Scanning directory for data...
Found 5 images
5 images require a face detector
Initialising python libs...
Initialising detector...
Cropped and scaled AFLW_image00046.jpg
Cropped and scaled AFLW_image00095.jpg
Cropped and scaled AFLW_image00190.jpg
Cropped and scaled AFLW_image00656.jpg
Cropped and scaled asj.jpg
Processed AFLW_image00190.
Processed AFLW_image00046.
Processed AFLW_image00095.
Processed asj.
Processed AFLW_image00656.
Traceback (most recent call last):
File "../vis.py", line 20, in
t = vv.imshow(im)
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/imshow.py", line 57, in imshow
axes = vv.gca()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gca.py", line 19, in gca
f = vv.gcf()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gcf.py", line 23, in gcf
return vv.figure()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/figure.py", line 23, in figure
backends.use()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/backends/init.py", line 230, in use
raise RuntimeError("None of the backends could be loaded. "+tmp)
RuntimeError: None of the backends could be loaded. Install PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk.
Traceback (most recent call last):
File "../vis.py", line 20, in
t = vv.imshow(im)
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/imshow.py", line 57, in imshow
axes = vv.gca()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gca.py", line 19, in gca
f = vv.gcf()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gcf.py", line 23, in gcf
return vv.figure()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/figure.py", line 23, in figure
backends.use()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/backends/init.py", line 230, in use
raise RuntimeError("None of the backends could be loaded. "+tmp)
RuntimeError: None of the backends could be loaded. Install PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk.
Traceback (most recent call last):
File "../vis.py", line 20, in
t = vv.imshow(im)
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/imshow.py", line 57, in imshow
axes = vv.gca()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gca.py", line 19, in gca
f = vv.gcf()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gcf.py", line 23, in gcf
return vv.figure()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/figure.py", line 23, in figure
backends.use()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/backends/init.py", line 230, in use
raise RuntimeError("None of the backends could be loaded. "+tmp)
RuntimeError: None of the backends could be loaded. Install PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk.
Traceback (most recent call last):
File "../vis.py", line 20, in
t = vv.imshow(im)
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/imshow.py", line 57, in imshow
axes = vv.gca()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gca.py", line 19, in gca
f = vv.gcf()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gcf.py", line 23, in gcf
return vv.figure()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/figure.py", line 23, in figure
backends.use()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/backends/init.py", line 230, in use
raise RuntimeError("None of the backends could be loaded. "+tmp)
RuntimeError: None of the backends could be loaded. Install PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk.
Traceback (most recent call last):
File "../vis.py", line 20, in
t = vv.imshow(im)
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/imshow.py", line 57, in imshow
axes = vv.gca()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gca.py", line 19, in gca
f = vv.gcf()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/gcf.py", line 23, in gcf
return vv.figure()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/functions/figure.py", line 23, in figure
backends.use()
File "/home/jk/.local/lib/python2.7/site-packages/visvis/backends/init.py", line 230, in use
raise RuntimeError("None of the backends could be loaded. "+tmp)
RuntimeError: None of the backends could be loaded. Install PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk.

from vrn.

Toposku avatar Toposku commented on June 12, 2024

Does this mean that I need to install all of this? (PySide2, PyQt5, PySide, PyQt4, wxPython, GTK, or fltk).

from vrn.

Toposku avatar Toposku commented on June 12, 2024

I tried using matlab and it run successfully after I installed the Image processing Toolbox. Could you please tell me how to use my own image? Do i just replace the images into the input_folder?

from vrn.

AaronJackson avatar AaronJackson commented on June 12, 2024

Yeah put your images in the input folder and they should process. Glad you got it working.

from vrn.

AaronJackson avatar AaronJackson commented on June 12, 2024

By the way - the matlab surface extraction function is better than what I could find in python anyway, so the quality should be better :-)

from vrn.

Toposku avatar Toposku commented on June 12, 2024

Thanks for your help! I tried with my own image and it's working good.

from vrn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.