Small fixes (#94)

This commit is contained in:
pollfly 2021-10-21 12:40:05 +03:00 committed by GitHub
parent e7b5fc01dc
commit c3c3d187b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ClearML is an open source platform that automates and simplifies developing and
It is designed as an end-to-end MLOps suite allowing you to focus on developing your ML code & automation,
while ClearML ensures your work is reproducible and scalable.
<img src="https://github.com/allegroai/clearml-docs/blob/main/docs/img/clearml_architecture.png?raw=true" width="100%" alt="Architecture diagram"/>
![Architecture diagram](../img/clearml_architecture.png)
## What Can You Do with ClearML?

View File

@ -241,7 +241,7 @@ This example shows two masks for video from a camera. The masks label cars and t
## Usage
### Adding mask annotations
### Adding Mask Annotations
To add a mask annotation to a frame, use the `add_annotation` method of the [SingleFrame](single_frames.md) class. This
method is generally used to add ROI annotations, but it can also be used to add frame specific mask labels. Input the

View File

@ -18,7 +18,7 @@ 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 Hyper-Dataset versions from which frames
are iterated and frame filters (see [Dataviews](webapp_dataviews.md).
are iterated and frame filters (see [Dataviews](webapp_dataviews.md)).
**To choose a Dataview**, do any of the following: