ऑब्जेक्ट पहचान पूर्वानुमान प्रकार
sv.Detections(...) ऑब्जेक्ट के रूप में पहचाने गए बाउंडिंग बॉक्स के साथ पूर्वानुमान।
डेटा निरूपण
बाह्य
आंतरिक
विवरण
sv.Detections(
xyxy=array([
[ 865, 153.5, 1189, 422.5],
[ 192.5, 77.5, 995.5, 722.5],
[ 194, 82, 996, 726],
[ 460, 333, 704, 389]]
),
mask=None,
confidence=array([ 0.84955, 0.74344, 0.45636, 0.86537]),
class_id=array([2, 7, 2, 0]),
tracker_id=None,
data={
'class_name': array(['car', 'truck', 'car', 'car'], dtype='<U13')
'detection_id': array([
'51dfa8d5-261c-4dcb-ab30-9aafe9b52379', 'c0c684d1-1e30-4880-aedd-29e67e417264'
'8cfc543b-9cfe-493b-b5ad-77afed7bee83', 'c0c684d1-1e30-4880-aedd-38e67e441454'
], dtype='<U36'),
'parent_id': array(['image.[0]', 'image.[0]', 'image.[0]', 'image.[0]'], dtype='<U9'),
'image_dimensions': array([[425, 640], [425, 640], [425, 640], [425, 640]]),
'inference_id': array([
'51dfa8d5-261c-4dcb-ab30-9aafe9b52379', 'c0c684d1-1e30-4880-aedd-29e67e417264'
'8cfc543b-9cfe-493b-b5ad-77afed7bee83', 'c0c684d1-1e30-4880-aedd-38e67e441454'
], dtype='<U36'),
'prediction_type': array([
'ऑब्जेक्ट-डिटेक्शन', 'ऑब्जेक्ट-डिटेक्शन',
'ऑब्जेक्ट-डिटेक्शन', 'ऑब्जेक्ट-डिटेक्शन'
], dtype='<U16'),
'root_parent_id': array(['image.[0]', 'image.[0]', 'image.[0]', 'image.[0]'], dtype='<U9'),
'root_parent_coordinates': array([[0, 0], [0, 0], [0, 0], [0, 0]]),
'root_parent_dimensions': array([[425, 640], [425, 640], [425, 640], [425, 640]]),
'parent_coordinates': array([[0, 0], [0, 0], [0, 0], [0, 0]]),
'parent_dimensions': array([[425, 640], [425, 640], [425, 640], [425, 640]]),
'scaling_relative_to_parent': array([1, 1, 1, 1]),
'scaling_relative_to_root_parent': array([1, 1, 1, 1]),
}
)अंतिम अपडेट
क्या यह उपयोगी था?