Colin Jermain
8e892c4f25
Allowing all supported extensions to be read in the directory
2018-03-08 14:47:19 -05:00
Wang Yinghao
852c63d04d
Change Label Text
2018-03-02 09:44:42 -06:00
Wang Yinghao
180d25a2d7
bugfix, toggle button
2018-03-01 23:05:57 -06:00
Wang Yinghao
201a54d0f9
YOLO READ
2018-03-01 22:34:57 -06:00
Wang Yinghao
2783071c85
YOLO Write
2018-03-01 21:38:22 -06:00
tzutalin
d43613d9c4
allow opening of directory on launch
2018-01-29 15:45:40 +08:00
Tomas Raila
0b20e5c929
Show cursor coordinates in status bar
2018-01-25 12:04:47 +02:00
Tomas Raila
eda381e437
Cast filepath to python string
2018-01-25 11:35:09 +02:00
tzutalin
3391ab632e
Do not allow to hide file list
2017-12-25 11:12:15 +08:00
Denis Wernert
53016093d6
Fixes the call to changeSavedDirDialog
2017-12-20 09:29:24 +01:00
zhangjie
7be0a01af8
change color when label has changed
2017-11-29 21:20:14 +08:00
tzutalin
821ffae6b9
Assign specific bg colors to widget item by different labels
2017-11-06 17:31:33 +08:00
tzutalin
5adaa669d2
Support showing version info
2017-10-27 10:28:47 +08:00
tzutalin
2e525f8ab2
Fix issue and disable choosing box color
2017-10-24 11:26:42 +08:00
tzutalin
6cf04adfa5
Assign different labels with different colors
2017-10-23 16:27:40 +08:00
tzutalin
713cf4537e
Save autosave/single class mode to setting file
2017-10-14 00:01:13 +08:00
tzutalin
1c5298f13d
Add a button in menu to reset all
2017-10-13 23:44:47 +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
tzutalin
cbc1761e9f
If there no default saved dir, show a dialog for autosaving
2017-09-27 18:43:24 +08:00
BOTFritz
511e4a6ac0
Fixed scroll zoom on nonprimary monitor or in small window
2017-08-29 03:34:49 +00: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
tzutalin
c64a5eae9b
Refactor settings class
2017-08-08 09:53:22 +08: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
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
Kevin Gay
5506da5b55
Made spelling corrections to variables
2017-07-26 21:59:59 -04: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
a09ecbb7bb
Add single mode features and fix minor issues
2017-07-21 17:32:30 +08:00
Stepan Prochazka
bfd502e64f
Fixed usage of deprecated function
2017-07-10 16:56:36 +02: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
9cb05ebdae
Refactor some of widgets
2017-05-24 10:25:23 +08:00
RegisWANG
4a25352dbe
Add use default label checkbox
2017-05-23 23:27:31 +08:00
tzutalin
7cf546b500
Fix issues and update version to 1.3.2
2017-05-18 10:44:42 +08:00
aaronshan
777d03e25d
fix bugs:some pictures become invalid after repeat labeled and save it.
2017-05-17 16:09:53 +08:00
tzutalin
132492d61f
Provide an extra argument to change predefined classes path
2017-05-10 21:58:39 +08:00
tzutalin
a7e3a32385
Replace Difficult with difficult
2017-05-10 21:26:51 +08:00
tzutalin
fffc99047b
Change version to v1.3.0
2017-05-03 20:03:14 +08:00
tzutalin
d56ab8cea2
Create new files for pypackage
2017-05-03 18:31:18 +08:00
tzutalin
c6ad6e3499
Fix build error for qt3
2017-05-03 16:53:55 +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
0bace8fe2b
refined Layout
2017-04-25 10:22:26 +02:00
ChrisDal
73c343458d
Update labelImg.py
2017-04-25 10:19:15 +02:00
ChrisDal
f0f1bb2b5a
Select and set as current item last item
2017-04-25 09:44:01 +02:00
ChrisDal
2899d4dbf7
Add Diificult Checkbox and link to items
...
Difficult Checkbox
Link to Items
2017-04-25 09:24:34 +02:00
ruifeng.shan
c3d1baac5f
resolve if don't select default save dir, can't load xml file(saved dir same with image) issue.
...
resolve cannot open annotation xml file issue.
2017-04-21 15:17:46 +08:00
tzutalin
ef13a1ede5
Use u() functions to convert string for python2/3
2017-03-09 13:18:55 +08:00
darrenl
634fc0c637
Merge pull request #65 from yjmade/master
...
fix some bugs when running on Mac with PyQT5
2017-03-09 13:07:45 +08:00
tzutalin
910cd73320
Fix unicode issue for showing window title
2017-03-09 11:55:56 +08:00