99 Commits (dfb658653f171b13cff8fc6cce15cb7255d2b595)

Author SHA1 Message Date
Michael Selasi Dzamesi 11e398d391
Update serverless-tutorial.md (#5360) 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
Roman Donchenko 580ae49e5a
Migrate to Docker Compose V2 (#5524)
Also, migrate to the version less Compose file format.

Compose V1 is EOL:
<https://www.docker.com/blog/announcing-compose-v2-general-availability/>.
3 years ago
Mariia Acoca 3c8ac1ef7d
Documentation for trackers updated (#5305) 3 years ago
Mariia Acoca 15eecf81af
[Documentation] Typo in Navbar corrected (#5441) 3 years ago
Maxim Zhiltsov 6ac561235c
Improve dataset manifest installation (#5447)
Extracted from #5083 
Related #5096 

- Improved dataset manifest docs
- Dataset manifest requirements are now installed in the server image
- Package dependencies are aligned with the server
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
Maria Khrustaleva e4e8da281a
Fix create manifest command (#5172) 3 years ago
Andrey Zhavoronkov 9cf2989546
Init OPA rules with API instead of file binding (#5047) 3 years ago
Artem Filippov 86f586174c
CVAT docs: integration/fiftyone doc (#5153) 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
Anastasia Yasakova fd666d00ad
Fix project import with skeletons (#4867) 3 years ago
Andrey Chernov b9abbce411
Updated documentation (#4975)
* Updated documentation

- Removed the FAQ from API&SDK
- Changed the weight of the FAQ file

* Fixed errors
3 years ago
Maxim Zhiltsov 68375ec23e
Add SDK docs (#4928)
- Added auth docs in API schema and SDK ApiClient/Config (fixes #1517)
- Added SDK docs with API, SDK and CLI docs
- Added `develop` branch in the docs
- Allowed unauthorized access to `api/docs`, `api/swagger`, `api/schema` endpoints
- Added `--insecure` env var to control host checks in CLI
- Refactored `build_docs.py` (backported https://github.com/openvinotoolkit/datumaro/pull/589)
- Extracted requirements file for site
3 years ago
Anastasia Yasakova aed6de5ce3
Update COCO documentation (#4908) 3 years ago
Boris Sekachev f9a2e27223
Some documentation added for skeletons feature (#4925) 3 years ago
Maxim Zhiltsov 7218f4e283
Add host schema auto-detection in SDK (#4910) 3 years ago
Andrey Zhavoronkov 5e2eda7601
Extend helm to support Serverless functions and Analytics (#110) 4 years ago
Kirill Lakhov 36fdcea8d6
OpenCV.js caching and autoload (#30) 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
Kirill Sizov 3d3903c01f
Rename Docker images (#12) 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
Maxim Zhiltsov fd4a1307b5
CLI package (#59) 4 years ago
Boris Sekachev f960da9117
Added ability to delete frames (#10)
Co-authored-by: Dmitry Kalinin <dmitry.kalinin@intel.com>
Co-authored-by: Nikita Manovich <nikita.manovich@gmail.com>
Co-authored-by: Boris Sekachev <b.sekachev@yandex.ru>
4 years ago
Boris Sekachev 30cc541ae0
Documentation about how to use attributes in nuclio (#33) 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
Adam Hultman eac5b60d9b
Fix typo in dataset manifest docs (#4383) 4 years ago
Maria Khrustaleva dd4a78d8c9
Remove v1 api version support (#4332) 4 years ago
Timur Osmanov e6533a0afd
Update documentation. Update add OpenCV MIL tracker tool (#4299)
* update opencv-tools.md and ai-tools.md

* apply suggestions
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
Maria Khrustaleva 83126c7b5a
API versioning using accept header (#4239) 4 years ago
Timur Osmanov 9fc6a1ec8e
fix mistakes in cli section and update xml_format section (#4263) 4 years ago
Timur Osmanov d96bd55b78
update creating_an_annotation_task.md (#4231) 4 years ago
Timur Osmanov 48edb3c0bd
Update documentation. Fix mistakes in CLI section (#4251)
* fix mistake in cli.md
* add new example in cli section
4 years ago
Timur Osmanov 129584b99e
Update documentation. Update CLI section (#4056) 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