You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: label_studio_ml/examples/yolo/README_TIMELINE_LABELS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,9 @@ so it requires about 10-20 well-annotated videos 500 frames each (~20 seconds) t
120
120
- Start annotating videos using the `TimelineLabels` tag.
121
121
- After submitting the first annotation, the model begins training.
122
122
- 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.
124
126
125
127
**Note**: The `predicted_values` attribute in the `<Label>` tag doesn't make sense for trainable models.
0 commit comments