tzutalin
1c5298f13d
Add a button in menu to reset all
2017-10-13 23:44:47 +08:00
darrenl
32d5954da4
Merge pull request #175 from alanyee/master
...
Update README.rst
2017-10-13 09:28:35 +08:00
Alan Yee
1368578914
Update README.rst
...
-Made explicit HTTPS calls
-Fix missing links
2017-10-12 13:50:45 -07:00
Alan Yee
b8c06f0848
Update README.rst
...
Replace "OS X" with "macOS"
2017-10-12 13:46:48 -07:00
tzutalin
2d2cde219f
Update README
2017-10-06 17:17:53 +08:00
darrenl
f4d87a9951
Merge pull request #169 from jiyeqian/master
...
Load classes before creating label dialog
2017-09-30 07:06:40 +08:00
Jiye Qian
c0176f2f9f
Load classes before creating label dialog
...
The "editLabel()" may not pop predefined classes without preloaded "labelHist".
2017-09-29 22:43:07 +08:00
darren_lin
aca53bd59f
Revise setup.py
2017-09-27 19:07:06 +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
tzutalin
5dab21b847
v1.5.0
2017-09-14 14:17:59 +08:00
darrenl
429290c799
Merge pull request #157 from jaewchoi/fix
...
fix a minor cursor restore bug
2017-09-05 21:09:59 +08:00
Jaewoo Choi
91a830e01b
fix a minor cursor restore bug
2017-09-05 21:39:43 +09:00
darrenl
374aabc7bf
Merge pull request #156 from jaewchoi/roundbox
...
Add a feature to draw a box easier
2017-08-30 11:30:54 +08:00
Jaewoo Choi
dd09ffb497
Added a feature to draw a box easier
2017-08-30 03:33:07 +09:00
darrenl
b40edc3ab3
Merge pull request #152 from BOTFritz/master
...
Fixed scroll zoom on nonprimary monitor or in small window
2017-08-29 12:20:39 +08:00
BOTFritz
511e4a6ac0
Fixed scroll zoom on nonprimary monitor or in small window
2017-08-29 03:34:49 +00: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
darrenl
295e0e970b
Merge pull request #149 from jaewchoi/selection
...
fix a bug to select a small bounding box
2017-08-25 13:46:16 +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
darrenl
fcffa12842
Merge pull request #148 from jaewchoi/selection
...
fix a bug of disabled edit and delete menu in the label list menu
2017-08-22 08:30:09 +08:00
Jaewoo Choi
f1ee71bf1c
fix a bug of disabled edit and delete menu in the label list menu
2017-08-22 02:05:58 +09:00
darrenl
e62ce15649
Update README.rst
2017-08-17 20:02:20 +08:00
darrenl
10102c9e37
Merge pull request #144 from jiyeqian/master
...
Prevent the crash
2017-08-14 09:40:12 +08: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
6186acd575
Update version to v1.4.3
2017-08-09 14:11:09 +08:00
tzutalin
c64a5eae9b
Refactor settings class
2017-08-08 09:53:22 +08:00
darrenl
3c63864997
Merge pull request #139 from jiyeqian/master
...
Enhance compatibility
2017-08-05 06:05:41 -05:00
Jiye Qian
6859657c36
Enhance compatibility
...
Adding the path to 'data' folder, this is especailly useful for Mac OSX.
Then we can put the 'data' folder into 'MacOS' folder within 'labelImg.app'.
2017-08-05 15:38:37 +08:00
tzutalin
6958e69851
Fix the issue # 136 and add constants.py
2017-08-04 14:45:42 +08:00
darrenl
f6c27b0c10
Merge pull request #138 from jiyeqian/master
...
Enhance compatibility
2017-08-04 00:20:21 -05:00
Jiye Qian
67de46730f
Enhance compatibility
...
With Anaconda3-4.4.0-Windows-x86_64 in Win 8 & 10, encoding name "utf8" will lead to error. We change the encoding name to "utf-8", it's OK. Very strange, we do not know why.
2017-08-03 23:34:55 +08:00
tzutalin
e86472a592
Upload missing files
2017-08-01 09:30:27 +08:00
darrenl
7cef42c8df
Update .travis.yml
2017-07-27 18:31:53 +08:00
darrenl
dbda4976ca
Merge pull request #129 from KevinGay/patch-1
...
Made spelling corrections to variables
2017-07-27 10:15:38 +08:00
Kevin Gay
5506da5b55
Made spelling corrections to variables
2017-07-26 21:59:59 -04:00
darrenl
3aa1c59fc2
Merge pull request #126 from jiyeqian/master
...
Fix filename bug
2017-07-26 14:16:46 +08:00
Jiye Qian
a878ab83b7
Fix filename bug
...
If the file name contains ".", it will go wrong. e.g. hello.world.jpg --> hello.xml
2017-07-26 01:53:49 +08:00
tzutalin
14edc88a64
Fix runtime errors for py3qt5
2017-07-25 16:43:04 +08:00
tzutalin
1889d8c88f
Add README for build-tools
2017-07-21 22:38:03 +08:00
tzutalin
d11fbb57de
Update version to 1.4.0
2017-07-21 18:01:53 +08:00
tzutalin
398da39dce
Don't save verified by default
2017-07-21 17:55:26 +08:00
tzutalin
a09ecbb7bb
Add single mode features and fix minor issues
2017-07-21 17:32:30 +08:00
darrenl
4015a0eab5
Merge pull request #112 from proste/qt5-deprecated-fix
...
Fixed usage of deprecated function
2017-07-11 11:36:19 +08:00
Stepan Prochazka
bfd502e64f
Fixed usage of deprecated function
2017-07-10 16:56:36 +02:00
darrenl
7baa5a17ef
Merge pull request #110 from Langhalsdino/patch-1
...
Fixed possible typo in makefile
2017-07-10 14:19:49 +08:00
Frederic Tausch
f987cbc6ca
Fixed possible typo
...
"make qt5" will now actually use qt5: "pyrcc5 -o resources.py resources.qrc"
Bug: "make qt5" installed qt4py2. That is kind of miss leading, since "qt5" should actually use qt5 and not use qt4.
2017-07-10 14:44:48 +09:00