Disambiguate dataset and hyper-dataset (#88)

This commit is contained in:
pollfly
2021-10-21 09:40:53 +03:00
committed by GitHub
parent 21071e9a07
commit f2162ba9e5
7 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@
title: Working with Frames
---
View and edit SingleFrames in the Dataset page. After selecting a Dataset version, the **Version Browser** shows a sample
View and edit SingleFrames in the Dataset page. After selecting a Hyper-Dataset version, the **Version Browser** shows a sample
of frames and enables viewing SingleFrames and FramesGroups, and edit SingleFrames, in the [frame viewer](#frame-viewer).
Before opening the frame viewer, you can filter the frames by applying [simple](#simple-frame-filtering) or [advanced](#advanced-frame-filtering)
filtering logic.
@@ -19,7 +19,7 @@ frame metadata, the raw data source URI, as well as providing navigation and vie
### Frame Viewer Controls
Use frame viewer controls to navigate between frames in a Dataset Version, and control frame changes and viewing.
Use frame viewer controls to navigate between frames in a Hyper-Dataset Version, and control frame changes and viewing.
|Control Icon|Actions|Shortcut|
|-----|------|----|
@@ -89,7 +89,7 @@ To save frames changes at any time, click **SAVE** (below the annotation list ar
### Viewing FrameGroups
Viewing and editing frames in a FrameGroup is similar to viewing and editing SingleFrames.
Click the FrameGroup in the Dataset. In the frame viewer, select SingleFrame to view / modify from
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)

View File

@@ -17,14 +17,14 @@ enables modifying Dataviews, including:
The selection and control of input data can be modified in *Draft* experiments that are not [development experiments](../task.md#development-experiments).
Do this by modifying the Dataview used by the experiment. The Dataview specifies the Dataset versions from which frames
Do this by modifying the Dataview used by the experiment. The Dataview specifies the Hyper-Dataset versions from which frames
are iterated and frame filters (see [Dataviews](webapp_dataviews.md).
**To choose a Dataview**, do any of the following:
* Create a new Dataview
* Click **+** and then follow the instructions below to select Dataset versions, filter frames, map labels (label translation),
* Click **+** and then follow the instructions below to select Hyper-Dataset versions, filter frames, map labels (label translation),
and set label enumeration, data augmentation, and iteration controls.
* Select a different Dataview already associated with the experiment.
@@ -72,7 +72,7 @@ For more detailed information, see [Filtering](../dataviews.md#filtering).
1. In the **FILTERING** area, click **EDIT**.
1. For each frame filter:
1. Select the Dataset version to which the frame filter applies.
1. Select the Hyper-Dataset version to which the frame filter applies.
1. Add, change, or remove any combination of the following rules:
* ROI rule - Include or exclude frames containing any single ROI with any combination of labels in the Dataset
@@ -95,7 +95,7 @@ that are not mapped are ignored.
1. In the **MAPPING** section, click **EDIT**
* Add (**+**) or edit a mapping:
1. Select the Dataset and version whose labels will be mapped.
1. Select the Hyper-Dataset and version whose labels will be mapped.
1. Select one or more labels to map.
@@ -123,7 +123,7 @@ Modify the label enumeration assigned to output models.
## Data Augmentation
Modify the on-the-fly data augmentation applied to frames input from the select Dataset versions and filtered by the frame filters. Data augmentation is applied in steps, where each step applies a method, operation, and strength.
Modify the on-the-fly data augmentation applied to frames input from the select Hyper-Dataset versions and filtered by the frame filters. Data augmentation is applied in steps, where each step applies a method, operation, and strength.
For more detailed information, see [Data Augmentation](../dataviews.md#data-augmentation).