Bump to 1.8.5
This commit is contained in:
parent
bf1da53b21
commit
0c09c7c5d1
@ -1,6 +1,14 @@
|
|||||||
History
|
History
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
1.8.5 (2021-04-11)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Merged a couple of PRs
|
||||||
|
* Fixed issues
|
||||||
|
* Support CreateML format
|
||||||
|
|
||||||
|
|
||||||
1.8.4 (2020-11-04)
|
1.8.4 (2020-11-04)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
@ -269,7 +269,7 @@ License
|
|||||||
Citation: Tzutalin. LabelImg. Git code (2015). https://github.com/tzutalin/labelImg
|
Citation: Tzutalin. LabelImg. Git code (2015). https://github.com/tzutalin/labelImg
|
||||||
|
|
||||||
Related and additional tools
|
Related and additional tools
|
||||||
~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
1. `ImageNet Utils <https://github.com/tzutalin/ImageNet_Utils>`__ to
|
1. `ImageNet Utils <https://github.com/tzutalin/ImageNet_Utils>`__ to
|
||||||
download image, create a label text for machine learning, etc
|
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__)
|
__version__ = '.'.join(__version_info__)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user