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
darrenl
eb87c3d680
Merge pull request #58 from s-alexey/focus
...
Set focus on image canvas after image is loaded
2017-02-27 10:07:21 +08:00
tzutalin
4b9c530b1a
Show the prev label text when creating a new label
2017-02-24 22:27:04 +08:00
tzutalin
34420d4053
Fix the wrong path/width/height in annotation files
2017-02-24 22:11:38 +08:00
Alexey
36ab14943e
Set focus on canvas after image is loaded
2017-02-23 15:59:54 +03: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
70721ad597
Fix qstring/asic code convert for python 2
2017-02-16 11:00:49 +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
afee5a4e95
Remove setting bg features and uncomment some print message
2017-02-15 16:39:06 +08:00
tzutalin
318710c8e3
Draft version for supporting change background color
2017-02-08 16:56:24 +08:00
darrenl
633f26694b
Merge pull request #46 from tzutalin/py2-qt4
...
Change hotkeys
2017-01-09 14:31:41 +08:00
tzutalin
d9ba7b18d0
Change hotkeys
2017-01-09 14:30:17 +08:00
Ryan Flynn
b6d1929306
add unit testing via 'make test'
2017-01-02 22:34:55 -05:00
Ryan Flynn
2beed27cf2
add support for QT5, fallback to QT4
2017-01-02 21:55:30 -05:00
Ryan Flynn
c7ddf4a3ef
make py2 unicode-handling py3-compatibe
2016-12-31 14:53:09 -05:00
Ryan Flynn
67a8583e22
conservative conversion of some python2-isms to py3-compatible code
2016-12-31 14:48:17 -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
Number1Tao
7b5a43fce1
Fix a bug
...
when run :./labelImg.py
Error:
File "./labelImg.py", line 815
extensions = {'.jpeg','.jpg', '.png', '.bmp'}
Fix:
change {'.jpeg','.jpg', '.png', '.bmp'} to ['.jpeg','.jpg', '.png', '.bmp']
Environment:python=2.6.9 qt=4.11.3 OX=mac os
2016-12-16 22:34:40 +08: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
Ryan Flynn
5ae63c09cd
ensure filename variable exists for all code paths
2016-10-22 23:37:33 -04:00
tzutalin
f2712d4cc7
Add file list and dock to move faster
2016-09-06 20:39:42 +08:00
xunchangqing
6e4e576499
remove codes for debug
2016-03-25 09:52:55 +08:00
xunchangqing
83048cee65
bugfix: can not load xml with multiple dots file name such as xxx.xxx.xxx
2016-03-25 09:48:53 +08:00
Mark Shilton
28062bafc4
Filename of current image is used as default name when saving label data
2016-02-12 13:23:12 +00:00
Mark Shilton
1981da9b22
Filename of current image is used as default name when saving label data
2016-02-12 13:16:29 +00:00
tzutalin
dd56234989
sort by name while importing all images
2016-01-05 13:51:12 +08:00
tzutalin
3b01871851
Load Pascal xml for each image if setting saved annotation folder
2015-12-10 17:20:06 +08:00
tzutalin
38c9cabb01
If no image, cannot load annotion xml
2015-12-09 21:51:26 +08:00
tzutalin
ed787d4f3a
Add a function which can load xml file
2015-12-09 21:29:26 +08:00
tzutalin
f6842b3377
Fix unreferenced variable in openPrevImg
2015-11-21 21:42:16 +08:00
tzutalin
76b610aa6d
Support openPrevious function
2015-11-21 17:39:47 +08:00
tzutalin
aa1860b497
add predefined class text file
2015-11-21 00:15:21 +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
ef61f0d827
Save the last open dir and target dir
2015-11-17 13:00:37 +08:00
TzuTa Lin
87dab57ec9
Labels will be added to history and re-use it while showing pop window
2015-11-17 10:50:28 +08:00
TzuTa Lin
06c9adf494
show message when saving
2015-11-16 20:34:55 +08:00
TzuTa Lin
9f35536561
Show message when changing saved folder
2015-11-16 20:30:13 +08:00
TzuTa Lin
f3cf1ba2c4
Fix default saved folder issue
2015-11-16 20:19:44 +08:00
TzuTa Lin
8d81647864
mv some of python files to libs
2015-09-17 15:22:58 +08:00
TzuTa Lin
c40b0db7f2
Typo
2015-09-17 14:50:58 +08:00
TzuTa Lin
0f9cae650d
Add video demo link
2015-09-17 10:44:35 +08:00
TzuTa Lin
c4413d62a5
First commit
2015-09-17 10:37:20 +08:00