sergio11 / vehicle_detection_tracker

🚗 VehicleDetectionTracker: Real-time vehicle detection and tracking powered by YOLO. 🚙🚕 Enhance your computer vision projects with speed, precision, and adaptability.
https://pypi.org/project/VehicleDetectionTracker/
MIT License
52 stars 12 forks source link

request: add frame timestamps to output #4

Closed wimdecorte closed 1 month ago

wimdecorte commented 1 month ago

In case I need to send the frame to another APi for better VMMR detection I'd like to see the frame's timestamps included for each vehicle. Possibly just the one for the highest confidence of detection.

sergio11 commented 1 month ago

Hi @wimdecorte

Thanks for reporting this issue

I could add a new field to the output called vehicle_frame_timestamp which would be the same frame timestamp you provided

sergio11 commented 1 month ago

Implemented in version 0.0.32