-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need a linux version of this! #19
Comments
I don’t know making a linux binary version yet, I have the plan to do that! |
it runs on lutris 4.20 |
Runs on ubuntu if you git clone the repo and build with qt. |
install qmake and qtbase5-dev on debian/ubuntu, run make -j## in the root directory, then chmox +x YoloLabel and execute YoloLabel; there you are. Here's my own binary (amd64), compiled on Ubuntu 20.04 |
Just compile it using qt creator, maybe the author could implement a cmakelists to compile it |
Can confirm the Linux build process (Ubuntu 20.04) was pretty quick and painless. Needed qtbase5-dev, got qmake from qt5-qmake, and grabbed qt-sdk. Simply ran qmake and then make in the root directory. Need to launch the compiled binary from the terminal (i.e., $ ./YoloLabel). |
I use those commands for ubuntu 20.04
|
@ingjae Thanks! Can you upload an error message? |
at master branch
this is error message
|
@ingjae Thanks! |
@ingjae |
@ingjae @xrv0 @DenpaBorisu @sambo55 @rabdulatipoff @y9luiz @6630507 I released Ubuntu 22.04 version of it. https://github.com/developer0hye/Yolo_Label#for-ubuntu-2204 However, I just tried it on Ubuntu 22.04 of wsl2, so I didn't check it on native Ubuntu 22.04. |
Yolo was originally designed for linux so a linux binary would be appreciated
The text was updated successfully, but these errors were encountered: