qrcodedetection प्रकार
QR कोड डिटेक्शन के साथ प्रेडिक्शन।
डेटा निरूपण
बाह्य
आंतरिक
विवरण
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([ 1.0, 1.0, 1.0, 1.0]),
class_id=array([2, 7, 2, 0]),
tracker_id=None,
data={
'class_name': array(['qr_code', 'qr_code', 'qr_code', 'qr_code'], 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([
'qrcode-detection', 'qrcode-detection',
'qrcode-detection', 'qrcode-detection'
], 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]),
'data': np.array(['qr-code-1-data', 'qr-code-2-data', 'qr-code-3-data', 'qr-code-4-data'])
}
)अंतिम अपडेट
क्या यह उपयोगी था?