Li Rui

Results 4 issues of Li Rui

## 🐛 Bug ## To Reproduce Steps to reproduce the behavior: ```python import albumentations import numpy as np seq = albumentations.Compose( [albumentations.ColorJitter(p=0.2)] ) image1 = np.zeros((256, 256, 3), dtype=np.uint8) image2...

non_max_suppression in deep_sort/sort/preprocessing behave strangely than conventional NMS

https://github.com/WongKinYiu/yolov9/blob/519346bd88c4e735e5ce9dc4c1a41c7033cc7402/utils/loss_tal_dual.py#L381C35-L385C77