theAIGuysCode / yolov3_deepsort

Object tracking implemented with YOLOv3, Deep Sort and Tensorflow.
GNU General Public License v3.0
337 stars 182 forks source link

Yolo output #59

Open LoSpino87 opened 3 years ago

LoSpino87 commented 3 years ago

Hello folks! Which is the Model.predict() output detection? Which is the 'utils.convert_data' function format of input bounding box ?

[center_x, center_y, width, height] or [xmin, ymax, width, height] ?

thanks

hassan-mushtaq commented 2 years ago

Did you get any solution ? I aslo need this data [center_x, center_y, width, height] or [xmin, ymax, width, height] or pixel values of rectangle becasuse i need to use in further coding