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: docs/workflows/kinds.md
+23-23Lines changed: 23 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,36 +37,36 @@ for the presence of a mask in the input.
37
37
38
38
## Kinds declared in Roboflow plugins
39
39
<!--- AUTOGENERATED_KINDS_LIST -->
40
-
*[`list_of_values`](/workflows/kinds/list_of_values): List of values of any type
41
-
*[`float`](/workflows/kinds/float): Float value
42
-
*[`point`](/workflows/kinds/point): Single point in 2D
43
-
*[`top_class`](/workflows/kinds/top_class): String value representing top class predicted by classification model
44
-
*[`object_detection_prediction`](/workflows/kinds/object_detection_prediction): Prediction with detected bounding boxes in form of sv.Detections(...) object
45
40
*[`bar_code_detection`](/workflows/kinds/bar_code_detection): Prediction with barcode detection
46
-
*[`image_metadata`](/workflows/kinds/image_metadata): Dictionary with image metadata required by supervision
47
-
*[`roboflow_project`](/workflows/kinds/roboflow_project): Roboflow project name
48
-
*[`qr_code_detection`](/workflows/kinds/qr_code_detection): Prediction with QR code detection
49
-
*[`*`](/workflows/kinds/*): Equivalent of any element
50
-
*[`video_metadata`](/workflows/kinds/video_metadata): Video image metadata
51
-
*[`rgb_color`](/workflows/kinds/rgb_color): RGB color
52
-
*[`keypoint_detection_prediction`](/workflows/kinds/keypoint_detection_prediction): Prediction with detected bounding boxes and detected keypoints in form of sv.Detections(...) object
53
41
*[`prediction_type`](/workflows/kinds/prediction_type): String value with type of prediction
54
-
*[`image_keypoints`](/workflows/kinds/image_keypoints): Image keypoints detected by classical Computer Vision method
*[`detection`](/workflows/kinds/detection): Single element of detections-based prediction (like `object_detection_prediction`)
57
-
*[`image`](/workflows/kinds/image): Image in workflows
58
-
*[`float_zero_to_one`](/workflows/kinds/float_zero_to_one): `float` value in range `[0.0, 1.0]`
59
-
*[`zone`](/workflows/kinds/zone): Definition of polygon zone
60
42
*[`boolean`](/workflows/kinds/boolean): Boolean flag
61
-
*[`instance_segmentation_prediction`](/workflows/kinds/instance_segmentation_prediction): Prediction with detected bounding boxes and segmentation masks in form of sv.Detections(...) object
62
-
*[`contours`](/workflows/kinds/contours): List of numpy arrays where each array represents contour points
63
-
*[`integer`](/workflows/kinds/integer): Integer value
*[`list_of_values`](/workflows/kinds/list_of_values): List of values of any type
45
+
*[`keypoint_detection_prediction`](/workflows/kinds/keypoint_detection_prediction): Prediction with detected bounding boxes and detected keypoints in form of sv.Detections(...) object
46
+
*[`point`](/workflows/kinds/point): Single point in 2D
64
47
*[`roboflow_api_key`](/workflows/kinds/roboflow_api_key): Roboflow API key
*[`rgb_color`](/workflows/kinds/rgb_color): RGB color
58
+
*[`roboflow_project`](/workflows/kinds/roboflow_project): Roboflow project name
59
+
*[`image_metadata`](/workflows/kinds/image_metadata): Dictionary with image metadata required by supervision
60
+
*[`contours`](/workflows/kinds/contours): List of numpy arrays where each array represents contour points
61
+
*[`video_metadata`](/workflows/kinds/video_metadata): Video image metadata
69
62
*[`string`](/workflows/kinds/string): String value
63
+
*[`instance_segmentation_prediction`](/workflows/kinds/instance_segmentation_prediction): Prediction with detected bounding boxes and segmentation masks in form of sv.Detections(...) object
64
+
*[`integer`](/workflows/kinds/integer): Integer value
65
+
*[`top_class`](/workflows/kinds/top_class): String value representing top class predicted by classification model
66
+
*[`float_zero_to_one`](/workflows/kinds/float_zero_to_one): `float` value in range `[0.0, 1.0]`
*[`object_detection_prediction`](/workflows/kinds/object_detection_prediction): Prediction with detected bounding boxes in form of sv.Detections(...) object
70
69
*[`serialised_payloads`](/workflows/kinds/serialised_payloads): Serialised element that is usually accepted by sink
0 commit comments