Commit Graph

128 Commits

Author SHA1 Message Date
tzutalin 8b0f76f6c0 Fix unicode string issues 2018-05-18 23:34:59 -07:00
vdalv e7a7b64f7e Add option to enable/disable label painting 2018-05-18 22:51:57 -07:00
Garry Lam a7fc85270f fix issue #267 (YOLO output becomes all zero) 2018-04-29 08:27:48 -07:00
tzutalin 9fd505c124 Update version to 1.6.1 2018-04-17 20:03:31 -07:00
Golovanov ca10b0dd2a add completer for label 2018-03-31 11:24:11 -07:00
Wang Yinghao 201a54d0f9 YOLO READ 2018-03-01 22:34:57 -06:00
Wang Yinghao 2783071c85 YOLO Write 2018-03-01 21:38:22 -06:00
Javier Garcia 82ace1acfc Fixed bug in shape.py 2018-02-15 13:35:46 +01:00
tzutalin deb8b844f9 Show label text at the top-left of the rect 2018-01-30 18:50:30 +08:00
tzutalin c1954b3244 Update version 2018-01-29 15:56:02 +08:00
Tomas Raila 0b20e5c929 Show cursor coordinates in status bar 2018-01-25 12:04:47 +02:00
tzutalin 5adaa669d2 Support showing version info 2017-10-27 10:28:47 +08:00
tzutalin a77184a176 Update version to 1.5.2 2017-10-24 11:49:46 +08:00
tzutalin 2e525f8ab2 Fix issue and disable choosing box color 2017-10-24 11:26:42 +08:00
tzutalin 6cf04adfa5 Assign different labels with different colors 2017-10-23 16:27:40 +08:00
tzutalin 713cf4537e Save autosave/single class mode to setting file 2017-10-14 00:01:13 +08:00
tzutalin 1c5298f13d Add a button in menu to reset all 2017-10-13 23:44:47 +08:00
tzutalin cbc1761e9f If there no default saved dir, show a dialog for autosaving 2017-09-27 18:43:24 +08:00
tzutalin d8e961126a Fix the issue that is unable to import libs if installing by pip 2017-09-27 17:57:09 +08:00
Jaewoo Choi 91a830e01b fix a minor cursor restore bug 2017-09-05 21:39:43 +09:00
Jaewoo Choi dd09ffb497 Added a feature to draw a box easier 2017-08-30 03:33:07 +09:00
darrenl 79f736139b Merge pull request #151 from jaewchoi/create
Fix a bug: creating a box with one point
2017-08-25 13:47:46 +08:00
Jaewoo Choi 835af44c3a Prevent from creating a zero sized box 2017-08-22 21:28:36 +09:00
Jaewoo Choi 95ff5062fe fix a bug: creating a box with one point 2017-08-22 20:57:05 +09:00
Jaewoo Choi 7b8519f50e fix a bug to select a small bounding box 2017-08-22 14:59:40 +09:00
Jiye Qian a1decb8e24 Enhance compatibility
Adding the path to '.settings.pkl' file, this is especailly useful for MacOS. Then we can put '.settings.pkl' into 'MacOS' folder within 'labelImg.app'. The App will crash without path setting, as soon as we close the App in MacOS.
2017-08-14 02:29:26 +08:00
Jiye Qian 6222214ff3 Prevent the crash caused by illegal XML 2017-08-13 19:50:50 +08:00
tzutalin c64a5eae9b Refactor settings class 2017-08-08 09:53:22 +08:00
tzutalin 6958e69851 Fix the issue # 136 and add constants.py 2017-08-04 14:45:42 +08:00
tzutalin 14edc88a64 Fix runtime errors for py3qt5 2017-07-25 16:43:04 +08:00
tzutalin 398da39dce Don't save verified by default 2017-07-21 17:55:26 +08:00
tzutalin 2d92e10529 Fix build error for qt5+py3 2017-07-07 23:14:41 +08:00
tzutalin 7f288a0817 fix crash for py3 2017-07-07 13:48:25 +08:00
tzutalin 27cf04aecc Fix issue #96 2017-07-07 11:09:00 +08:00
tzutalin b7a614d264 Update version to v1.3.3 2017-05-31 09:34:51 +08:00
Conlon Novak f5106a2a6a Changed .lif to .xml, allowing annotation I/O
LabelImg cannot read .lif files, but saving the annotations as .xml allows the annotations to be read when switching between images or reopening previously annotated images.
2017-05-30 15:36:43 -04:00
tzutalin 26a50c36bc Update README 2017-05-25 09:51:47 +08:00
RegisWANG 2560085e2c Add using arrow key to move the box. 2017-05-24 23:50:32 +08:00
JNKielmann 965f358bfb Fix moving RectBox with right click 2017-05-19 16:21:36 +02:00
tzutalin 7cf546b500 Fix issues and update version to 1.3.2 2017-05-18 10:44:42 +08:00
tzutalin a7e3a32385 Replace Difficult with difficult 2017-05-10 21:26:51 +08:00
tzutalin fffc99047b Change version to v1.3.0 2017-05-03 20:03:14 +08:00
tzutalin d56ab8cea2 Create new files for pypackage 2017-05-03 18:31:18 +08:00
tzutalin 9a7ecb4a07 Add ustr.py, add more test, and fix build error for py3 2017-05-03 16:13:08 +08:00
ChrisDal 04a5e8e7e4 Add difficult in writer 2017-04-25 10:24:06 +02:00
ChrisDal 0dae300a61 Add difficult in Shape
Add in shape 
Add in copy shape
2017-04-25 09:48:32 +02:00
ChrisDal 2708b4bbb8 Add Truncated - difficult 2017-04-25 09:39:15 +02:00
ruifeng.shan 6dae9fdac7 resolve save utf-8 characters but xml file content is like "哈", not person readable 2017-04-21 15:20:26 +08:00
darrenl 634fc0c637 Merge pull request #65 from yjmade/master
fix some bugs when running on Mac with PyQT5
2017-03-09 13:07:45 +08:00
Jay Young 3778c43fad [IMP] For PyQt5, make scroll can happen on vertical and horizontal at the same time 2017-03-08 12:35:33 +08:00