24 Commits

Author SHA1 Message Date
Jiye Qian
6222214ff3 Prevent the crash caused by illegal XML 2017-08-13 19:50:50 +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
27cf04aecc Fix issue #96 2017-07-07 11:09:00 +08: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
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
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
Thibaut Mattio
6151e9cf6a Fix crash when verified key does not exist 2017-03-08 11:26:51 +08:00
Thibaut Mattio
3abd685a8d Implement verified feature
When pressing space, the user can flag the image as verified, a green background will appear.
This is used when creating a dataset automatically, the user can then through all the pictures and flag them instead of annotate them.
2017-03-08 11:01:36 +08:00
Thibaut Mattio
77d5fae05f Save an annotation file when there is no ROI 2017-02-28 13:18:26 +08:00
Thibaut Mattio
c5c2a34a39 Apply PEP recommendation on formatting
Running pylint to make the code complient with PEP recommendations on lintage.
2017-02-28 11:50:15 +08:00
tzutalin
c5ceaa687d Fix the issue when failing to open unicode dir and rename filename to
filePath
2017-02-16 14:49:46 +08:00
tzutalin
8239d1811b Revert "Fix encode filename issues python2"
This reverts commit 62507a195829e3f0eb93a390997e91033cb52e47.
2017-02-15 20:35:57 +08:00
tzutalin
62507a1958 Fix encode filename issues python2 2017-02-15 17:33:55 +08:00
tzutalin
1fb28d81a7 Fix ascii codec issue when outputing pascal file 2017-01-29 22:51:59 +08:00
Ryan Flynn
c7ddf4a3ef make py2 unicode-handling py3-compatibe 2016-12-31 14:53:09 -05:00
Ryan Flynn
03236397d7 https://github.com/tzutalin/labelImg/issues/31 add support for displaying and saving unicode labels 2016-12-21 23:49:40 -05:00
WillieMaddox
b55f6e13a2 Fix bbox bug. 2016-12-20 08:30:11 -06:00
tzutalin
50a079edc4 Support Unicode for saving and loading Pascal XML format
Use lxml to pretty the xml instead of minidom because minido does not support unicode
Save xml with unicode
Add tests dir to collect more images for unit tests in the future
2016-12-02 11:26:37 +08:00
nkh
43f9166aff This fixes #18 where openning previous annotation files causes a bug in resizing bounding boxes, they were not rectangle anymore and could become deformed. 2016-11-08 13:06:13 +03:30
tzutalin
ed787d4f3a Add a function which can load xml file 2015-12-09 21:29:26 +08:00