Created
December 1, 2018 22:16
-
-
Save biranchi2018/85f80e09e977d92fb24352ec4c1c8dc8 to your computer and use it in GitHub Desktop.
Steps for Installing LabelImg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Steps for Installing LabelImg : | |
================================= | |
Step 1. | |
git clone https://github.com/tzutalin/labelImg | |
Step 2. | |
sudo pip3 install pyqt5 lxml | |
Step 3. | |
cd labelImg/ | |
Step 4. | |
make qt5py3 | |
Step 5. | |
python3 labelImg.py | |
Creating LabelImg.app : | |
======================== | |
Step 1. | |
pip3 install py2app | |
Step 2. | |
cd LabelImg | |
Step 3. | |
python3 setup.py py2app -A | |
============================= | |
Shorcut Keys: | |
============= | |
w Create a bounding box | |
d Next image | |
a Previous image | |
cmd + scroll Zoom in/out | |
cmd + s Save | |
cmd + d Copy the current label and bounding box | |
del Delete the selected bounding box | |
space Mark the current image as verified | |
cmd + '+' Zoom in | |
cmd + '-' Zoom out | |
↑ → ↓ ← Move selected bounding box |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment