tzutalin
6db1dd500d
FIx issue#403
2018-12-02 20:27:16 -08:00
tzutalin
eaac031404
Move icons to resource folder, fix the unicode issue, support zh-tw lang
2018-12-01 00:45:50 -08:00
Maxim Smirnov
13a700ad53
Fix program start when re-started without the second monitor.
...
When labelImg was closed on the second monitor, and later opened when it is disabled, it is impossible to see the app window.
2018-11-26 21:58:19 -08:00
Antoine Broyelle
4e278bb511
feature: draw square bounding boxes
2018-10-19 23:32:18 -07:00
vdalv
4f84f68b96
Fix issue #287 and a typo
2018-06-23 01:14:30 -07:00
tzutalin
8b0f76f6c0
Fix unicode string issues
2018-05-18 23:34:59 -07:00
vdalv
e7a7b64f7e
Add option to enable/disable label painting
2018-05-18 22:51:57 -07:00
vdalv
219e50dbfc
Fix verify image issue 248
2018-05-18 22:51:32 -07:00
vdalv
508a4c8b37
Fix save dialog issue - #300
2018-05-18 22:51:00 -07:00
vdalv
fef4e6b057
Fix file save issue - #293
2018-05-18 22:50:45 -07:00
sebasrivera96
542b87fd0a
Update saveLevels function to add an extension just when needed
2018-05-18 22:48:03 -07:00
Sebastian Rivera
96c723c139
Remove lines on saveLabels function to save correctly XML files
2018-05-18 22:48:03 -07:00
Sebastian Rivera
515a3f6606
Modify labelImg.py to solve an error when naming the .xml file
...
A line was commented out because there was an error. When a box was drawn
around an object and then saved, the file had a termination
".xml.xml" instead of just ".xml".
2018-05-18 22:48:03 -07:00
jeffrey
90bd8fdbd8
support saveDir argument
2018-04-15 05:42:14 +08:00
Haozhe Xie
bc71e12a9a
Fix a bug that the application crashes when the browser opens.
2018-04-15 05:40:01 +08:00
蔡俊杰
9e8185077b
fix missing command line arguments
2018-03-31 11:24:21 -07:00
darrenl
6c774267ec
Merge pull request #249 from cjermain/supported_extensions
...
Allowing all supported extensions (TIFF in Qt 4.8, along with PPM, PBM, and PGM)
2018-03-10 10:02:01 -08:00
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