MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT
761 stars 209 forks source link

saving tracking result as text file #4

Closed aliddp closed 1 year ago

aliddp commented 1 year ago

Hi Muhammad Is there any way to save tracking results as a text file in a format like this: Frame_id, object_id, class, x_center, y_center, width, height

MuhammadMoinFaisal commented 1 year ago

Hi @aliddp , this will be updated in the github repo in few days surely

smamraee commented 1 year ago

Hi @aliddp , this will be updated in the github repo in few days surely

Hi, Did you update that? I need to save the tracking results as @aliddp said. Thanks