未验证 提交 fe9898f0 编写于 作者: A Artem Filippov 提交者: GitHub

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: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/backup.md
Co-authored-by: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md
Co-authored-by: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md
Co-authored-by: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/advanced/export-import-datasets.md
Co-authored-by: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/basics/creating_an_annotation_task.md
Co-authored-by: NMaria Khrustaleva <maya17grd@gmail.com>

* Update site/content/en/docs/manual/basics/creating_an_annotation_task.md
Co-authored-by: NMaria 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: NMaria Khrustaleva <maya17grd@gmail.com>
上级 8ebfdaf3
---
title: '3D Object annotation (basics)'
linkTitle: '3D Object annotation'
weight: 17
weight: 19
description: 'Overview of basic operations available when annotating 3D objects.'
---
......
---
title: '3D task workspace'
linkTitle: '3D task workspace'
weight: 11
weight: 13
---
![](/images/image214_carla_town3.jpg)
......
---
title: 'Attach cloud storage'
linkTitle: 'Attach cloud storage'
weight: 21
weight: 23
description: 'Instructions on how to attach cloud storage using UI'
---
......
---
title: 'Attribute annotation mode (basics)'
linkTitle: 'Attribute annotation mode'
weight: 18
weight: 20
description: 'Usage examples and basic operations available in attribute annotation mode.'
---
- In this mode you can edit attributes with fast navigation between objects and frames using a keyboard.
......
---
title: 'Basic navigation'
linkTitle: 'Basic navigation'
weight: 6
weight: 8
description: 'Overview of basic controls.'
---
1. Use arrows below to move to the next/previous frame.
......
---
title: 'Cloud storages page'
linkTitle: 'Cloud storages page'
weight: 20
weight: 22
description: 'Overview of the cloud storages page.'
---
......
---
title: 'Controls sidebar'
linkTitle: 'Controls sidebar'
weight: 8
weight: 10
description: 'Overview of available functions on the controls sidebar of the annotation tool.'
---
......
---
title: 'Creating multi tasks'
linkTitle: 'Creating multi tasks'
weight: 3
description: 'Instructions on how to create and configure multi tasks.'
---
In case when you have a few videos and you don't want to set up CVAT tasks one-by-one manually,
you can use the `multi tasks` option.
> This feature is available for videos only.
Create several tasks pressing `+` button and select `Create multi tasks` on the tasks page or on the project page.
![](/images/image254.jpg)
Specify the task parameters:
- In the `Name` text field, there is a template you can use for quick and simple task naming.
![](/images/image255.jpg)
In the template you can manage the following:
- some_text - any text that will be entered into the template will be the same for all created tasks.
- {{index}} - index file in set (sets a number of a task starting from 0).
- {{file_name}} - name of file (sets a task name from a filename).
You can find out a prompt by hovering the mouse over the text `When forming the name, a template is used`.
![](/images/image256.jpg)
- [Project](/docs/manual/basics/creating_an_annotation_task/#projects), [labels](/docs/manual/basics/creating_an_annotation_task/#labels), [select files](/docs/manual/basics/creating_an_annotation_task/#select-files) and [advanced configuration](/docs/manual/basics/creating_an_annotation_task/#advanced-configuration) are filled in the same way as when [creating an annotation task](/docs/manual/basics/creating_an_annotation_task/).
> It is not possible yet to use cloud storages for multi tasks creation.
![](/images/image257.jpg)
1. Let's specify in the `Name` field the `Road_annotation-{{index}}-{{file_name}}` string,
where `Road_annotation` is “any text” (let it match to the task type name). The task index number and the video file
name will be specified after it.
1. After selecting files, file names will be shown under the `Select files` section.
In case of there are more than 4 files, the total number of selected files will be displayed only.
![](/images/image258.jpg)
1. The `Submit` button indicates how many tasks will be created.
After clicking on the `Submit` button, information about tasks creation process will be displayed.
![](/images/image259.jpg)
If there were no errors during the process of creating tasks, we can complete this by clicking on `Ok`.
![](/images/image260.jpg)
This is how the created tasks will look like.
![](/images/image261.jpg)
## Errors
You can face with the following errors during multi tasks creation:
- If where were no video files selected, this warning will be shown.
![](/images/image262.jpg)
- If during tasks creation there was not possible to process with some videos,
the names of such videos will be displayed in the `Failed files` list. In this case, you can try
to create tasks for these videos one more time by clicking on the `Retry failed tasks` button,
or you can click on the `Ok` button to skip these videos.
![](/images/image263.jpg)
......@@ -6,9 +6,10 @@ description: 'Instructions on how to create and configure an annotation task.'
---
Create an annotation task pressing `+` button and select `Create new task` on the tasks page or on the project page.
![](/images/image004.jpg)
> Notice that the task will be created in the organization that you selected at the time of creation.
> Notice that the task will be created inside the organization that you had selected at the time of creation.
> Read more about [organizations](/docs/manual/advanced/organization/).
Specify parameters of the task:
......@@ -32,6 +33,7 @@ The project that this task will be related with.
There are two ways of working with labels (available only if the task is not related to the project):
- The `Constructor` is a simple way to add and adjust labels. To add a new label click the `Add label` button.
![](/images/image123.jpg)
You can set a name of the label in the `Label name` field and choose a color for each label.
......
---
title: 'Interface of the annotation tool'
linkTitle: 'Interface'
weight: 5
weight: 7
---
## Main user interface
......
---
title: 'Jobs page'
linkTitle: 'Jobs page'
weight: 3
weight: 4
---
On the jobs page, users (for example, with the worker role)
......
---
title: 'Objects sidebar'
linkTitle: 'Objects sidebar'
weight: 9
weight: 11
description: 'Overview of available functions on the objects sidebar of the annotation tool.'
---
......
---
title: 'Settings'
linkTitle: 'Settings'
weight: 13
weight: 15
---
To open the settings open the user menu in the header and select the settings item or press `F2`.
......
---
title: 'Shape mode (basics)'
linkTitle: 'Shape mode'
weight: 15
weight: 17
description: 'Usage examples and basic operations available during annotation in shape mode.'
---
Usage examples:
......
---
title: 'Standard 3D mode (basics)'
linkTitle: 'Standard 3D mode'
weight: 12
weight: 14
---
`Standard 3d mode` - Designed to work with 3D data.
......
---
title: 'Task details'
linkTitle: 'Task details'
weight: 4
weight: 6
description: 'Overview of the Task details page.'
---
......
---
title: 'Tasks page'
linkTitle: 'Tasks page'
weight: 3
weight: 5
description: 'Overview of the Tasks page.'
---
......
---
title: 'Top Panel'
linkTitle: 'Top Panel'
weight: 7
weight: 9
description: 'Overview of controls available on the top panel of the annotation tool.'
---
......@@ -57,7 +57,7 @@ Used to complete the creation of the object. This button appears only when the o
![](/images/image226.jpg)
Used to pause automatic line creation when drawing a polygon with
Used to pause automatic line creation when drawing a polygon with
[OpenCV Intelligent scissors](/docs/manual/advanced/opencv-tools/#intelligent-scissors).
Also used to postpone server requests when creating an object using [AI Tools](/docs/manual/advanced/ai-tools/).
When blocking is activated, the button turns blue.
......
---
title: 'Track mode (basics)'
linkTitle: 'Track mode'
weight: 16
weight: 18
description: 'Usage examples and basic operations available during annotation in track mode.'
---
Usage examples:
......
---
title: 'Types of shapes'
linkTitle: 'Types of shapes'
weight: 14
weight: 16
description: 'List of shapes available for annotation.'
---
There are several shapes with which you can annotate your images:
......
---
title: 'Vocabulary'
linkTitle: 'Vocabulary'
weight: 19
weight: 21
description: 'List of terms pertaining to annotation in CVAT.'
---
## Label
......
---
title: 'Workspace'
linkTitle: 'Workspace'
weight: 10
weight: 12
description: 'Overview of available functions on the workspace of the annotation tool.'
---
......
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
此差异由.gitattributes 抑制。
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册