Giter Club home page Giter Club logo

Comments (2)

jacopomazzoni avatar jacopomazzoni commented on May 30, 2024

I was able to get it to work downloading the source and compiling it from scratch.

These are the commands I issued:


/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install [email protected]
/usr/local/opt/[email protected]/bin/python3.9 -m pip install --upgrade pip
brew install jpeg-turbo
brew install jpeg
brew install cmake
brew install qt@5
echo 'export PATH="/usr/local/opt/qt@5/bin:$PATH"' >> ~/.profile
brew install eigen
brew install boost
brew install libomp

pip3 install -U pyvips
pip3 install psutil
pip3 install opencv-python
pip3 install -U scikit-learn

git clone https://github.com/cnr-isti-vclab/relight.git
cd relight/
git submodule update --init --recursive
cmake .
make

and set the paths in preferences to
/usr/local/opt/[email protected]/bin/python3
for the python3 binary and
~/relight/scripts
for the scripts folder

it would be great if libjpeg could be bundled with the other libs in the frameworks folder
it is entirely possible that issuing brew install jpeg@8 would fix the release version but I wonder if it is behind, especially on the python scripts front

from relight.

jacopomazzoni avatar jacopomazzoni commented on May 30, 2024

update even the latest code with the dependencies installed trough homebrew still crashes with this error:

libc++abi.dylib: terminating with uncaught exception of type QString
Abort trap: 6

here is a pastebin of the full crash report:
https://pastebin.com/c9EF75yU

from relight.

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.