Update Hyper-Dataset images (#1029)

This commit is contained in:
pollfly
2025-02-10 10:14:05 +02:00
committed by GitHub
parent e77846a536
commit 4667c3d194
131 changed files with 151 additions and 61 deletions

View File

@@ -7,14 +7,16 @@ of frames and enables viewing SingleFrames and FramesGroups, and editing SingleF
Before opening the frame viewer, you can filter the frames by applying [simple](webapp_datasets_versioning.md#simple-frame-filtering) or [advanced](webapp_datasets_versioning.md#advanced-frame-filtering)
filtering logic.
![Dataset page](../../img/hyperdatasets/web-app/dataset_versions.png)
![Dataset page](../../img/hyperdatasets/dataset_versions.png#light-mode-only)
![Dataset page](../../img/hyperdatasets/dataset_versions_dark.png#dark-mode-only)
## Frame Viewer
Use the frame viewer to view and edit annotations (ROIs and frame labels), frame details (see [frames](../frames.md)),
and frame metadata, as well as view frame masks of your dataset version frames.
![Frame viewer](../../img/hyperdatasets/web-app/dataset_example_frame_editor.png)
![Frame viewer](../../img/hyperdatasets/dataset_example_frame_editor.png#light-mode-only)
![Frame viewer](../../img/hyperdatasets/dataset_example_frame_editor_dark.png#dark-mode-only)
### Frame Viewer Controls
@@ -93,13 +95,15 @@ Viewing and editing frames in a FrameGroup is similar to viewing and editing Sin
Click the FrameGroup in the Hyper-Dataset. In the frame viewer, select SingleFrame to view / modify from
a dropdown list in the **Current Source** section.
![Frame dropdown menu in FrameGroup](../../img/hyperdatasets/framegroup_01.png)
![Frame dropdown menu in FrameGroup](../../img/hyperdatasets/framegroup_01.png#light-mode-only)
![Frame dropdown menu in FrameGroup](../../img/hyperdatasets/framegroup_01_dark.png#dark-mode-only)
If an annotation applies to all frames in a FrameGroup, it is displayed with a `Multi Source` indicator:
<div class="max-w-50">
![Multi-source ROI](../../img/hyperdatasets/multi_source_annotation.png)
![Multi-source ROI](../../img/hyperdatasets/multi_source_annotation.png#light-mode-only)
![Multi-source ROI](../../img/hyperdatasets/multi_source_annotation_dark.png#dark-mode-only)
</div>
@@ -171,7 +175,8 @@ Click the color circle in the label name to manually set the label's color.
<div class="max-w-75">
![Set label color](../../img/annotation_label_color.png)
![Set label color](../../img/hyperdatasets/annotation_label_color.png#light-mode-only)
![Set label color](../../img/hyperdatasets/annotation_label_color_dark.png#dark-mode-only)
</div>
@@ -179,7 +184,8 @@ Click the color circle in the annotation header to manually set the annotation
<div class="max-w-75">
![Set annotation color and opacity](../../img/annotation_label_opacity.png)
![Set annotation color and opacity](../../img/hyperdatasets/annotation_label_opacity.png#light-mode-only)
![Set annotation color and opacity](../../img/hyperdatasets/annotation_label_opacity_dark.png#dark-mode-only)
</div>
:::