Bump to 1.8.5
This commit is contained in:
parent
bf1da53b21
commit
0c09c7c5d1
@ -1,6 +1,14 @@
|
||||
History
|
||||
=======
|
||||
|
||||
1.8.5 (2021-04-11)
|
||||
------------------
|
||||
|
||||
* Merged a couple of PRs
|
||||
* Fixed issues
|
||||
* Support CreateML format
|
||||
|
||||
|
||||
1.8.4 (2020-11-04)
|
||||
------------------
|
||||
|
||||
|
||||
@ -234,7 +234,7 @@ Hotkeys
|
||||
+--------------------+--------------------------------------------+
|
||||
| Ctrl-- | Zoom out |
|
||||
+--------------------+--------------------------------------------+
|
||||
| ↑→↓← | Keyboard arrows to move selected rect box |
|
||||
| ↑→↓← | Keyboard arrows to move selected rect box |
|
||||
+--------------------+--------------------------------------------+
|
||||
|
||||
**Verify Image:**
|
||||
@ -269,7 +269,7 @@ License
|
||||
Citation: Tzutalin. LabelImg. Git code (2015). https://github.com/tzutalin/labelImg
|
||||
|
||||
Related and additional tools
|
||||
~~~~~~~
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
1. `ImageNet Utils <https://github.com/tzutalin/ImageNet_Utils>`__ to
|
||||
download image, create a label text for machine learning, etc
|
||||
|
||||
@ -1,2 +1,2 @@
|
||||
__version_info__ = ('1', '8', '4')
|
||||
__version_info__ = ('1', '8', '5')
|
||||
__version__ = '.'.join(__version_info__)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user