149 Commits

Author SHA1 Message Date
tzutalin
8df94a45c8 Add pip method to README 2017-05-04 10:01:05 +08:00
tzutalin
db3a6ba1b6 Change README to rst format 2017-05-04 09:53:54 +08:00
tzutalin
c5dd714394 Modify build-os.binary.sh 2017-05-03 22:01:31 +08:00
tzutalin
fffc99047b Change version to v1.3.0 2017-05-03 20:03:14 +08:00
tzutalin
b365c103ba Increase version name to 1.2.4 2017-05-03 19:22:55 +08:00
tzutalin
a8de414015 Add missing files 2017-05-03 19:18:56 +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
1787670afa rename test files 2017-05-03 16:27:58 +08:00
tzutalin
9a7ecb4a07 Add ustr.py, add more test, and fix build error for py3 2017-05-03 16:13:08 +08:00
darrenl
4ee8287e51 Merge pull request #80 from ChrisDal/master
Add Difficult checkbox
2017-05-03 02:07:52 -05:00
tzutalin
4810e6fbfb Update README 2017-04-26 11:19:23 +08:00
ChrisDal
04a5e8e7e4 Add difficult in writer 2017-04-25 10:24:06 +02: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
0dae300a61 Add difficult in Shape
Add in shape 
Add in copy shape
2017-04-25 09:48:32 +02:00
ChrisDal
f0f1bb2b5a Select and set as current item last item 2017-04-25 09:44:01 +02:00
ChrisDal
2708b4bbb8 Add Truncated - difficult 2017-04-25 09:39:15 +02:00
ChrisDal
2899d4dbf7 Add Diificult Checkbox and link to items
Difficult Checkbox 
Link to Items
2017-04-25 09:24:34 +02:00
tzutalin
2198c34077 Disable building on osx for CI 2017-04-21 22:17:53 +08:00
darrenl
23a9d2d975 Merge pull request #79 from aaronshan/ruifeng.shan
Resolve some inconvenient use issue.
2017-04-21 21:42:39 +08:00
ruifeng.shan
6dae9fdac7 resolve save utf-8 characters but xml file content is like "哈", not person readable 2017-04-21 15:20:26 +08: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
darrenl
7f1ed5eed3 Create issue_template.md 2017-04-03 10:27:34 +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
darrenl
29f62ad64f Merge pull request #64 from des0ps/feature/verified_flag
Implement verification feature
2017-03-09 11:52:40 +08:00
Jay Young
3778c43fad [IMP] For PyQt5, make scroll can happen on vertical and horizontal at the same time 2017-03-08 12:35:33 +08:00
Jay Young
f631ce9339 [FIX]in PyQT5, scroll does not work, because PyQT5 deprecated the orientation and delte method under QWheelEvent and replaced by angleDelta, so I add some code to detect what version of qt and use the correspond method to get delta 2017-03-08 12:30:12 +08:00
Jay Young
4d1ed6f7e6 [FIX]move hot key for open annotation from ctrl+q to Ctrl+Shift+O to avoid colision with Mac universial application quit key Command+Q 2017-03-08 11:41:06 +08:00
Jay Young
7460e4316b [FIX]when startup with out specify image, self.filePath will be None, but when loadFile get it, the filePath is 'None', so if there real is a img name as None, it will open it unexceptly
[FIX]when open file, QImageReader.supportedImageFormats() gives items in QbyteArray type, so if do str(fmt) will gives bbmp so that open prompt will not be able to open any thing
[FIX]in PyQT5, QFileDialog.getOpenFileName returns a tuple with (filename,filters)
2017-03-08 11:29:43 +08:00
Thibaut Mattio
1055c3c85e Add documentation for the verification feature 2017-03-08 11:28:03 +08:00
Thibaut Mattio
6151e9cf6a Fix crash when verified key does not exist 2017-03-08 11:26:51 +08:00
Thibaut Mattio
3abd685a8d Implement verified feature
When pressing space, the user can flag the image as verified, a green background will appear.
This is used when creating a dataset automatically, the user can then through all the pictures and flag them instead of annotate them.
2017-03-08 11:01:36 +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
Thibaut Mattio
6600f9fe30 Annotate on release mouse 2017-02-28 13:29:56 +08:00
Thibaut Mattio
1f01cf9074 Remove confirmation when deleting a ROI 2017-02-28 13:29:38 +08:00
Thibaut Mattio
77d5fae05f Save an annotation file when there is no ROI 2017-02-28 13:18:26 +08:00
Thibaut Mattio
c5c2a34a39 Apply PEP recommendation on formatting
Running pylint to make the code complient with PEP recommendations on lintage.
2017-02-28 11:50:15 +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
Alexey
36ab14943e Set focus on canvas after image is loaded 2017-02-23 15:59:54 +03: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