Commit Graph

307 Commits

Author SHA1 Message Date
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
tzutalin 2d92e10529 Fix build error for qt5+py3 2017-07-07 23:14:41 +08:00
tzutalin 9899c131d1 Update build-windows-binary.sh 2017-07-07 14:23:28 +08:00
tzutalin 7f288a0817 fix crash for py3 2017-07-07 13:48:25 +08:00
tzutalin b0e7706de9 Update build-for-pypi.sh 2017-07-07 13:29:09 +08:00
tzutalin d9e16955f4 Update veriosn to v1.3.4 2017-07-07 11:13:46 +08:00
tzutalin 27cf04aecc Fix issue #96 2017-07-07 11:09:00 +08:00
darrenl 0efb50ac62 Merge pull request #104 from lhk/master
Zooming in on cursor
2017-06-27 10:39:52 +08:00
Lars Klein 9f6fdbd06b cleaning up the code 2017-06-23 19:33:00 +02:00
Lars Klein 708e1a21e6 reworking the zoom behaviour 2017-06-23 19:28:52 +02:00
tzutalin cde8aee17a Update a demo video to README.md 2017-06-06 20:37:04 +08:00
tzutalin 8c2191d655 Add the usage of Docker to README 2017-06-06 18:25:18 +08:00
tzutalin b7a614d264 Update version to v1.3.3 2017-05-31 09:34:51 +08:00
darrenl 550c4581ec Merge pull request #100 from ConlonNovak/patch-1
Changed .lif to .xml, allowing annotation I/O
2017-05-31 09:29:11 +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
darrenl d17d26f6a3 Merge pull request #98 from RegisWang/master
Add using arrow keys to move the box.
2017-05-25 09:40:51 +08:00
RegisWANG 2560085e2c Add using arrow key to move the box. 2017-05-24 23:50:32 +08:00
RegisWang 2120d4f7b4 Merge pull request #1 from tzutalin/master
Sync from upstream
2017-05-24 07:44:36 -05:00
tzutalin 9cb05ebdae Refactor some of widgets 2017-05-24 10:25:23 +08:00
darrenl 1513300dfa Merge pull request #97 from RegisWang/master
Add use default label checkbox
2017-05-24 09:40:36 +08:00
RegisWANG 4a25352dbe Add use default label checkbox 2017-05-23 23:27:31 +08:00
darrenl 8edbfb63d9 Merge pull request #94 from JNKielmann/fixMoveRect
Fix moving RectBox with right click
2017-05-22 10:34:12 +08:00