Release v10.0.31
- ReID crops processing update: from Torchvision transforms to cv2 + numpy operations for full controll
- Feature extraction for crops moved from trackers into ReIDMultiBackend (https://github.com/mikel-brostrom/yolo_tracking/blob/0028c066d700f5e60d456c16a68860f58e3a8838/boxmot/appearance/reid_multibackend.py#L297C12-L304)
- Optimize detections feature extraction
- Adapt tracking options with appearance to all these changes
- Added missing
__init__.py
to lmbn folder