From b0a97f9ff002aae5e47bb8702ee724351f0c8852 Mon Sep 17 00:00:00 2001 From: Liron Ilouz Date: Wed, 15 Jul 2020 12:10:00 +0300 Subject: [PATCH 1/2] make intuitive and consistent definition of 'Image quality' parameter across Task creation context and documentation. --- .../components/create-task-page/advanced-configuration-form.tsx | 2 +- cvat/apps/documentation/user_guide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx b/cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx index f97fa17e9639..b038408bf833 100644 --- a/cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx +++ b/cvat-ui/src/components/create-task-page/advanced-configuration-form.tsx @@ -142,7 +142,7 @@ class AdvancedConfigurationForm extends React.PureComponent { return ( Image quality}> - + {form.getFieldDecorator('imageQuality', { initialValue: 70, rules: [{ diff --git a/cvat/apps/documentation/user_guide.md b/cvat/apps/documentation/user_guide.md index 0a01c1d0df86..49af9663dd52 100644 --- a/cvat/apps/documentation/user_guide.md +++ b/cvat/apps/documentation/user_guide.md @@ -152,7 +152,7 @@ Go to the [Django administration panel](http://localhost:8080/admin). There you **Image Quality**. Use this option to specify quality of uploaded images. The option helps to load high resolution datasets faster. - Use the value from ``1`` (completely compressed images) to ``95`` (almost not compressed images). + Use the value from ``5`` (almost completely compressed images) to ``100`` (not compressed images). **Overlap Size**. Use this option to make overlapped segments. The option makes tracks continuous from one segment into another. From 9b6baaf6202c61379c581f591ecc449c42139d03 Mon Sep 17 00:00:00 2001 From: Liron Ilouz Date: Wed, 15 Jul 2020 12:15:38 +0300 Subject: [PATCH 2/2] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83825c323970..2c1eb3ad038f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Hidden points and cuboids can be selected to be groupped () - `outside` annotations should not be in exported images () - `CVAT for video format` import error with interpolation () +- `Image compression` definition mismatch () ### Security -