File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,10 +91,10 @@ class simplifies data manipulation and filtering, providing a uniform API for
91
91
xy (np.ndarray): An array of shape `(n, m, 2)` containing
92
92
`n` detected objects, each composed of `m` equally-sized
93
93
sets of keypoints, where each point is `[x, y]`.
94
- confidence (Optional[np.ndarray]): An array of shape
95
- `(n, m)` containing the confidence scores of each keypoint.
96
94
class_id (Optional[np.ndarray]): An array of shape
97
95
`(n,)` containing the class ids of the detected objects.
96
+ confidence (Optional[np.ndarray]): An array of shape
97
+ `(n, m)` containing the confidence scores of each keypoint.
98
98
data (Dict[str, Union[np.ndarray, List]]): A dictionary containing additional
99
99
data where each key is a string representing the data type, and the value
100
100
is either a NumPy array or a list of corresponding data of length `n`
You can’t perform that action at this time.
0 commit comments