14 Commits

Author SHA1 Message Date
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
ChrisDal
04a5e8e7e4 Add difficult in writer 2017-04-25 10:24:06 +02: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
Ryan Flynn
2beed27cf2 add support for QT5, fallback to QT4 2017-01-02 21:55:30 -05:00
Ryan Flynn
e7eddf02ab py3 removes sys.maxint, float(inf) works in py2/py3 2016-12-29 21:25:23 -05:00
tzutalin
3bbf5e23e5 remove numpy and jsos dependencies, and download pytqt for windows 2016-12-07 14:39:45 +08:00
tzutalin
4a3a47a7c7 rm opencv module 2016-09-06 17:24:47 +08:00
tzutalin
ed787d4f3a Add a function which can load xml file 2015-12-09 21:29:26 +08:00
TzuTa Lin
16de4a1a40 Replace Image with cv2 and upload freeze_build for pyinstaller 2015-11-24 13:08:43 +08:00
tzutalin
66645103e5 Merge features: 1.autoSaving while nexting 2.Add predefined classes 3. avoid using 0-valued coordinates, from https://github.com/tzutalin/labelImg/pull/1 2015-11-20 23:43:03 +08:00
TzuTa Lin
8d81647864 mv some of python files to libs 2015-09-17 15:22:58 +08:00