Vision Events
रिकॉर्ड करें, खोजें, और विश्लेषण करें कि आपके deployed computer vision models production में क्या देखते हैं।
अवलोकन
Vision Events एक Roboflow datastore है जो महत्वपूर्ण events को कैप्चर कर सकता है, जैसे defect का detection या inventory की गिनती, साथ ही आपके deployed computer vision model से visual information भी। इससे आपको production में आपका vision system जो कुछ भी observe करता है, उसका एक searchable, filterable history मिलता है।
Vision Events, Model Monitoring की जगह लेता है। यदि आप अभी Model Monitoring का उपयोग कर रहे हैं, तो पिछले documentation के लिए देखें (Legacy) Model Monitoring ।
Vision Event क्या है?
Vision Event एक timestamped record है, जो तब बनाया जाता है जब कोई model एक image को process करता है। हर event वैकल्पिक रूप से यह कैप्चर कर सकता है:
Images: प्रोसेस की गई मूल images और उनसे जुड़े output images
Predictions: model द्वारा लौटाए गए object detections, classifications, instance segmentations, या keypoints
Source metadata: किस device, stream, या workflow ने event generate किया
Custom metadata: आपके domain के लिए आपके द्वारा परिभाषित key-value pairs (जैसे
line_number,shift,part_number)
मुख्य अवधारणाएँ
Use Cases
एक Use Case उन events को समूहित करता है जो एक common purpose और custom metadata structure साझा करते हैं। एक ही Use Case में events आमतौर पर समान metadata fields भेजते हैं, ताकि आप उन्हें consistently filter और query कर सकें।
उदाहरण के लिए, एक "Defect Detection" Use Case में हमेशा शामिल हो सकता है line_id, shift, और part_number भले ही events कई factories या camera locations से आएँ। जब metadata structure मूल रूप से अलग हो, तो अलग-अलग Use Cases बनाएं (जैसे "PPE Compliance" ट्रैक करता है zone और alert_type को)।
Last updated
Was this helpful?