Open rubenvandeven opened 5 days ago
I can't test it because I'm very busy. Did you test it?
Understandable! I do use this repo in my own code, so yes I did. Important to note however that due to fixing #2 the coordinates are different that the original repo, in which the resulting bboxes were misaligned (the top left corner was at the detection's center). If one relies on exact position, that this can be considered a breaking change.
Hi Kadirnar, Thanks for implementing this tracker. Based on work in other forks, I made some changes to the package:
update()
whendets
is an empy array/tensor.xyxy2ltwh()
function.It would be nice to see these revisions upstreamed. Feel free to cherrypick.