yolov5/utils
Jihoon Kim fcb225c1c8
Shuffle all 4(or 9) images in mosaic augmentation (#4787)
Thank you for sharing nice open-source codes 👍

I applied to shuffle the order of all 4(or 9) images in mosaic augmentation

Currently, the order of images in mosaic augmentation is not completely random.
The remaining images except the first are randomly arranged. Apply shuffle all to increase the diversity of data composition.
2021-09-15 00:57:06 +02:00
..
aws Update resume.py (#4115) 2021-07-22 17:22:11 +02:00
flask_rest_api Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
google_app_engine Bump pip from 18.1 to 19.2 in /utils/google_app_engine (#3561) 2021-06-09 21:14:09 +02:00
loggers Replace `path.absolute()` with `path.resolve()` (#4763) 2021-09-11 22:46:33 +02:00
__init__.py Replace `path.absolute()` with `path.resolve()` (#4763) 2021-09-11 22:46:33 +02:00
activations.py Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
augmentations.py Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
autoanchor.py Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
callbacks.py Optimised Callback Class to Reduce Code and Fix Errors (#4688) 2021-09-07 18:32:15 +02:00
datasets.py Shuffle all 4(or 9) images in mosaic augmentation (#4787) 2021-09-15 00:57:06 +02:00
downloads.py Standardize headers and docstrings (#4417) 2021-08-14 21:17:51 +02:00
general.py Add TensorFlow formats to `export.py` (#4479) 2021-09-12 15:52:24 +02:00
loss.py Remove redundant `ComputeLoss` code (#4701) 2021-09-08 12:48:33 +02:00
metrics.py Close `matplotlib` plots after opening (#4612) 2021-08-30 17:22:21 +02:00
plots.py Centralize `user_config_dir()` decision making (#4755) 2021-09-11 16:32:08 +02:00
torch_utils.py EarlyStopper updates (#4679) 2021-09-05 19:09:53 +02:00