Update `LoadImages` `ret_val=False` handling (#5852) 1679aac unverified gggmt commited on Dec 2, 2021
Avoid inplace modifying`imgs` in `LoadStreams` (#5850) e8f8f2b unverified zhy2019 commited on Dec 2, 2021
Update `dataset_stats()` to `cv2.INTER_AREA` (#5821) 5ca5dd4 unverified glenn-jocher commited on Nov 29, 2021
`NUM_THREADS` leave at least 1 CPU free (#5706) 8df64a9 unverified glenn-jocher commited on Nov 18, 2021
Default DataLoader `shuffle=True` for training (#5623) 09d1703 unverified Werner Duvaud glenn-jocher pre-commit-ci[bot] commited on Nov 13, 2021
DDP `WORLD_SIZE`-safe dataloader workers (#5631) 7473f0f unverified glenn-jocher commited on Nov 12, 2021
`LOGGER` consolidation (#5569) 79bca2b unverified glenn-jocher pre-commit-ci[bot] commited on Nov 8, 2021
precommit: isort (#5493) 0155548 unverified Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on Nov 4, 2021
Add pre-commit CI actions (#4982) ed887b5 unverified Jirka Borovec glenn-jocher commited on Oct 28, 2021
take EXIF orientation tags into account when fixing corrupt images (#5270) 15e8c4c unverified jdfr glenn-jocher commited on Oct 20, 2021
autosplit: take image files with uppercase extensions into account (#5269) db3bbdd unverified jdfr glenn-jocher commited on Oct 20, 2021
Add class filtering to `LoadImagesAndLabels()` dataloader (#5172) a346926 unverified glenn-jocher commited on Oct 13, 2021
Re-open IP-camera videostream if disconnected (#5074) 48b00db unverified Egor Orel glenn-jocher commited on Oct 8, 2021
Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919) a64a4c8 unverified glenn-jocher commited on Sep 25, 2021
Sorted datasets update to `cache_labels()` (#4845) fe39562 unverified glenn-jocher commited on Sep 17, 2021
Shuffle all 4(or 9) images in mosaic augmentation (#4787) fcb225c unverified Jihoon Kim commited on Sep 14, 2021
Replace `path.absolute()` with `path.resolve()` (#4763) c47be26 unverified glenn-jocher commited on Sep 11, 2021
Fix missing labels after albumentations (#4455) 1d65e81 unverified Huu Quan, CAP Huu Quan glenn-jocher commited on Aug 18, 2021
Add TensorFlow and TFLite export (#1127) 808bcad unverified zldrobit glenn-jocher commited on Aug 17, 2021
Feature `python train.py --cache disk` (#4049) 2d99063 unverified junji hashimoto glenn-jocher commited on Aug 2, 2021
Train from `--data path/to/dataset.zip` feature (#4185) 5d66e48 unverified glenn-jocher commited on Jul 28, 2021
Numerical stability fix for Albumentations (#3958) 80299a5 unverified glenn-jocher commited on Jul 10, 2021
Update `dataset_stats()` for zipped datasets (#3926) 8c6f9e1 unverified glenn-jocher commited on Jul 8, 2021
Add multi-stream saving feature (#3864) 9d86b54 unverified ketan-b glenn-jocher commited on Jul 4, 2021
Add EXIF rotation to YOLOv5 Hub inference (#3852) 831773f unverified vaaliferov glenn-jocher commited on Jul 2, 2021
Fix `LoadStreams()` dataloader frame skip issue (#3833) 7d6af69 unverified Feras Oughali glenn-jocher commited on Jun 30, 2021
Fix for `dataset_stats()` with updated data.yaml (#3819) 3213d87 unverified glenn-jocher commited on Jun 29, 2021