Small edits (#482)

This commit is contained in:
pollfly
2023-02-21 10:32:54 +02:00
committed by GitHub
parent 51f4a04183
commit 52c7e78667
5 changed files with 8 additions and 8 deletions

View File

@@ -39,14 +39,14 @@ The `box2d_xywh` argument specifies the coordinates of the annotation's bounding
a list of labels for the annotation.
Enter the annotation's boundaries in one of the following ways:
* `poly2d_xy` - A list of floating points (x,y) to create for single polygon, or a list of floating points lists for a
* `poly2d_xy` - A list of floating points (x,y) to create a single polygon, or a list of floating points lists for a
complex polygon.
* `ellipse2d_xyrrt` - A List consisting of cx, cy, rx, ry, and theta for an ellipse.
* And more! See [`SingleFrame.add_annotation`](../references/hyperdataset/singleframe.md#add_annotation) for further options.
### Adding a Frame Label
Adding a frame label is similar to creating a frame objects, except that coordinates don't need to be specified, since
Adding a frame label is similar to creating a frame object, except that coordinates don't need to be specified, since
the whole frame is being referenced.
Use the `SingleFrame.add_annotation` method, but use only the `labels` parameter.

View File

@@ -27,7 +27,7 @@ A Hyper-Dataset is composed of the following components:
These components interact in a way that enables revising data and tracking and accessing all of its versions.
Frames are the basic units of data in ClearML Enterprise. SingleFrames and FrameGroups make up a Dataset version.
Dataset versions can be created, modified, and removed. The different version are recorded and available,
Dataset versions can be created, modified, and removed. The different versions are recorded and available,
so experiments, and their data are reproducible and traceable.
Lastly, Dataviews manage views of the dataset with queries, so the input data to an experiment can be defined from a

View File

@@ -67,7 +67,7 @@ is the source with the ID `front` and the other is the source with the ID `rear`
* `meta` - Additional metadata is included for the angle of the camera (`angle`) and its field of vision (`fov`).
:::note
Sources includes a variety of content types. This example shows mp4 video.
Sources includes a variety of content types. This example shows an mp4 video.
:::
### Example 2: Images Sources