junyanz / interactive-deep-colorization

Deep learning software for colorizing black and white images with a few clicks.
https://richzhang.github.io/ideepcolor/
MIT License
2.69k stars 447 forks source link

The QT5 version expects qt4 libraries. it is impossible for a lay person like me to get QT4 on Modern Linux distros #89

Open LinuxBeaver opened 2 years ago

LinuxBeaver commented 2 years ago

Can you please tell me how to get this working with QT5. QT4 is deprecated and back in 2019 when this software was made it was warned about qt4 being obsolete. I am a huge fan of open source machine learning software and I am sad I can't get this software working.

VisionaryMind commented 2 years ago

You will find all the UI code required for QT5 support in the ui_PyQt5 subdirectory under docker. I had a similar need as you, and it was necessary to implement all of those code changes, along with the main script.

agenttux commented 2 years ago

You will find all the UI code required for QT5 support in the ui_PyQt5 subdirectory under docker. I had a similar need as you, and it was necessary to implement all of those code changes, along with the main script.

Can you explain how to do this? I have the same issue and can't figure out how to get it to work.