diff --git a/site/content/en/docs/manual/basics/3d-object-annotation-basics.md b/site/content/en/docs/manual/basics/3d-object-annotation-basics.md index b996ac5a..9c7d4fb2 100644 --- a/site/content/en/docs/manual/basics/3d-object-annotation-basics.md +++ b/site/content/en/docs/manual/basics/3d-object-annotation-basics.md @@ -1,7 +1,7 @@ --- title: '3D Object annotation (basics)' linkTitle: '3D Object annotation' -weight: 17 +weight: 19 description: 'Overview of basic operations available when annotating 3D objects.' --- diff --git a/site/content/en/docs/manual/basics/3d-task-workspace.md b/site/content/en/docs/manual/basics/3d-task-workspace.md index f2404f19..dc908619 100644 --- a/site/content/en/docs/manual/basics/3d-task-workspace.md +++ b/site/content/en/docs/manual/basics/3d-task-workspace.md @@ -1,7 +1,7 @@ --- title: '3D task workspace' linkTitle: '3D task workspace' -weight: 11 +weight: 13 --- ![](/images/image214_carla_town3.jpg) diff --git a/site/content/en/docs/manual/basics/attach-cloud-storage.md b/site/content/en/docs/manual/basics/attach-cloud-storage.md index 0839da07..78e8c2c1 100644 --- a/site/content/en/docs/manual/basics/attach-cloud-storage.md +++ b/site/content/en/docs/manual/basics/attach-cloud-storage.md @@ -1,7 +1,7 @@ --- title: 'Attach cloud storage' linkTitle: 'Attach cloud storage' -weight: 21 +weight: 23 description: 'Instructions on how to attach cloud storage using UI' --- diff --git a/site/content/en/docs/manual/basics/attribute-annotation-mode-basics.md b/site/content/en/docs/manual/basics/attribute-annotation-mode-basics.md index c2ef240a..827b9c18 100644 --- a/site/content/en/docs/manual/basics/attribute-annotation-mode-basics.md +++ b/site/content/en/docs/manual/basics/attribute-annotation-mode-basics.md @@ -1,7 +1,7 @@ --- 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. diff --git a/site/content/en/docs/manual/basics/basic-navigation.md b/site/content/en/docs/manual/basics/basic-navigation.md index 2e8d476b..50487bdc 100644 --- a/site/content/en/docs/manual/basics/basic-navigation.md +++ b/site/content/en/docs/manual/basics/basic-navigation.md @@ -1,7 +1,7 @@ --- 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. diff --git a/site/content/en/docs/manual/basics/cloud-storages.md b/site/content/en/docs/manual/basics/cloud-storages.md index 052e3db1..5c1d9221 100644 --- a/site/content/en/docs/manual/basics/cloud-storages.md +++ b/site/content/en/docs/manual/basics/cloud-storages.md @@ -1,7 +1,7 @@ --- title: 'Cloud storages page' linkTitle: 'Cloud storages page' -weight: 20 +weight: 22 description: 'Overview of the cloud storages page.' --- diff --git a/site/content/en/docs/manual/basics/controls-sidebar.md b/site/content/en/docs/manual/basics/controls-sidebar.md index 6dbc2dbd..a6cea773 100644 --- a/site/content/en/docs/manual/basics/controls-sidebar.md +++ b/site/content/en/docs/manual/basics/controls-sidebar.md @@ -1,7 +1,7 @@ --- title: 'Controls sidebar' linkTitle: 'Controls sidebar' -weight: 8 +weight: 10 description: 'Overview of available functions on the controls sidebar of the annotation tool.' --- diff --git a/site/content/en/docs/manual/basics/creating-multi-tasks.md b/site/content/en/docs/manual/basics/creating-multi-tasks.md new file mode 100644 index 00000000..f2c30b99 --- /dev/null +++ b/site/content/en/docs/manual/basics/creating-multi-tasks.md @@ -0,0 +1,73 @@ +--- +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) diff --git a/site/content/en/docs/manual/basics/creating_an_annotation_task.md b/site/content/en/docs/manual/basics/creating_an_annotation_task.md index dc0bdf9f..5cadc8d9 100644 --- a/site/content/en/docs/manual/basics/creating_an_annotation_task.md +++ b/site/content/en/docs/manual/basics/creating_an_annotation_task.md @@ -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. diff --git a/site/content/en/docs/manual/basics/interface.md b/site/content/en/docs/manual/basics/interface.md index 21466042..3deb36a5 100644 --- a/site/content/en/docs/manual/basics/interface.md +++ b/site/content/en/docs/manual/basics/interface.md @@ -1,7 +1,7 @@ --- title: 'Interface of the annotation tool' linkTitle: 'Interface' -weight: 5 +weight: 7 --- ## Main user interface diff --git a/site/content/en/docs/manual/basics/jobs-page.md b/site/content/en/docs/manual/basics/jobs-page.md index 6eddc42b..22acd565 100644 --- a/site/content/en/docs/manual/basics/jobs-page.md +++ b/site/content/en/docs/manual/basics/jobs-page.md @@ -1,7 +1,7 @@ --- title: 'Jobs page' linkTitle: 'Jobs page' -weight: 3 +weight: 4 --- On the jobs page, users (for example, with the worker role) diff --git a/site/content/en/docs/manual/basics/objects-sidebar.md b/site/content/en/docs/manual/basics/objects-sidebar.md index 1631ae20..12b06b3f 100644 --- a/site/content/en/docs/manual/basics/objects-sidebar.md +++ b/site/content/en/docs/manual/basics/objects-sidebar.md @@ -1,7 +1,7 @@ --- title: 'Objects sidebar' linkTitle: 'Objects sidebar' -weight: 9 +weight: 11 description: 'Overview of available functions on the objects sidebar of the annotation tool.' --- diff --git a/site/content/en/docs/manual/basics/settings.md b/site/content/en/docs/manual/basics/settings.md index 19854d5e..166f562e 100644 --- a/site/content/en/docs/manual/basics/settings.md +++ b/site/content/en/docs/manual/basics/settings.md @@ -1,7 +1,7 @@ --- 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`. diff --git a/site/content/en/docs/manual/basics/shape-mode-basics.md b/site/content/en/docs/manual/basics/shape-mode-basics.md index 4450bf89..2eb401c6 100644 --- a/site/content/en/docs/manual/basics/shape-mode-basics.md +++ b/site/content/en/docs/manual/basics/shape-mode-basics.md @@ -1,7 +1,7 @@ --- 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: diff --git a/site/content/en/docs/manual/basics/standard-3d-mode-basics.md b/site/content/en/docs/manual/basics/standard-3d-mode-basics.md index 7469f091..dc9c96d2 100644 --- a/site/content/en/docs/manual/basics/standard-3d-mode-basics.md +++ b/site/content/en/docs/manual/basics/standard-3d-mode-basics.md @@ -1,7 +1,7 @@ --- title: 'Standard 3D mode (basics)' linkTitle: 'Standard 3D mode' -weight: 12 +weight: 14 --- `Standard 3d mode` - Designed to work with 3D data. diff --git a/site/content/en/docs/manual/basics/task-details.md b/site/content/en/docs/manual/basics/task-details.md index abd5f001..38143ecb 100644 --- a/site/content/en/docs/manual/basics/task-details.md +++ b/site/content/en/docs/manual/basics/task-details.md @@ -1,7 +1,7 @@ --- title: 'Task details' linkTitle: 'Task details' -weight: 4 +weight: 6 description: 'Overview of the Task details page.' --- diff --git a/site/content/en/docs/manual/basics/tasks-page.md b/site/content/en/docs/manual/basics/tasks-page.md index 922581bc..4d61345a 100644 --- a/site/content/en/docs/manual/basics/tasks-page.md +++ b/site/content/en/docs/manual/basics/tasks-page.md @@ -1,7 +1,7 @@ --- title: 'Tasks page' linkTitle: 'Tasks page' -weight: 3 +weight: 5 description: 'Overview of the Tasks page.' --- diff --git a/site/content/en/docs/manual/basics/top-panel.md b/site/content/en/docs/manual/basics/top-panel.md index 0fee57f2..71dfc135 100644 --- a/site/content/en/docs/manual/basics/top-panel.md +++ b/site/content/en/docs/manual/basics/top-panel.md @@ -1,7 +1,7 @@ --- 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. diff --git a/site/content/en/docs/manual/basics/track-mode-basics.md b/site/content/en/docs/manual/basics/track-mode-basics.md index be9c6de4..a602c96a 100644 --- a/site/content/en/docs/manual/basics/track-mode-basics.md +++ b/site/content/en/docs/manual/basics/track-mode-basics.md @@ -1,7 +1,7 @@ --- 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: diff --git a/site/content/en/docs/manual/basics/types-of-shapes.md b/site/content/en/docs/manual/basics/types-of-shapes.md index 03fdeabc..6eb86298 100644 --- a/site/content/en/docs/manual/basics/types-of-shapes.md +++ b/site/content/en/docs/manual/basics/types-of-shapes.md @@ -1,7 +1,7 @@ --- 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: diff --git a/site/content/en/docs/manual/basics/vocabulary.md b/site/content/en/docs/manual/basics/vocabulary.md index 2938823f..bae2a37a 100644 --- a/site/content/en/docs/manual/basics/vocabulary.md +++ b/site/content/en/docs/manual/basics/vocabulary.md @@ -1,7 +1,7 @@ --- title: 'Vocabulary' linkTitle: 'Vocabulary' -weight: 19 +weight: 21 description: 'List of terms pertaining to annotation in CVAT.' --- ## Label diff --git a/site/content/en/docs/manual/basics/workspace.md b/site/content/en/docs/manual/basics/workspace.md index 748f33d0..cad2bb9a 100644 --- a/site/content/en/docs/manual/basics/workspace.md +++ b/site/content/en/docs/manual/basics/workspace.md @@ -1,7 +1,7 @@ --- title: 'Workspace' linkTitle: 'Workspace' -weight: 10 +weight: 12 description: 'Overview of available functions on the workspace of the annotation tool.' --- diff --git a/site/content/en/images/image004.jpg b/site/content/en/images/image004.jpg index 61033a98..c4728ea2 100644 Binary files a/site/content/en/images/image004.jpg and b/site/content/en/images/image004.jpg differ diff --git a/site/content/en/images/image123.jpg b/site/content/en/images/image123.jpg index fc664d7d..8df173e0 100644 Binary files a/site/content/en/images/image123.jpg and b/site/content/en/images/image123.jpg differ diff --git a/site/content/en/images/image254.jpg b/site/content/en/images/image254.jpg new file mode 100644 index 00000000..63254d80 Binary files /dev/null and b/site/content/en/images/image254.jpg differ diff --git a/site/content/en/images/image255.jpg b/site/content/en/images/image255.jpg new file mode 100644 index 00000000..58ce3d4a Binary files /dev/null and b/site/content/en/images/image255.jpg differ diff --git a/site/content/en/images/image256.jpg b/site/content/en/images/image256.jpg new file mode 100644 index 00000000..dc771e94 Binary files /dev/null and b/site/content/en/images/image256.jpg differ diff --git a/site/content/en/images/image257.jpg b/site/content/en/images/image257.jpg new file mode 100644 index 00000000..c5d7c01d Binary files /dev/null and b/site/content/en/images/image257.jpg differ diff --git a/site/content/en/images/image258.jpg b/site/content/en/images/image258.jpg new file mode 100644 index 00000000..725afd86 Binary files /dev/null and b/site/content/en/images/image258.jpg differ diff --git a/site/content/en/images/image259.jpg b/site/content/en/images/image259.jpg new file mode 100644 index 00000000..c833ff5d Binary files /dev/null and b/site/content/en/images/image259.jpg differ diff --git a/site/content/en/images/image260.jpg b/site/content/en/images/image260.jpg new file mode 100644 index 00000000..83e91a3a Binary files /dev/null and b/site/content/en/images/image260.jpg differ diff --git a/site/content/en/images/image261.jpg b/site/content/en/images/image261.jpg new file mode 100644 index 00000000..01a7277a Binary files /dev/null and b/site/content/en/images/image261.jpg differ diff --git a/site/content/en/images/image262.jpg b/site/content/en/images/image262.jpg new file mode 100644 index 00000000..1de4e5ba Binary files /dev/null and b/site/content/en/images/image262.jpg differ diff --git a/site/content/en/images/image263.jpg b/site/content/en/images/image263.jpg new file mode 100644 index 00000000..46d248f3 Binary files /dev/null and b/site/content/en/images/image263.jpg differ