Skip to content

Commit 67bd96b

Browse files
authored
docs: Update README_TIMELINE_LABELS.md
1 parent 59f4d6a commit 67bd96b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

label_studio_ml/examples/yolo/README_TIMELINE_LABELS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ so it requires about 10-20 well-annotated videos 500 frames each (~20 seconds) t
120120
- Start annotating videos using the `TimelineLabels` tag.
121121
- After submitting the first annotation, the model begins training.
122122
- The `partial_fit()` method allows the model to train incrementally with each new annotation.
123-
- **Requirements**: Approximately 10-20 annotated tasks are needed to achieve reasonable performance.
123+
- **Requirements**:
124+
- Approximately 10-20 annotated tasks are needed to achieve reasonable performance.
125+
- There must be at least 2 labels in one video. Empty frames without labels are considered a separate label. This requirement is essential because training operates on a positive vs. negative paradigm.
124126

125127
**Note**: The `predicted_values` attribute in the `<Label>` tag doesn't make sense for trainable models.
126128

0 commit comments

Comments
 (0)