145ea67a2e
* h range clip range edit in hsv augmentation h range is [0., 179,] * Update datasets.py reduced indexing operations and used inplace clip for hsv. Two clips are used unfortunately (double clip of axis 0), but the overall effect should be improved speed. Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>