tzutalin
910cd73320
Fix unicode issue for showing window title
2017-03-09 11:55:56 +08:00
darrenl
29f62ad64f
Merge pull request #64 from des0ps/feature/verified_flag
...
Implement verification feature
2017-03-09 11:52:40 +08:00
tzutalin
ce853362e5
Update README and copying the rect won't add prefix string
2017-03-01 20:33:14 +08:00
tzutalin
5a9439be80
Fix the issue about undefined pos variable
2017-03-01 20:13:02 +08:00
darrenl
a81bc381f7
Merge pull request #60 from des0ps/master
...
Fasten user labelling
2017-03-01 19:21:26 +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
darrenl
700bba348f
Merge pull request #55 from tzutalin/py2-qt4
...
Update lxml-2.3 to lxml-3.7.3 for windows
2017-02-20 17:06:51 +08:00
tzutalin
43e62708d4
Update lxml-2.3 to lxml-3.7.3 for windows
2017-02-20 17:04:07 +08: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 62507a1958 .
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
effc3c0a3d
Update README
2017-02-13 11:33:35 +08:00
tzutalin
318710c8e3
Draft version for supporting change background color
2017-02-08 16:56:24 +08:00
tzutalin
1fb28d81a7
Fix ascii codec issue when outputing pascal file
2017-01-29 22:51:59 +08:00
tzutalin
b7913f4de9
Add Ryan Flynn as one of the contributors
2017-01-16 10:34:25 +08:00
darrenl
f7b688711e
Merge pull request #47 from rflynn/refactor-README
...
refactor README for simplicity and clarity
2017-01-16 10:28:06 +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
darrenl
43b730b6e6
Merge pull request #45 from rflynn/py3qt5
...
Py3qt5
2017-01-09 14:18:29 +08:00
darrenl
d6b3ec8aa8
Merge pull request #42 from rflynn/py3-friendlier-maxint
...
py3 removes sys.maxint, float(inf) works in py2/py3
2016-12-30 11:29:45 +08:00
darrenl
37d968d6b6
Merge pull request #41 from tzutalin/revert-40-build-osx-travis
...
Revert "include osx in travis build"
2016-12-29 10:20:42 +08:00
darrenl
cd4e440c32
Revert "include osx in travis build"
2016-12-29 10:20:32 +08:00
darrenl
445d940968
Merge pull request #38 from rflynn/readme-build-section-canonical
...
refactor/simplify README build instructions so subsections are linkab…
2016-12-29 09:30:57 +08:00
darrenl
831d5f33f0
Merge pull request #40 from rflynn/build-osx-travis
...
include osx in travis build
2016-12-29 09:29:51 +08:00
tzutalin
27bc319fba
UPdate README.md
2016-12-22 21:26:43 +08:00
tzutalin
89bc590136
Use pyinstall v3.2 to build linux binary
2016-12-22 15:43:51 +08:00
darrenl
af76ae25bd
Merge pull request #36 from rflynn/unicode-labels
...
https://github.com/tzutalin/labelImg/issues/31 add support for displa…
2016-12-22 13:17:55 +08:00
darrenl
9a4c922d98
Merge pull request #35 from WillieMaddox/master
...
Fix bbox bug.
2016-12-21 10:01:48 +08:00
darrenl
d9eaef0e40
Merge pull request #32 from Google1234/master
...
Fix a bug
2016-12-17 00:16:44 +08:00
Tzutalin
c73e65eb40
remove clean
2016-12-10 16:24:33 +08:00
tzutalin
dbbd6fc0f7
Update scripts for releasing
2016-12-08 10:09:42 +08:00
tzutalin
51bd7b1ca1
Update README
2016-12-07 15:05:53 +08:00
tzutalin
9792a610e2
Update envsetup.sh to download lxml.exe for building windows
2016-12-07 14:52:30 +08:00
tzutalin
3bbf5e23e5
remove numpy and jsos dependencies, and download pytqt for windows
2016-12-07 14:39:45 +08:00
tzutalin
16e6742094
Update script to build window/linux binary
2016-12-07 11:34:58 +08:00
tzutalin
7ff5f77484
Add envsetup.sh build-window-binary.sh for building windows 32 binary
2016-12-07 10:51:50 +08:00
tzutalin
c111544e12
Upload build-ubuntu-binary.sh
2016-12-06 18:03:15 +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
darrenl
930d111eb8
Merge pull request #25 from Faraadid/pull-request-fixes-issue#18
...
This fixes #18 where openning previous annotation files causes a bug …
2016-11-08 18:11:41 +08:00
darrenl
de98e88dcb
Merge pull request #23 from rflynn/ensure-filename-defined
...
ensure filename variable exists for all code paths
2016-10-24 09:18:42 +08:00
tzutalin
a550ee426d
Update README and add clean in Makefile
2016-10-22 10:27:50 +08:00
tzutalin
616435d8a2
resize demo image
2016-09-06 20:44:19 +08:00
tzutalin
031c6e95bd
Add gitignore, README, and demo icon
2016-09-06 20:42:13 +08:00
tzutalin
f2712d4cc7
Add file list and dock to move faster
2016-09-06 20:39:42 +08:00
tzutalin
4a3a47a7c7
rm opencv module
2016-09-06 17:24:47 +08:00
tzutalin
ab5e4db242
update gif link
2016-06-21 14:14:46 +08:00
tzutalin
110934ca9c
remove unused file and update README
2016-05-10 22:42:13 +08:00
tzutalin
9bbfce26c2
remove requirements.txt
2016-04-19 14:58:44 +08:00
tzutalin
6bd9e31231
Upload build status
2016-04-19 14:56:02 +08:00
tzutalin
3079b300a5
Add travis-ci
2016-04-19 14:36:03 +08:00
tzutalin
64ce0b2dc6
Add LICENSE
2016-04-11 17:18:33 +08:00
tzutalin
b502624f59
Update demo gif and png
2016-04-05 12:28:37 +08:00
tzutalin
c70fc5eae3
Fix typo in README
2016-04-01 09:45:35 +08:00
darrenl
a3557f2f98
Merge pull request #9 from XunChangqing/master
...
bugfix: can not load xml with multiple dots file name such as xxx.xxx.ext
2016-03-26 11:37:14 +08:00
darrenl
f6663a6327
Merge pull request #8 from markd666/master
...
Set a default file name when saving label data.
2016-02-15 19:24:26 +08:00
tzutalin
dd56234989
sort by name while importing all images
2016-01-05 13:51:12 +08:00
tzutalin
4da87bd622
Avoid to be deformed while resizing it
2015-12-17 13:33:13 +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
e85c4568b9
Update README
2015-12-04 22:51:44 +08:00
TzuTa Lin
16de4a1a40
Replace Image with cv2 and upload freeze_build for pyinstaller
2015-11-24 13:08:43 +08:00
TzuTa Lin
30cce26d22
Update README
2015-11-23 14:21:55 +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
db2a223cc3
Update README
2015-11-21 00:32:05 +08:00
tzutalin
ccdc3aecb3
Update README and demo.png
2015-11-21 00:26:00 +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
tzutalin
17fbb5e9a7
Update README
2015-11-16 13:40:19 +08:00
tzutalin
a87ef4c70e
Fix typo
2015-09-18 22:49:00 +08:00
TzuTa Lin
26e1056e02
Add demo.png
2015-09-18 19:29:51 +08:00
TzuTa Lin
8d81647864
mv some of python files to libs
2015-09-17 15:22:58 +08:00
TzuTa Lin
7b8a3bf2af
rename pascal voc writer
2015-09-17 15:00:52 +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