mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Add dataset schema display
This commit is contained in:
@@ -84,6 +84,8 @@ of a dataset card to open its context menu and access dataset actions:
|
||||
|
||||
</div>
|
||||
|
||||
* **Copy Dataset ID**
|
||||
* **View Dataset Schema** - View the dataset's frame document schema. This shows the frames’ fields and their types.
|
||||
* **Rename** - Change the dataset's 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
|
||||
|
||||
@@ -22,6 +22,18 @@ and frame metadata, as well as view frame masks of your dataset version frames.
|
||||

|
||||

|
||||
|
||||
### Viewing FrameGroup Data
|
||||
|
||||
FrameGroup information is organized across several panels in the Frame Viewer:
|
||||
* **FrameGroup Details** – Displays all FrameGroup details except metadata. The details include: general fields (e.g.
|
||||
`context_id`, dataset ID and version, timestamp, etc.) as well as annotation (e.g. `rois`, their `labels`, `confidence`, etc.)
|
||||
* Click <img src="/docs/latest/icons/ico-metadata.svg" alt="edit metadata" className="icon size-md space-sm" /> to view the details in a larger window.
|
||||
* Click <img src="/docs/latest/icons/ico-code-file.svg" alt="view schema" className="icon size-md space-sm" /> to view the dataset's frame document schema. This covers all possible fields in the dataset
|
||||
* **FrameGroup Metadata** – Displays FrameGroup-level metadata. Displays only the contents of the `frame.meta` field—typically used for structured metadata or custom key-value data.
|
||||
* Click <img src="/docs/latest/icons/ico-metadata.svg" alt="edit metadata" className="icon size-md space-sm" /> to modify the metadata field.
|
||||
* **Annotations** - Review and modify frame annotations. For more information, see [Masks](#masks) and [Annotations](#annotations).
|
||||
|
||||
|
||||
### Frame Viewer Controls
|
||||
|
||||
Use frame viewer controls to navigate between frames in a Hyper-Dataset Version, and control frame changes and viewing.
|
||||
@@ -113,7 +125,7 @@ If an annotation applies to all frames in a FrameGroup, it is displayed with a `
|
||||
|
||||
</div>
|
||||
|
||||
## Masks
|
||||
## Masks
|
||||
|
||||
Use the **MASKS** panel to select which masks to apply over the frame.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user