cvhciKIT / sloth

Sloth is a tool for labeling image and video data for computer vision research.
Other
608 stars 198 forks source link

Qt5 Support #111

Closed thuyen closed 7 years ago

thuyen commented 7 years ago

Is it possible to use PyQt5 instead?

Thanks.

nilsonholger commented 7 years ago

Hmmmmm, not sure, but why don't you give it a try and tell me how it goes? Basically, just install the necessary PyQt5 dependencies and replace all from PyQt4 import ... to from PyQt5 import .... Might just do the trick...

thuyen commented 7 years ago

Yeah, I have been running it with Qt5. Due to some changes in the interface, it takes a little more work. I push it here: https://github.com/thuyen/sloth/tree/qt5 I don't have any experience with QT, changes are very rudimentary, just make it to work.