MuhammadMoinFaisal / YOLOv8-DeepSORT-Object-Tracking

YOLOv8 Object Tracking using PyTorch, OpenCV and DeepSORT

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

saving tracking result as text file

aliddp opened this issue · comments

commented

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

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

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