Giter Club home page Giter Club logo

Comments (14)

hejiangda avatar hejiangda commented on May 12, 2024 9

try sudo ./labelImg

from labelimg.

tzutalin avatar tzutalin commented on May 12, 2024

Interesting. I only tried it on ubutnu14.04. Are you running it on a 32-bit and 64-bit CPU?

from labelimg.

MyVanitar avatar MyVanitar commented on May 12, 2024

64bit- Ubuntu 16.04. I run the software from the python code and it worked flawlessly but the executable no.

from labelimg.

tzutalin avatar tzutalin commented on May 12, 2024

@VanitarNordic ,
Are you running on i386 or amd64?

from labelimg.

MyVanitar avatar MyVanitar commented on May 12, 2024

x64 intel processor

from labelimg.

arnaudmiribel avatar arnaudmiribel commented on May 12, 2024

Same problem here.

But I have to point I've had issues running the make all. Output was :

*** No rule to make target 'all'. Stop.

from labelimg.

MyVanitar avatar MyVanitar commented on May 12, 2024

@arnaudmiribel

Make sure the path is correct when you run make all

from labelimg.

arnaudmiribel avatar arnaudmiribel commented on May 12, 2024

I do a cd in the labelImg main directory though..

make all doesnt work

from labelimg.

MyVanitar avatar MyVanitar commented on May 12, 2024

Where is your make file? you should do in that path where related files exist

from labelimg.

arnaudmiribel avatar arnaudmiribel commented on May 12, 2024

Oh well I thought I could only use binaries but seems like by themselves it doesn't work.
I instead cloned the repo and was able to make of course. Now it works. Thanks for your help.

from labelimg.

aharris02 avatar aharris02 commented on May 12, 2024

@hejiangda your comment solved it for me.

I'm also running Ubuntu 16.04 inside a vm. Not sure how my cpu translates within the vm, but my system is an i7-6700HQ.

from labelimg.

tzutalin avatar tzutalin commented on May 12, 2024

Duplicate #61

from labelimg.

skanwwal avatar skanwwal commented on May 12, 2024

Hi,

I have the same problem. Initially I thought it is some problem related to JDK on ubuntu 16 system as Matlab software keep giving me an error of graphics issue. I am trying to process some images using GAMMA software in terminal and it gives me this segmentation problem. I am a beginner. I'd really appreciate if some can provide any assistance. Thank u

from labelimg.

jeremiahharbach avatar jeremiahharbach commented on May 12, 2024

This fixed it for me
(python 3.5.3, virtualenv, Debian 4.9.110, pip3, lxml, pyqt5)

Was trying to load labelImg within a virtualenv 'venv'. Got the segfault.

I opened an interactive python3 terminal and ran:

from PyQt5 import QtCore
Segmentation fault.

I opened a new terminal with "sudo python3" and repeated the command. This time it worked properly.

So I created a brand new virtualenv:

virtualenv venv2 --system-site-packages

I did another git clone && re-ran the installation instructions for Python 3 + Qt5. This time I did not get the segmentation fault and labelImg loaded properly.

In my case it seems like the segmentation fault is the result of a permissions problem when trying to import subpackages from PyQt5. That being said, 'venv2' referenced the same global packages (pyqt5 is a global package) as 'venv'. Perhaps there were conflicting packages in 'venv'.

from labelimg.

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.