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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ This tutorial uses the [YOLO example](https://github.com/HumanSignal/label-studi
82
82
|`model_classifier_f1_threshold`| float | 0.95 | F1 score threshold for early stopping during training. Set to prevent overfitting. |
83
83
|`model_classifier_accuracy_threshold`| float | 1.00 | Accuracy threshold for early stopping during training. Set to prevent overfitting. |
84
84
|`model_score_threshold`| float | 0.5 | Minimum confidence threshold for predictions. Labels with confidence below this threshold will be disregarded. |
85
-
|`model_path`| string | None | Path to the custom YOLO model. See more in the section "Custom YOLO Models."|
85
+
|`model_path`| string | None | Path to the custom YOLO model. See more in the section [Your own custom YOLO models](./README.md#your-own-custom-yolo-models).|
86
86
87
87
**Note:** You can customize the neural network parameters directly in the labeling configuration by adjusting the attributes in the `<TimelineLabels>` tag.
88
88
@@ -158,7 +158,7 @@ and it generates predictions for each frame in the video.
158
158
159
159
#### Custom YOLO models for feature extraction
160
160
161
-
You can load your own YOLO models using the steps described in the [main README](./README.md#custom-yolo-models).
161
+
You can load your own YOLO models using the steps described in the [main README](./README.md#your-own-custom-yolo-models).
162
162
However, it should have similar architecture as `yolov8-cls` models. See `utils/neural_nets.py::cached_feature_extraction()` for more details.
0 commit comments