keypointdetectionprediction काइंड
sv.Detections(...) ऑब्जेक्ट के रूप में detected bounding boxes और detected keypoints के साथ प्रेडिक्शन।
डेटा निरूपण
बाह्य
आंतरिक
विवरण
sv.Detections(
xyxy=array([[ 127, 189, 322, 303]]),
mask=None,
confidence=array([ 0.95898]),
class_id=array([6]),
tracker_id=None,
data={
'class_name': array(['G'], dtype='<U1'),
'detection_id': array(['51dfa8d5-261c-4dcb-ab30-9aafe9b52379'], dtype='<U36'),
'parent_id': array(['image.[0]'], dtype='<U9'),
'image_dimensions': array([[425, 640]]),
'inference_id': array(['51dfa8d5-261c-4dcb-ab30-9aafe9b52379'], dtype='<U36'),
'prediction_type': array(['instance-segmentation'], dtype='<U16'),
'root_parent_id': array(['image.[0]'], dtype='<U9'),
'root_parent_coordinates': array([[0, 0]]),
'root_parent_dimensions': array([[425, 640]]),
'parent_coordinates': array([[0, 0]]),
'parent_dimensions': array([[425, 640]]),
'scaling_relative_to_parent': array([1]),
'scaling_relative_to_root_parent': array([1]),
'keypoints_class_name': array(), # type object का परिवर्ती-लंबाई वाला array - प्रत्येक बॉक्स के लिए str का एक 1D array
'keypoints_class_id': array(), # type object का परिवर्ती-लंबाई वाला array - प्रत्येक बॉक्स के लिए int का एक 1D array
'keypoints_confidence': array(), # type object का परिवर्ती-लंबाई वाला array - प्रत्येक बॉक्स के लिए float का एक 1D array
'keypoints_xy': array(), # type object का परिवर्ती-लंबाई वाला array - (x, y) निर्देशांकों वाले bbox के लिए एक 2D array
}
)अंतिम अपडेट
क्या यह उपयोगी था?