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
|`model_path`| string | None | Path to the custom YOLO model. See more in the section "Custom YOLO Models."|
466
+
|`model_path`| string | None | Path to the custom YOLO model. See more in the section "Custom YOLO Models."|
467
467
|`model_score_threshold`| float | 0.5 | Sets the minimum confidence threshold for bounding box detections. Keypoints that are related to the detected bbox with a confidence below this threshold will be disregarded. |
468
468
|`model_point_threshold`| float | 0.0 | Minimum confidence threshold for keypoints. Keypoints with confidence below this value will be ignored. |
469
469
|`model_add_bboxes`| bool | True | Adds bounding boxes fordetected keypoints. All keypoints will be grouped by parent bounding boxes on the region panel. See detailsin the tip below. |
470
470
|`model_point_size`| float | 1 | Size of the keypoints in pixels. Just a visual parameter. |
471
-
|`model_index`| int | None | Index of the keypoint in the YOLO model output. It's used in `Label` tags only to build mapping between a Label and an output point. |
471
+
|`model_index`| int | None | Index of the keypoint in the YOLO model output starting from 0. It's used in `Label` tags only to build mapping between a Label and an output point. |
472
472
473
473
For example:
474
474
@@ -509,32 +509,32 @@ You can use this labeling configuration to get rid of bounding boxes and keep on
0 commit comments