yolov5 / utils /datasets.py

Commit History

Refactor NUM_THREADS (#5954)
8f875d9
unverified

glenn-jocher commited on

Update `nl` after `cutout()` (#5873)
d885799
unverified

glenn-jocher commited on

Update `LoadImages` `ret_val=False` handling (#5852)
1679aac
unverified

gggmt commited on

Avoid inplace modifying`imgs` in `LoadStreams` (#5850)
e8f8f2b
unverified

zhy2019 commited on

Update `dataset_stats()` to `cv2.INTER_AREA` (#5821)
5ca5dd4
unverified

glenn-jocher commited on

`NUM_THREADS` leave at least 1 CPU free (#5706)
8df64a9
unverified

glenn-jocher commited on

Default DataLoader `shuffle=True` for training (#5623)
09d1703
unverified

Werner Duvaud glenn-jocher pre-commit-ci[bot] commited on

DDP `WORLD_SIZE`-safe dataloader workers (#5631)
7473f0f
unverified

glenn-jocher commited on

HUB dataset previews to JPEG (#5627)
d5b21b1
unverified

glenn-jocher commited on

`np.unique()` sort fix for segments (#5609)
6903251
unverified

glenn-jocher commited on

`LOGGER` consolidation (#5569)
79bca2b
unverified

glenn-jocher pre-commit-ci[bot] commited on

precommit: isort (#5493)
0155548
unverified

Jirka Borovec pre-commit-ci[bot] glenn-jocher commited on

Fix float zeros format (#5491)
5866646
unverified

glenn-jocher commited on

Update `get_loggers()` (#4854)
7b1f7ae
unverified

glenn-jocher pre-commit commited on

Add pre-commit CI actions (#4982)
ed887b5
unverified

Jirka Borovec glenn-jocher commited on

take EXIF orientation tags into account when fixing corrupt images (#5270)
15e8c4c
unverified

jdfr glenn-jocher commited on

autosplit: take image files with uppercase extensions into account (#5269)
db3bbdd
unverified

jdfr glenn-jocher commited on

Autofix duplicate label handling (#5210)
991c654
unverified

glenn-jocher commited on

Add class filtering to `LoadImagesAndLabels()` dataloader (#5172)
a346926
unverified

glenn-jocher commited on

Fix SKU-110K HUB: `OSError` (#5106)
276b674
unverified

glenn-jocher commited on

Re-open IP-camera videostream if disconnected (#5074)
48b00db
unverified

Egor Orel glenn-jocher commited on

Update datasets.py comments (#5088)
57ce73c
unverified

glenn-jocher commited on

Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919)
a64a4c8
unverified

glenn-jocher commited on

Single `cache_version` definition (#4846)
4fdaec0
unverified

glenn-jocher commited on

Sorted datasets update to `cache_labels()` (#4845)
fe39562
unverified

glenn-jocher commited on

Shuffle all 4(or 9) images in mosaic augmentation (#4787)
fcb225c
unverified

Jihoon Kim commited on

Replace `path.absolute()` with `path.resolve()` (#4763)
c47be26
unverified

glenn-jocher commited on

Add suffix checks (#4711)
a2b3c71
unverified

glenn-jocher commited on

Fix for corrupt JPEGs auto-fix PR (#4560)
e899d6e
unverified

glenn-jocher commited on

Auto-fix corrupt JPEGs (#4548)
11f85e7
unverified

glenn-jocher commited on

Fix missing labels after albumentations (#4455)
1d65e81
unverified

Huu Quan, CAP Huu Quan glenn-jocher commited on

Standardize headers and docstrings (#4417)
24bea5e
unverified

glenn-jocher commited on

Remove `encoding='ascii'` (#4413)
63e09fd
unverified

glenn-jocher commited on

Feature `python train.py --cache disk` (#4049)
2d99063
unverified

junji hashimoto glenn-jocher commited on

Train from `--data path/to/dataset.zip` feature (#4185)
5d66e48
unverified

glenn-jocher commited on

Update script headers (#4163)
0ad6301
unverified

glenn-jocher commited on

`val.py` refactor (#4053)
f7d8562
unverified

glenn-jocher Ayush Chaurasia commited on

Update `probability` to `p` (#3980)
b3dabdc
unverified

glenn-jocher commited on

Numerical stability fix for Albumentations (#3958)
80299a5
unverified

glenn-jocher commited on

Cache v0.4 update (#3954)
443af8b
unverified

glenn-jocher commited on

Update `dataset_stats()` for zipped datasets (#3926)
8c6f9e1
unverified

glenn-jocher commited on

YOLOv5 + Albumentations integration (#3882)
33202b7
unverified

glenn-jocher commited on

Improved BGR2RGB speeds (#3880)
3c3f8fb
unverified

glenn-jocher commited on

Create `utils/augmentations.py` (#3877)
9e8fb9f
unverified

glenn-jocher commited on

Add multi-stream saving feature (#3864)
9d86b54
unverified

ketan-b glenn-jocher commited on

Copy-Paste augmentation for YOLOv5 (#3845)
c6c88dc
unverified

glenn-jocher commited on

Fix `LoadStreams()` dataloader frame skip issue (#3833)
7d6af69
unverified

Feras Oughali glenn-jocher commited on

Fix for `dataset_stats()` with updated data.yaml (#3819)
3213d87
unverified

glenn-jocher commited on