Giter Site home page Giter Site logo

Comments (6)

abreheret avatar abreheret commented on May 21, 2024 1

Read this issue #23 can that solve the problem?

from pixelannotationtool.

jeffreyameyer avatar jeffreyameyer commented on May 21, 2024

Related... I cannot seem to install it on Catalina 10.15.4.

I installed opencv using brew, but it appears it still cannot see the library. I've tried figuring out a workaround (likely some PATH setting, but am having a hard time working that out.

from pixelannotationtool.

jeffreyameyer avatar jeffreyameyer commented on May 21, 2024

Perhaps related: I cannot install in Mac OSX Catalina 10.15.4.

I installed opencv using brew, but the crash log indicates it cannot find an opencv library (I think). I also believe it's something related to my PATH setup, but I'm having a hard time running that down.

Here's a line from the crash error & the entire log.

Dyld Error Message:
  Library not loaded: @rpath/libopencv_imgproc.4.2.dylib
Process:               PixelAnnotationTool [1384]
Path:                  /Volumes/VOLUME/*/PixelAnnotationTool.app/Contents/MacOS/PixelAnnotationTool
Identifier:            ???
Version:               ??? (???)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           PixelAnnotationTool [1384]
User ID:               501

Date/Time:             2020-05-20 12:09:30.409 -0700
OS Version:            Mac OS X 10.15.4 (19E287)
Report Version:        12
Anonymous UUID:        7C93DD3C-DDA8-C697-D5D7-876421753ACD


Time Awake Since Boot: 190 seconds

System Integrity Protection: enabled

Notes:                 Translocated Process

Crashed Thread:        0

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Termination Reason:    DYLD, [0x1] Library missing

Application Specific Information:
dyld: launch, loading dependent libraries

Dyld Error Message:
  Library not loaded: @rpath/libopencv_imgproc.4.2.dylib
  Referenced from: /private/var/folders/kp/bcrkjzxs6q7b7xbtvddw2jxw0000gn/T/AppTranslocation/B693A527-D446-426E-99E2-5596C6D3A54A/d/PixelAnnotationTool.app/Contents/Frameworks/libopencv_gapi.4.2.dylib
  Reason: image not found

Binary Images:
       0x10b08b000 -        0x10b0b8ff3 + (??? - ???) <92C5E9EE-A377-37D3-8538-D8A672842B7E> /var/folders/*/PixelAnnotationTool.app/Contents/MacOS/PixelAnnotationTool
       0x10b0cc000 -        0x10b50afff +org.qt-project.QtWidgets (5.13 - 5.13.2) <3A605C49-75C9-3FB6-AB17-850EE358546D> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
       0x10b675000 -        0x10b82dfe7 +libopencv_gapi.4.2.dylib (0) <3DC5447F-00C0-3C70-BF42-227FC000567F> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/libopencv_gapi.4.2.dylib
       0x10b857000 -        0x10b8cffff +libopencv_stitching.4.2.dylib (0) <E7EAC8FF-0A95-3A63-9745-80B435D7F314> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/libopencv_stitching.4.2.dylib
       0x10b8eb000 -        0x10b926ffb +libopencv_aruco.4.2.dylib (0) <43E56DAD-5EE4-3C12-8AA7-1B37C60D5D47> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/libopencv_aruco.4.2.dylib
       0x10b957000 -        0x10b96eff3 +libopencv_bgsegm.4.2.dylib (0) <26EA9F86-08EA-3FA3-8304-E1D1DC1ECC83> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/libopencv_bgsegm.4.2.dylib
       0x10b977000 -        0x10b9a5ff7 +libopencv_bioinspired.4.2.dylib (0) <8CFFC13C-AEE4-3288-9588-28A1F63E1562> /var/folders/*/PixelAnnotationTool.app/Contents/Frameworks/libopencv_bioinspired.4.2.dylib
       0x10b9b5000 -        0x10ba39ff3 +libopencv_ccalib.4.2.dylib (0) <FE039F48-AD93-301C-896F-755E4738C2A6> 

from pixelannotationtool.

jeffreyameyer avatar jeffreyameyer commented on May 21, 2024

Also... I'm wondering if there's an OpenCV conflict on my machine that may not be helping here:

% brew list --versions opencv
opencv 4.3.0_2

% opencv_version 
4.2.0

from pixelannotationtool.

jeffreyameyer avatar jeffreyameyer commented on May 21, 2024

c'est bon!

the only errors encountered with #23 (comment)
were:
a) mildly upgrading the path to account for version changes in Qt
and
b) ; )

232: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
  ...font-size:10pt;\">Author: </span><span style=\" font-size:10pt; font-weight:600;\">Amaury Br<E9>h<E9>ret</span></p>"
                                                                                                 ^~~~ ~~~~

from pixelannotationtool.

jeffreyameyer avatar jeffreyameyer commented on May 21, 2024

sorry - not sure how I missed that issue on the first pass!

from pixelannotationtool.

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.