From 611f332238d7b0a6f84c53e508ad6979c0530cab Mon Sep 17 00:00:00 2001 From: Zhiltsov Max Date: Wed, 28 Oct 2020 17:57:01 +0300 Subject: [PATCH 1/2] update datumaro to 0.1.3 --- cvat/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 60613b4356c..4d9dabf1e33 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -44,4 +44,4 @@ tensorflow==2.2.1 # Optional requirement of Datumaro # archives. Don't use as a python module because it has GPL license. patool==1.12 diskcache==5.0.2 -git+https://github.com/openvinotoolkit/datumaro@v0.1.2 \ No newline at end of file +git+https://github.com/openvinotoolkit/datumaro@v0.1.3 \ No newline at end of file From 1cb0fabd39dafcd8b5845df1ca86c65dd7cdca8b Mon Sep 17 00:00:00 2001 From: Zhiltsov Max Date: Wed, 28 Oct 2020 17:57:16 +0300 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49d49d3bbca..b13c3526bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -68,6 +68,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Exception: Cannot read property "each" of undefined after drawing a single point () - Cannot read property 'label' of undefined (Fixed?) () - Excluded track frames marked `outside` in `CVAT for Images` export () +- An error on exporting not `jpg` or `png` images in TF Detection API format () ### Security