HumanSignal / labelImg

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.56k stars 6.27k forks source link

how to install from source in Ubuntu #958

Closed cy954188536 closed 1 year ago

cy954188536 commented 1 year ago

I am trying to install from source in my Ubuntu 20.4 computer, but I always stuck in the second step:

sudo pip3 install -r requirements/requirements-linux-python3.txt

after I ran this code it showed

ERROR Screenshot : ERROR Could not open requirements file: [Errno 2] No such file or directory: 'requirements/requirements-linux-python3.txt' even I tried it with my windows laptop and conda, it showed the same errors. I also tried to search this ".txt" in the terminal, but nothing found.