Image quality parameter mismatch #1900 (#1904)

* make intuitive and consistent definition of 'Image quality' parameter across Task creation context and documentation.

* updated changelog

Co-authored-by: Liron Ilouz <liron@tapwithus.com>
main
Liron Ilouz 6 years ago committed by GitHub
parent f678b66d8b
commit cb114b5286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 (<https://github.com/opencv/cvat/pull/1874>) - Hidden points and cuboids can be selected to be groupped (<https://github.com/opencv/cvat/pull/1874>)
- `outside` annotations should not be in exported images (<https://github.com/opencv/cvat/issues/1620>) - `outside` annotations should not be in exported images (<https://github.com/opencv/cvat/issues/1620>)
- `CVAT for video format` import error with interpolation (<https://github.com/opencv/cvat/issues/1893>) - `CVAT for video format` import error with interpolation (<https://github.com/opencv/cvat/issues/1893>)
- `Image compression` definition mismatch (<https://github.com/opencv/cvat/issues/1900>)
### Security ### Security
- -

@ -142,7 +142,7 @@ class AdvancedConfigurationForm extends React.PureComponent<Props> {
return ( return (
<Form.Item label={<span>Image quality</span>}> <Form.Item label={<span>Image quality</span>}>
<Tooltip title='Defines image compression level'> <Tooltip title='Defines image quality level'>
{form.getFieldDecorator('imageQuality', { {form.getFieldDecorator('imageQuality', {
initialValue: 70, initialValue: 70,
rules: [{ rules: [{

@ -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. **Image Quality**. Use this option to specify quality of uploaded images.
The option helps to load high resolution datasets faster. 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. **Overlap Size**. Use this option to make overlapped segments.
The option makes tracks continuous from one segment into another. The option makes tracks continuous from one segment into another.

Loading…
Cancel
Save