59 Commits (87f07fd3918611a440f58fdb7d0fcaa02539c4c6)

Author SHA1 Message Date
Roman Donchenko 89f403b7e2
Fix typos/misspellings in the documentation (#5687) 3 years ago
Mariia Acoca 6acf244d65
Documentation for multitask updated (#5590) 3 years ago
Mariia Acoca 1071e2379c
Type filed description added, general task configurator update (#5547)
Task configurator documentation page updated:
- Converted content into tables
- Updated screenshot
- Added description of new fields and functions
3 years ago
Mariia Acoca d0c52d87d9
[Documentation] Propagate backward added to the docs (#5434)
<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md)
guide. -->

- Propagate backward description added to the doc
- Related screenshots updated

### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->

### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->

### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- [ ] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md)
file
- [x] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation)
accordingly
- [ ] I have added tests to cover my changes
- [ ] I have linked related issues ([read github docs](

https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))
- [ ] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning),

[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning)
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning))

### License

- [ ] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE) that covers the
project.
  Feel free to contact the maintainers if that's a concern.

Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru>
3 years ago
Mariia Acoca 06f3359a69
[Documentation] Added description of delete frame shortcut (#5534) 3 years ago
Mariia Acoca 15eecf81af
[Documentation] Typo in Navbar corrected (#5441) 3 years ago
Mariia Acoca c26590c043
Update authentication documentation (#5342)
User authorization documentation updated:

- Screenshots
- Procedure descriptions
- Links
3 years ago
Roman Donchenko 0ab445b7a8
Replace unintended Cyrillic C letters with Latin C (#5334)
The only change in production code is the one in `shortcuts-reducer.ts`.
It makes no functional difference, however, because the shortcut in
question is not handled by the regular shortcut mechanism; the control
key is handled separately in `interactionHandler.ts`, while the string
"ctrl" in `shortcuts-reducer.ts` is only used for display purposes.

Fix ESLint errors in altered files, as well.

<!-- Raised an issue to propose your change
(https://github.com/cvat-ai/cvat/issues).
It helps to avoid duplication of efforts from multiple independent
contributors.
Discuss your ideas with maintainers to be sure that changes will be
approved and merged.
Read the
[CONTRIBUTION](https://github.com/cvat-ai/cvat/blob/develop/CONTRIBUTING.md)
guide. -->

<!-- Provide a general summary of your changes in the Title above -->

### Motivation and context
<!-- Why is this change required? What problem does it solve? If it
fixes an open
issue, please link to the issue here. Describe your changes in detail,
add
screenshots. -->
These Cyrillic Cs interfere with searching and can cause confusion.

### How has this been tested?
<!-- Please describe in detail how you tested your changes.
Include details of your testing environment, and the tests you ran to
see how your change affects other areas of the code, etc. -->
I'm relying on GitHub Actions.

### Checklist
<!-- Go over all the following points, and put an `x` in all the boxes
that apply.
If an item isn't applicable by a reason then ~~explicitly
strikethrough~~ the whole
line. If you don't do that github will show an incorrect process for the
pull request.
If you're unsure about any of these, don't hesitate to ask. We're here
to help! -->
- [x] I submit my changes into the `develop` branch
- ~~[ ] I have added a description of my changes into
[CHANGELOG](https://github.com/cvat-ai/cvat/blob/develop/CHANGELOG.md)
file~~
- ~~[ ] I have updated the [documentation](
https://github.com/cvat-ai/cvat/blob/develop/README.md#documentation)
accordingly~~
- ~~[ ] I have added tests to cover my changes~~
- ~~[ ] I have linked related issues ([read github docs](

https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword))~~
- ~~[ ] I have increased versions of npm packages if it is necessary
([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning),

[cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning),
[cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning)
and
[cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning))~~

### License

- [x] I submit _my code changes_ under the same [MIT License](
https://github.com/cvat-ai/cvat/blob/develop/LICENSE) that covers the
project.
  Feel free to contact the maintainers if that's a concern.
3 years ago
Mariia Acoca 7944ef8b52
Annotation with brushing tools (#5269) 3 years ago
Andrey Zhavoronkov 9cf2989546
Init OPA rules with API instead of file binding (#5047) 3 years ago
Kirill Sizov 7b3339e89d
fix remark error (#5155) 3 years ago
Boris Sekachev 1fdec2cf73
Updated docs (#5154) 3 years ago
Artem Filippov 4fccc861b1
CVAT docs: authorization doc updated (#5121) 3 years ago
Artem Filippov fe9898f079
CVAT docs: multi tasks creation (#5068)
* attach cloud storages

"creating an annotation task", "projects", "export/import datasets" and "backup" docs were updated

* attach cloud storage(updated)

* Update site/content/en/docs/manual/advanced/backup.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/backup.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/basics/creating_an_annotation_task.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/basics/creating_an_annotation_task.md

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>

* Source & target storage(updated)

* added creating multi tasks doc

changed weights of docs in basics + replaced some images for the "creating an annotation task" doc

* added creating multi tasks doc(updated))

* added creating multi tasks doc(remark fixed)

Co-authored-by: Maria Khrustaleva <maya17grd@gmail.com>
3 years ago
Artem Filippov 55913f0096
Source & target storage documentation (#5014) 3 years ago
Boris Sekachev f9a2e27223
Some documentation added for skeletons feature (#4925) 3 years ago
Andrey Zhavoronkov 5e2eda7601
Extend helm to support Serverless functions and Analytics (#110) 4 years ago
Aleksey Alekseev d747e8c5fa
Update docs for creating task/project dialog (#54) 4 years ago
Ryan Hirasaki f09c0627c3
Update text for dataset chunking in task creation (#33) 4 years ago
Boris Sekachev 1a94190572
Changed links openvinotoolkit > cvat-ai (#3)
Changed links openvinotoolkit > cvat.ai
4 years ago
Kirill Lakhov 5b65ecfd83
Documentation for Tags on frames (#115) 4 years ago
Timur Osmanov d42e37c714
Update documentation. Update sections about pages (#4480)
* update docs

* fix linter errors

* fix and resize image100_detrac.jpg

* apply part of suggestions

* apply suggestions

* fix linter errors

* fix links

* fix linter error

* fix mistake

* fix mistake
4 years ago
Timur Osmanov c1a137ad99
Update documentation. Add "Jobs page" section and update "Filter" and "Vocabulary" sections (#4411)
* add jobs-page and update filter and vocabulary

* fix linter errors

* apply suggestion
4 years ago
Timur Osmanov 07ae9a3e4f
Update documentation. Add information about git flexibility after task creation (#4401)
* update task-synchronization.md, creating_an_annotation_task.md and task-details.md

* update task-details.md

* fix mistake

* apply suggestions

* fix linter error
4 years ago
Timur Osmanov d2e691cfae
Update documentation. Added information about pop-up messages (#4316)
* update interface.md

* fix mistakes

* fix mistake
4 years ago
Timur Osmanov d96bd55b78
update creating_an_annotation_task.md (#4231) 4 years ago
Boris Sekachev f97db1c1ed
Updated documentation and screenshot with labels editor (#4190)
* Updated documentation and screenshot with labels editor

* Resized images
4 years ago
Timur Osmanov b6f3b05bb1
Update Documentation. Add documentation about ellipses (#4172)
* add documentation about ellipses

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* Update site/content/en/docs/manual/advanced/annotation-with-ellipses.md

* fix mistake

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Timur Osmanov c9aa9a12e1
Update Documentation about export, import and backup features (#4150) 4 years ago
Timur Osmanov d651cd6997
Improved documentation site. Adding a copy button for code blocks (#4024) 4 years ago
Timur Osmanov 877daa4f2a
Update documentation. Add organization section (#4080)
* add organization section

* fix linter errors

* fix mistake

* update roles description and other sections

* fix linter error

* update task-details.md

* fix mistake

* update review section

* fix linter error

* apply suggestions

* fix linter error
4 years ago
Nikita Manovich 4708b5ecf8
IAM: Open Policy Agent integration (#3788)
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
Co-authored-by: Dmitry Kruchinin <dmitryx.kruchinin@intel.com>
4 years ago
Timur Osmanov 73a0c6499c
Update documentation. Update the settings section (#4034)
* update settings.md

* fix mistakes
4 years ago
Timur Osmanov e39a17b0ac
Update documentation. Added tutorial about attach google cloud storage (#3995)
* add google cloud storage tutorial

* update attach-cloud-storage.md

* apply suggestion

* apply suggestion v 2

* update images

* fix mistakes

* Update site/content/en/docs/manual/basics/attach-cloud-storage.md

Co-authored-by: Maria Khrustaleva <maria.khrustaleva@intel.com>

* fix linter error

Co-authored-by: Maria Khrustaleva <maria.khrustaleva@intel.com>
4 years ago
Maria Khrustaleva 68fbcdec43
Added sorting methods (#3937) 4 years ago
Timur Osmanov 4c52438991
Update documentation about options to switch font size and position of the text (#3989)
* update settings section

* fix mistakes

* Update site/content/en/docs/manual/basics/settings.md

* Update site/content/en/docs/manual/basics/settings.md

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Timur Osmanov 3dac403d90
Update the documentation about the smooth image option (#3947)
* update settings section

* update image067.jpg

* fix linter errors
4 years ago
Timur Osmanov 723b2a8327
update docs rotated bbox (#3924) 4 years ago
Maria Khrustaleva 500229041e
Update doc (#3891) 4 years ago
Timur Osmanov 2cbe1d5ca6
Add documentation about remove annotation in a frame range (#3854)
* update docs

* fix mistakes
4 years ago
Timur Osmanov 483e4f6a58
Improving documentation about tracker SiamMask (#3807)
* update docs

* fix mistakes

* fix file name

* fix mistake
4 years ago
Timur Osmanov d3554c5375
Add Azure Blob Container tutorial for cloudstorages (#3778) 4 years ago
Dmitry Kruchinin e484aa7587
Migrate to node 16, npm 7. (#3773)
* Migrate to node 16 and nmp 7.

* Step 2

* Moving eslint to one package.json

* Fix package for 3D

* Update package files

* Fix package.json. Update package-lock.json. Update DockeFile.ui

* Change "node-sass" to "sass" due to snyk issues

* Automatically update your stylesheets due to DEPRECATION WARNING from sass

* Moving all dev dependencies to root package.json

* Remove unnecessary dependence from cvat-core-package.json

* Update of the year in copyrights

* Update CHANGELOG.md

* Define workspaces

* Update npm command to root package.json

* Update npm commands and corresponding files

* Update npm command.

* Fix Dockerfile.ui

* Fix error loading rule '@typescript-eslint/dot-notation'

* Fix eslint check issue

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Artem Filippov cf6878e19c
Documentation update, added information about trackers (#3754)
* added information about tracker

* remark fixes

* Update site/content/en/docs/manual/advanced/ai-tools.md

Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com>

* updated installation automatic annotation guide

* Update site/content/en/docs/administration/advanced/installation_automatic_annotation.md

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>

* Update site/content/en/docs/manual/advanced/ai-tools.md

Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>

Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com>
Co-authored-by: Boris Sekachev <boris.sekachev@intel.com>
4 years ago
Timur Osmanov ced1bc8cb3
Documentation update, added info about the cloud storage UI and add AWS-S3 tutorial (#3745)
* added info about cloud storage ui

* fixed linter errors, improved list spacing

* fixed linter errors v2

* fixed mistakes & indentation

* Apply suggestions from code review

Co-authored-by: Timur Osmanov <54434686+TOsmanov@users.noreply.github.com>

* fixed errors & indentation issues

* fixed errors & indentation issues v2

* fix mistakes in attach-cloud-storage.md

* apply suggestions v2

* add aws-s3 tutorial

* fix linter errors

* update attach-cloud-storage.md

* fix mistakes

* update attach-cloud-storage.md

* update image

* fix link

* update attach cloud storage section

* fix markup

* fix mistake

* fix mistake

* update the example manifest

* apply suggestions

Co-authored-by: Motov <alexeyx.motov@intel.com>
Co-authored-by: amotovx <87861362+amotovx@users.noreply.github.com>
4 years ago
amotovx 4d8172c64a
Documentation update, added info about the cloud storage UI (#3724) 4 years ago
Timur Osmanov 6df808dfce
Improve versioning of the documentation website and fix page 404 (#3632)
* improve versioning of the documentation website

* fix version dropdown menu

* fix linter errors

* hide contribuiting subsections and update site/build_docs.py

* revert changes contributing section and remove unwanted text
4 years ago
Artem Filippov e5a94ff74d
sorting headers in Manual (#3648) 4 years ago
Artem Filippov 9f31fb3882
Improve documentation, correction of the "Creating an annotation task" page structure (#3586)
* updating creating task page

* remark fixes

* corrected info about synchronization status
5 years ago
Artem Filippov 741d3974ab
updated 3d object annotation page (#3608) 5 years ago