diff --git a/site/content/en/docs/for-users/user-guide/creating_an_annotation_task.md b/site/content/en/docs/for-users/user-guide/creating_an_annotation_task.md index fc459a02..24d5a53e 100644 --- a/site/content/en/docs/for-users/user-guide/creating_an_annotation_task.md +++ b/site/content/en/docs/for-users/user-guide/creating_an_annotation_task.md @@ -176,44 +176,10 @@ weight: 2 - [CVAT](/docs/for-developers/xml_format/) accepts both video and image sub-formats. - `Automatic Annotation` — automatic annotation with OpenVINO toolkit. Presence depends on how you build CVAT instance. + - `Move to project` — Moving the task to the project (can be used to move a task from one project to another). + Note that attributes reset during the moving process. In case of label mismatch, + you can create or delete necessary labels in the project/task. + Some task labels can be matched with the target project labels. - `Delete` — delete task. - Push `Open` button to go to task details. - -1. Task details is a task page which contains a preview, a progress bar - and the details of the task (specified when the task was created) and the jobs section. - - ![](/images/image131_detrac.jpg) - - - The next actions are available on this page: - 1. Change the task’s title. - 1. Open `Actions` menu. - 1. Change issue tracker or open issue tracker if it is specified. - 1. Change labels (available only if the task is not related to the project). - You can add new labels or add attributes for the existing labels in the Raw mode or the Constructor mode. - By clicking `Copy` you will copy the labels to the clipboard. - 1. Assigned to — is used to assign a task to a person. Start typing an assignee’s name and/or - choose the right person out of the dropdown list. - - `Jobs` — is a list of all jobs for a particular task. Here you can find the next data: - - Jobs name with a hyperlink to it. - - Frames — the frame interval. - - A status of the job. The status is specified by the user in the menu inside the job. - There are three types of status: annotation, validation or completed. - The status of the job is changes the progress bar of the task. - - Started on — start date of this job. - - Duration — is the amount of time the job is being worked. - - Assignee is the user who is working on the job. - You can start typing an assignee’s name and/or choose the right person out of the dropdown list. - - Reviewer – a user assigned to carry out the review, read more in the [review](/docs/for-users/user-guide/advanced/review/) section. - - `Copy`. By clicking `Copy` you will copy the job list to the clipboard. - The job list contains direct links to jobs. - - You can filter or sort jobs by status, as well as by assigner or reviewer. - -1. Follow a link inside `Jobs` section to start annotation process. - In some cases, you can have several links. It depends on size of your - task and `Overlap Size` and `Segment Size` parameters. To improve - UX, only the first chunk of several frames will be loaded and you will be able - to annotate first images. Other frames will be loaded in background. - - ![](/images/image007_detrac.jpg) + Push `Open` button to go to [task details](/docs/for-users/user-guide/task-details). diff --git a/site/content/en/docs/for-users/user-guide/task-details.md b/site/content/en/docs/for-users/user-guide/task-details.md new file mode 100644 index 00000000..300cfcd9 --- /dev/null +++ b/site/content/en/docs/for-users/user-guide/task-details.md @@ -0,0 +1,43 @@ +--- +title: "Task details" +linkTitle: "Task details" +weight: 2.5 +--- + +Task details is a task page which contains a preview, a progress bar +and the details of the task (specified when the task was created) and the jobs section. + +![](/images/image131_detrac.jpg) + +- The next actions are available on this page: + 1. Change the task’s title. + 1. Open `Actions` menu. + 1. Change issue tracker or open issue tracker if it is specified. + 1. Change labels (available only if the task is not related to the project). + You can add new labels or add attributes for the existing labels in the Raw mode or the Constructor mode. + By clicking `Copy` you will copy the labels to the clipboard. + 1. Assigned to — is used to assign a task to a person. Start typing an assignee’s name and/or + choose the right person out of the dropdown list. +- `Jobs` — is a list of all jobs for a particular task. Here you can find the next data: + - Jobs name with a hyperlink to it. + - Frames — the frame interval. + - A status of the job. The status is specified by the user in the menu inside the job. + There are three types of status: annotation, validation or completed. + The status of the job is changes the progress bar of the task. + - Started on — start date of this job. + - Duration — is the amount of time the job is being worked. + - Assignee is the user who is working on the job. + You can start typing an assignee’s name and/or choose the right person out of the dropdown list. + - Reviewer – a user assigned to carry out the review, read more in the [review](/docs/for-users/user-guide/advanced/review/) section. + - `Copy`. By clicking `Copy` you will copy the job list to the clipboard. + The job list contains direct links to jobs. + + You can filter or sort jobs by status, as well as by assigner or reviewer. + +Follow a link inside `Jobs` section to start annotation process. +In some cases, you can have several links. It depends on size of your +task and `Overlap Size` and `Segment Size` parameters. To improve +UX, only the first chunk of several frames will be loaded and you will be able +to annotate first images. Other frames will be loaded in background. + +![](/images/image007_detrac.jpg) diff --git a/site/content/en/images/image125.jpg b/site/content/en/images/image125.jpg index 60c09c03..7d503ef1 100644 Binary files a/site/content/en/images/image125.jpg and b/site/content/en/images/image125.jpg differ diff --git a/site/content/en/images/image131_detrac.jpg b/site/content/en/images/image131_detrac.jpg index fc3251e1..441ba5bd 100644 Binary files a/site/content/en/images/image131_detrac.jpg and b/site/content/en/images/image131_detrac.jpg differ