Commit Graph

357 Commits

Author SHA1 Message Date
Kirill Kalashnikov 9fca0b5e92 added delete image button 2020-07-01 17:16:18 -07:00
stephi 7cc5241664 strip string of detection values 2020-07-01 17:13:52 -07:00
tzutalin 7532f1ed87 removed python2 build from travis.yml and upgraded Anaconda3 for travis 2020-05-23 11:59:40 -07:00
tzutalin 500367c550 update strings and removed intersectingEdges 2020-05-18 08:52:42 -07:00
Adwait Bhope 9bebf84986 Change mouse event behaviour for point outside canvas 2020-05-18 08:43:05 -07:00
Mehrad Mahmoudian 5816f71157 [add] adding instruction on how to force reset the class settings to the README 2020-05-02 09:57:58 -07:00
Alice_space 49334ed9e3 fix typo 2020-04-24 08:13:13 -07:00
BIASUTTI Pierre 45078ac670 Added annotation width and height in toolbar while drawing. 2020-02-15 13:48:28 -08:00
Hakan Karaoguz a74b00c219 Fixed import error for PyQt4 2020-01-10 08:51:12 -08:00
Hakan Karaoguz c4f4fb3b7a Added missing import 2020-01-10 08:51:12 -08:00
Hakan Karaoguz 6c34a6c3e7 Update imports and added PyQt4 support 2020-01-10 08:51:12 -08:00
Hakan Karaoguz e51bfce9a7 Added combobox to the main view for displaying unique labels individually 2020-01-10 08:51:12 -08:00
tzutalin bf8cc1d575 Fixed a pyqt5 version to avoid build error for pipenv 2019-12-22 22:31:46 -08:00
Eetu Silvennoinen 731735f187 Update labelImg.py
Fixed a comment typo.
2019-10-28 18:23:14 -07:00
Michal Skreczko a124c75df5 Fixed typo 2019-10-05 00:28:24 -07:00
Eduard Tamsa 157a4173f3 Add Silent option for openDirDialog
Add Silent option for openDirDialog to facilitate opening a directory at start up
    if the filePath provided is a directory without opening the file selector UI.
2019-10-04 20:30:42 -07:00
Gary Yang 53a78e2c93 Update README.rst to fix bug in instruction
Fix bug in pyqt5 compilation for windows
Changed "For pyqt5, pyrcc5 -o libs/resources.py resources qrc" to "For pyqt5, pyrcc5 -o libs/resources.py resources.qrc"
2019-08-28 09:46:49 -07:00
blueharen 22f1d7be0a typo 2019-08-02 08:40:31 -07:00
darrenl 883174f458 Update README.rst 2019-07-30 19:50:55 -07:00
GGDRriedel c1c1dbef31 Fixed Windows+ Anaconda pyrcc5 compile command
added changes from https://github.com/tzutalin/labelImg/issues/475
2019-06-05 08:21:49 -07:00
darrenl 87c110a59c Update README.rst 2019-06-02 16:29:39 -07:00
tzutalin a1a32f6230 Update README.md and setup.py 2019-05-25 21:15:17 -07:00
tzutalin 3ecc86029b Fix build error 2019-05-25 14:56:25 -07:00
tzutalin add1d9972c Fix typo 2019-05-25 14:38:32 -07:00
tzutalin fd79454dc9 UPdate readme 2019-05-25 14:33:09 -07:00
tzutalin 5b9d2bf9b6 Update setup.py 2019-05-25 14:29:16 -07:00
tzutalin 8689a16f3d By default, use py3 qt5 to build 2019-05-25 14:14:49 -07:00
xdzhou 551fc7e00d Fix bug: An index error after select a directory when open a new file. 2019-05-22 15:02:20 -07:00
tzutalin 6afd15aa88 Update icons, README. Add zh-CN locale 2019-04-21 12:53:57 -07:00
Jorlogicus cf5c3d5bbb Update README.rst 2019-04-21 11:53:36 -07:00
Jorlogicus a38aef2a69 Update README.rst 2019-04-21 11:53:36 -07:00
Jorlogicus 30ab4a34e8 Update README.rst 2019-04-21 11:53:36 -07:00
Jorlogicus 90f81c6a90 Delete resource_Vertical.png 2019-04-21 11:53:36 -07:00
Jorlogicus cf6da18f92 Delete resource_.png 2019-04-21 11:53:36 -07:00
Jorlogicus a18f3308ce Add files via upload 2019-04-21 11:53:36 -07:00
Jorlogicus d980e6b202 Delete resource_Horizontal.png 2019-04-21 11:53:36 -07:00
Jorlogicus 9041c044c9 Delete test 2019-04-21 11:53:36 -07:00
Jorlogicus 1469da8f50 Add files via upload 2019-04-21 11:53:36 -07:00
Jorlogicus 6fe1d8b993 Create test 2019-04-21 11:53:36 -07:00
Karan Maheshwari 6d937267e6 Update README.rst
I have given the simplest  steps for Mac OS which runs the program from command line.
 Mac OS easiest way to install and run 
STEPS

git clone https://github.com/tzutalin/labelImg
pip install PyQt5 lxml
cd labelImg    ##(enter the labelImg directory)
make qt5py3
python3 labelImg.py
2019-04-13 09:48:49 -07:00
Saber Derouiche d1d3526fe7 readme.md for "difficult" and "Verify Image"
Added documentation to the readme.md for what "difficult" and "Verify Image"
2019-02-08 07:36:21 -08:00
tzutalin ca28daddec Rename lib.py to utils.py and add test cases for natural sort 2019-01-26 23:16:21 -08:00
Lieven Govaerts 054f63f6f9 Show the file list in natural sorted order ( f1->f8->f9->f10 instead of f1->f10->f8->f9 ).
* labelImg.py
  (natural_sort): New function, copied from S.O.:
  https://stackoverflow.com/questions/4836710/does-python-have-a-built-in-function-for-string-natural-sort?answertab=votes#tab-top
  (scanAllImages): Return the image file list in natural sorted order.
2019-01-26 22:21:14 -08:00
Lieven Govaerts ba12d85798 Avoid crash on "Edit Label" when there's no bounding boxes left.
The scenario is:
1. Open an image
2. Delete all bounding boxes
3. Select "Edit Label".

* labelImg.py
  (editLabel): Avoid crash zhen there's no currently selected item.
2019-01-26 22:15:03 -08:00
Joakim Eriksson c2aca6e1d3 added float parsing before int conversion to enable support of VOC files that specify coordinates in float 2019-01-05 00:33:54 -08:00
Lieven Govaerts 4bb6be6986 Ensure a vertex always stays within the boundaries of the canvas. 2019-01-03 22:48:13 -08:00
yangjiangjie a0fa187eff Update ustr.py 2019-01-03 22:06:57 -08:00
tzutalin d27e6a5dfa fix the crash when providing invalid locale in env 2018-12-28 10:07:59 -08:00
Lieven Govaerts 40b30f1cee labelImg.py/loadLabels: correct shapes that are out of image bounds. 2018-12-28 09:28:14 -08:00
Saksham Dhull e18ccf3be1 Minor correction in spelling.
Changed "labtel" to "label"
2018-12-18 16:00:33 -08:00