DeepSORT icon indicating copy to clipboard operation
DeepSORT copied to clipboard

There is an error in the code inside the model.h(to_tlbr)

Open xuyufeng1995 opened this issue 2 years ago • 0 comments

https://github.com/shaoshengsong/DeepSORT/blob/7dd1d90de057f025146c87d9ade4182eb3854abd/tracker/deepsort/src/model.cpp#L19 What is defined in the class is tlwh, the last two dimensions that to_tlbr should be modified, not the first two dimensions.

maybe: ret(0, IDX_W) += ret(0, IDX_X); ret(0, IDX_H) += ret(0, IDX_Y);

xuyufeng1995 avatar Oct 28 '22 08:10 xuyufeng1995