cvat/site/content/en/docs/manual/basics/tasks-page.md

73 lines
4.8 KiB
Markdown

---
title: 'Tasks page'
linkTitle: 'Tasks page'
weight: 5
description: 'Overview of the Tasks page.'
---
![Task page example](/images/image006_detrac.jpg)
The **Tasks** page contains elements and each of them relates to a separate task. They are sorted in creation order.
Each element contains: the task name, preview, progress bar, button `Open`, and menu `Actions`.
Each button is responsible for a menu `Actions` specific function:
- `Export task dataset` — download annotations or annotations and images in a specific format.
More information is available in the {{< ilink "/docs/manual/advanced/import-datasets" "export/import datasets" >}}
section.
- `Upload annotation` upload annotations in a specific format.
More information is available in the {{< ilink "/docs/manual/advanced/import-datasets" "export/import datasets" >}}
section.
- `Automatic Annotation` — automatic annotation with OpenVINO toolkit.
Presence depends on how you build the CVAT instance.
- `Backup task` — make a backup of this task into a zip archive.
Read more in the {{< ilink "/docs/manual/advanced/backup" "backup" >}} section.
- `Move to project` — Moving a task to a project (you can move only a task that does not belong to any project).
In case of a label mismatch, you can create or delete necessary labels in the project/task.
Some task labels can be matched with the target project labels.
- `Organization` - moving a task between your personal workspace or organizations.
Only available for individual tasks (not tasks in a project). Please, refer to the
{{< ilink
"/docs/manual/advanced/organization#transfer-tasks-and-projects-between-organizations"
"Transfer between organizations" >}}
section for details.
- `Delete` — delete task.
In the upper left corner, there is a search bar, using which you can find the task by assignee, task name etc.
In the upper right corner, there are {{< ilink "/docs/manual/advanced/filter#sort-by" "sorting" >}},
{{< ilink "/docs/manual/advanced/filter#quick-filters" "quick filters" >}}, and filter.
## Filter
{{% alert title="Note" color="primary" %}}
Applying a filter disables the {{< ilink "/docs/manual/advanced/filter#quick-filters" "quick filter" >}}.
{{% /alert %}}
The filter works similarly to the filters for annotation,
you can create rules from [properties](#supported-properties-for-tasks-list),
{{< ilink "/docs/manual/advanced/filter#supported-operators-for-properties" "operators" >}},
and values and group rules into {{< ilink "/docs/manual/advanced/filter#groups" "groups" >}}.
For more details, consult the {{< ilink "/docs/manual/advanced/filter#create-a-filter" "filter section" >}}.
Learn more about {{< ilink "/docs/manual/advanced/filter#date-and-time-selection" "date and time selection" >}}.
For clear all filters press `Clear filters`.
### Supported properties for tasks list
| Properties | Supported values | Description |
| -------------- | -------------------------------------------- | ------------------------------------------- |
| `Dimension` | `2D` or `3D` | Depends on the data format <br>(read more in {{< ilink "/docs/manual/basics/create-annotation-task" "creating an annotation task" >}}) |
| `Status` | `annotation`, `validation` or `completed` | |
| `Data` | `video`, `images` | Depends on the data format <br>(read more in {{< ilink "/docs/manual/basics/create-annotation-task" "creating an annotation task" >}}) |
| `Subset` | `test`, `train`, `validation` or custom subset | {{< ilink "/docs/manual/basics/vocabulary#subset" "learn more" >}} |
| `Assignee` | username | Assignee is the user who is working on the project, task or job <br>(they are specified on task page) |
| `Owner` | username | The user who owns the project, task, or job |
| `Last updated` | last modified date and time (or value range) | The date can be entered in the `dd.MM.yyyy HH:mm` format <br>or by selecting the date in the window that appears <br>when you click on the input field |
| `ID` | number or range of job ID | |
| `Project ID` | number or range of project ID | |
| `Name` | name | On the tasks page: name of the task,<br> on the project page: name of the project |
| `Project name` | project name | Specified when creating a project, <br>can be changed on the ({{< ilink "/docs/manual/advanced/projects" "project section" >}}) |
---
Select `Open` to go to {{< ilink "/docs/manual/basics/task-details" "task details" >}}.