rampal-punia / yolov8-streamlit-detection-tracking

Object detection and tracking algorithm implemented for Real-Time video streams and static images.
https://codingmantras-yolov8-streamlit-detection-tracking-app-njcqjg.streamlit.app/
294 stars 126 forks source link

Possibility to add a counter on the webcam object detection and tracker #12

Open ajr82 opened 7 months ago

ajr82 commented 7 months ago

Hi, this is great! The Yolo object detection and tracker on a webcam feed could be very useful on live microscopy camera video feeds. Would it be however be possible to add a live counter on the live video feed? For example, if I only wanted to detect one class, on a webcam, could I add a counter to the video feed or in a separate description field below the video feed that counts the number of detected objects in real-time? And if this is possible would I be able to generate and display a ratio between the number of two classes in real time?

Thank you!