mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Small edits (#119)
This commit is contained in:
@@ -70,7 +70,7 @@ codebases and datasets. It is important to set enumeration values for all labels
|
||||
On-the-fly data augmentation is applied to SingleFrames, transforming images without creating new data. Apply data augmentation
|
||||
in steps, where each step is composed of a method, an operation, and a strength as follows:
|
||||
|
||||
* **Affine** augmentation method - Transform an image's geometric shape to another position on a 2-dimensional plane.
|
||||
* **Affine** augmentation method - Transform an image's geometric shape to another position on a 2-dimensional plane.
|
||||
Use any of the following operations:
|
||||
|
||||
* Rotate
|
||||
|
||||
@@ -271,7 +271,7 @@ To update a SingleFrame:
|
||||
* Access the SingleFrame by calling the [`DatasetVersion.get_single_frame`](../references/hyperdataset/hyperdatasetversion.md#datasetversionget_single_frame)
|
||||
method
|
||||
* Make changes to the frame
|
||||
* Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md##update_frames)
|
||||
* Update the frame in a DatasetVersion using the [`DatasetVersion.update_frames`](../references/hyperdataset/hyperdatasetversion.md#update_frames)
|
||||
method.
|
||||
|
||||
```python
|
||||
|
||||
Reference in New Issue
Block a user