Skip to content

Instantly share code, notes, and snippets.

@biranchi2018
Created December 1, 2018 22:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save biranchi2018/85f80e09e977d92fb24352ec4c1c8dc8 to your computer and use it in GitHub Desktop.
Save biranchi2018/85f80e09e977d92fb24352ec4c1c8dc8 to your computer and use it in GitHub Desktop.
Steps for Installing LabelImg
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