From 4c5126a67032f38cc49951418bd2ea9bb1a1d003 Mon Sep 17 00:00:00 2001 From: Revital Date: Tue, 6 Jul 2021 14:29:38 +0300 Subject: [PATCH] unbold ClearML Enterprise --- docs/hyperdatasets/annotations.md | 4 ++-- docs/hyperdatasets/dataset.md | 12 ++++++------ docs/hyperdatasets/dataviews.md | 4 ++-- docs/hyperdatasets/single_frames.md | 4 ++-- docs/hyperdatasets/webapp/webapp_dataviews.md | 2 +- docs/hyperdatasets/webapp/webapp_exp_comparing.md | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/hyperdatasets/annotations.md b/docs/hyperdatasets/annotations.md index 0f399e04..ce609233 100644 --- a/docs/hyperdatasets/annotations.md +++ b/docs/hyperdatasets/annotations.md @@ -2,7 +2,7 @@ title: Annotations --- -With **ClearML Enterprise**, annotations can be applied to video and image frames. [Frames](single_frames.md) support +With ClearML Enterprise, annotations can be applied to video and image frames. [Frames](single_frames.md) support two types of annotations: **Frame objects** and **Frame labels**. Annotation Tasks can be used to efficiently organize the annotation of frames in Dataset versions (see @@ -15,7 +15,7 @@ For information about how to view, create, and manage annotations using the WebA Frame objects are labeled Regions of Interest (ROIs), which can be bounded by polygons (including rectangles), ellipses, or key points. These ROIs are useful for object detection, classification, or semantic segmentation. -Frame objects can include ROI labels, confidence levels, and masks for semantic segmentation. In **ClearML Enterprise**, +Frame objects can include ROI labels, confidence levels, and masks for semantic segmentation. In ClearML Enterprise, one or more labels and sources dictionaries can be associated with an ROI (although multiple source ROIs are not frequently used). ## Frame labels diff --git a/docs/hyperdatasets/dataset.md b/docs/hyperdatasets/dataset.md index 7a1bfbf9..ecb2f2ff 100644 --- a/docs/hyperdatasets/dataset.md +++ b/docs/hyperdatasets/dataset.md @@ -4,8 +4,8 @@ title: Datasets and Dataset Versions ClearML Enterprise's **Datasets** and **Dataset versions** provide the internal data structure and functionality for the following purposes: -* Connecting source data to the **ClearML Enterprise** platform -* Using **ClearML Enterprise**'s GIT-like [Dataset versioning](#dataset-versioning) +* Connecting source data to the ClearML Enterprise platform +* Using ClearML Enterprise's GIT-like [Dataset versioning](#dataset-versioning) * Integrating the powerful features of [Dataviews](dataviews.md) with an experiment * [Annotating](webapp/webapp_datasets_frames.md#annotations) images and videos @@ -29,8 +29,8 @@ it must be published first. ## Example Datasets -**ClearML Enterprise** provides Example Datasets, available to in the **ClearML Enterprise** platform, with frames already built, -and ready for your experimentation. Find these example Datasets in the **ClearML Enterprise** WebApp (UI). They appear +ClearML Enterprise provides Example Datasets, available to in the ClearML Enterprise platform, with frames already built, +and ready for your experimentation. Find these example Datasets in the ClearML Enterprise WebApp (UI). They appear with an "Example" banner in the WebApp (UI). ## Usage @@ -113,10 +113,10 @@ Dataset.delete(dataset_name='MyDataset', delete_all_versions=True, force=True) ## Dataset Versioning -Dataset versioning refers to the group of **ClearML Enterprise** SDK and WebApp (UI) features for creating, +Dataset versioning refers to the group of ClearML Enterprise SDK and WebApp (UI) features for creating, modifying, and deleting Dataset versions. -**ClearML Enterprise** supports simple and sophisticated Dataset versioning, including **simple version structures** and +ClearML Enterprise supports simple and sophisticated Dataset versioning, including **simple version structures** and **advanced version structures**. In a **simple version structure**, a parent can have one and only one child, and the last child in the Dataset versions diff --git a/docs/hyperdatasets/dataviews.md b/docs/hyperdatasets/dataviews.md index b02c13d4..302bd807 100644 --- a/docs/hyperdatasets/dataviews.md +++ b/docs/hyperdatasets/dataviews.md @@ -2,7 +2,7 @@ title: Dataviews --- -Dataviews is a powerful and easy-to-use **ClearML Enterprise** feature for creating and managing local views of remote +Dataviews is a powerful and easy-to-use ClearML Enterprise feature for creating and managing local views of remote Datasets. Dataviews can use sophisticated queries to input data from a subset of a Dataset or combinations of Datasets. @@ -85,7 +85,7 @@ in steps, where each step is composed of a method, an operation, and a strength Use any of the following operations: * Blur - Gaussian smoothing - * Noise - **ClearML Enterprise**'s own noise augmentation consisting of: + * Noise - ClearML Enterprise's own noise augmentation consisting of: * **high** noise - like snow on analog televisions with a weak TV signal * **low** noise - like a low resolution image magnified in localized areas on the image * Recolor - using an internal RGB lookup-table diff --git a/docs/hyperdatasets/single_frames.md b/docs/hyperdatasets/single_frames.md index 83a25985..82dfbb02 100644 --- a/docs/hyperdatasets/single_frames.md +++ b/docs/hyperdatasets/single_frames.md @@ -4,7 +4,7 @@ title: SingleFrames A `SingleFrame` contains metadata pointing to raw data, and other metadata and data, which supports experimentation and -**ClearML Enterprise**'s Git-like Dataset versioning. +ClearML Enterprise's Git-like Dataset versioning. ## Frame Components @@ -123,7 +123,7 @@ The panel below describes the details contained within a `frame`: ## WebApp -A frame that has been connected to the **ClearML Enterprise** platform is available to view and analyze on the +A frame that has been connected to the ClearML Enterprise platform is available to view and analyze on the WebApp (UI). When viewing a frame on the WebApp, all the information associated with it can be viewed, including its frame labels and diff --git a/docs/hyperdatasets/webapp/webapp_dataviews.md b/docs/hyperdatasets/webapp/webapp_dataviews.md index d3841bb7..5673fd95 100644 --- a/docs/hyperdatasets/webapp/webapp_dataviews.md +++ b/docs/hyperdatasets/webapp/webapp_dataviews.md @@ -2,7 +2,7 @@ title: Dataviews Table --- -[Dataviews](../dataviews.mda) appear in the same Project as the experiment that stored the Dataview in the **ClearML Enterprise** platform, +[Dataviews](../dataviews.mda) appear in the same Project as the experiment that stored the Dataview in the ClearML Enterprise platform, as well as the **DATAVIEWS** tab in the **All Projects** page. The **Dataviews table** is a [customizable](#customizing-the-dataviews-table) list of Dataviews associated with a project. diff --git a/docs/hyperdatasets/webapp/webapp_exp_comparing.md b/docs/hyperdatasets/webapp/webapp_exp_comparing.md index e2d5b0cb..b0d1cb11 100644 --- a/docs/hyperdatasets/webapp/webapp_exp_comparing.md +++ b/docs/hyperdatasets/webapp/webapp_exp_comparing.md @@ -2,7 +2,7 @@ title: Comparing Dataviews --- -In addition to [**ClearML**'s comparison features](../../webapp/webapp_exp_comparing.md), the **ClearML Enterprise** WebApp +In addition to [**ClearML**'s comparison features](../../webapp/webapp_exp_comparing.md), the ClearML Enterprise WebApp provides a deep comparison of input data selection criteria of experiment Dataviews, enabling to easily locate, visualize, and analyze differences. ## Selecting experiments