- Output detection index for each track in order to be able to match a pose estimation / segmentation mask to a specific track.
- Previously the output was:
- `(x, y, x, y, id, conf, cls)`
- now it is:
- `(x, y, x, y, id, conf, cls, ind)`
- Adapted existing tests to new tracking output
- StrongSORT fix so that it does not output predictions for non-existing detection indices inputs