clearml-docs/docs/hyperdatasets/webapp/webapp_datasets.md
2022-12-22 11:36:45 +02:00

65 lines
3.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Hyper-Datasets Page
---
Use the Hyper-Datasets Page to navigate between and manage hyper-datasets.
Click on a Hyper-Dataset card to open the datasets [version list](webapp_datasets_versioning.md), where you can view
and manage the dataset versions' lineage and contents.
Filter the hyper-datasets to find the one youre looking for more easily. These filters can be applied by clicking <img src="/docs/latest/icons/ico-filter-off.svg" alt="Filter" className="icon size-md" />:
* My Work - Show only hyper-datasets that you created
* Tags - Choose which tags to filter by from a list of tags used in the hyper-datasets.
* Filter by multiple tag values using the **ANY** or **ALL** options, which correspond to the logical "AND" and "OR"
respectively. These options appear on the top of the tag list.
* Filter by the absence of a tag (logical "NOT") by clicking its checkbox twice. An X will appear in the tag's checkbox.
![Hyper-Dataset page](../../img/hyperdatasets/datasets_01.png)
## Hyper-Dataset Cards
The Hyper-Dataset cards display summarized dataset information:
![Hyper-Dataset card](../../img/hyperdatasets/hyperdataset_card.png)
* Dataset name
* Time since last update. Hover over elapsed time to view date of last update
* User updating the Dataset
* If the dataset contains dataset-level metadata, the card displays the <img src="/docs/latest/icons/ico-status-completed.svg" alt="Check mark" className="icon size-md space-sm" />
`Metadata` indicator, which opens the Metadata editor on click
* The number of versions in the Dataset
* The total number of frames in all versions of the Dataset. If an asterisk (\*) appears next to **FRAMES**, then you can hover over it and see the name of the version whose frames were last updated
* The percentage of frames annotated in all versions of the Dataset. If an asterisk (\*) appears next to **ANNOTATED**, then you can hover over it and see the name of the version whose frames were last annotated
* If the Dataset version's status is *Published*, then the Dataset's top labels appear (colors are editable). If the
Dataset version is *Draft*, then no labels appear
* Tags
:::note Change Label Color
To change the label color coding, hover over a label color, click the hand pointer, and then select a new color.
:::
### Hyper-Dataset Actions
Click <img src="/docs/latest/icons/ico-bars-menu.svg" alt="Menu" className="icon size-md space-sm" /> on the top right
of a dataset card to open its context menu and access dataset actions:
<div class="max-w-50">
![Hyper-Dataset context menu](../../img/webapp_hyperdataset_card_context_menu.png)
</div>
* **Rename** - Change the datasets name
* **Add Tag** - Add label to the dataset to help easily classify groups of datasets.
* **Edit Metadata** - Modify dataset-level metadata. This will open the metadata edit window, where you can edit the section
## Create New Hyper-Datasets
To create a new Hyper-Dataset, click the **+ NEW DATASET** button in the top right of the page, which will open a
**New Dataset** modal.
![Hyper-Dataset creation modal](../../img/webapp_hyperdataset_creation.png)
This creates a new Hyper-Dataset that contains a single, empty draft version.