Relative Content

Tag Archive for pythonobject-detectionyoloyolov8object-tracking

yolo model.track How to extract tracked object’s information

For a project I need to extract the records of objects that tracked in with a Yolo. I need the time of object id’s first appearance and the time when they are out of frame (every possible information is valuable but the time is my main goal currently)