Faster random index generator for mosaic augmentation (#2345)
Browse files* faster random index generator for mosaic augementation
We don't need to access list to generate random index
It makes augmentation slower.
* Update datasets.py
Co-authored-by: Glenn Jocher <[email protected]>