MuhammadMoinFaisal / YOLOv8_Segmentation_DeepSORT_Object_Tracking

YOLOv8 Segmentation with DeepSORT Object Tracking (ID + Trails)
238 stars 61 forks source link

count bounding box show on video #7

Open Lworakan opened 1 year ago

runhuayao commented 1 year ago

Can I ask a question? Your project has given me a great inspiration: I want to convert the trajectory in the video into a two-dimensional representation, which means that the movement trajectory of a detected object can be displayed on a coordinate graph, and the order can be represented by time. A visualization graph with x, y, and z coordinates can be established. Z represents time t, and x and y represent the coordinates of the detected object's center of mass. But forgive me, I am a programming novice, and I am not sure where to start if I want to make changes. So I want to ask if you can provide some help. Thank you very much. This is just a pure hobby that fascinates me.