diff --git a/CHANGELOG.md b/CHANGELOG.md index dbba9cad1e6..7ab3ccc5478 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -69,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cannot read property 'label' of undefined (Fixed?) () - Excluded track frames marked `outside` in `CVAT for Images` export () - 'List of tasks' Kibana visualization () +- An error on exporting not `jpg` or `png` images in TF Detection API format () ### Security 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