yolov5 / utils /datasets.py

Commit History

Disable `pbar` for DDP ranks > 0 (#7440)
c9a3b14
unverified

glenn-jocher commited on

Print dataset scan only `if RANK in (-1, 0)` (#7337)
5f941a8
unverified

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

Use `tqdm.auto` (#7311)
f735458
unverified

glenn-jocher commited on

[pre-commit.ci] pre-commit suggestions (#7279)
7882950
unverified

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

Fix `www.youtube.com` hostname (#7242)
37675e1
unverified

glenn-jocher commited on

precommit: yapf (#5494)
c3d5ac1
unverified

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

Fix `cv2.imwrite` on non-ASCII paths (#7139)
d115bbf
unverified

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

`np.fromfile()` Chinese image paths fix (#6979)
bc3ed95
unverified

yeshanliu glenn-jocher commited on

Fix incomplete URL substring sanitation (#7056)
9f4d113
unverified

glenn-jocher commited on

Update TQDM bar format (#6988)
c09fb2a
unverified

glenn-jocher commited on

Allow 3-point segments (#6938)
caf7ad0
unverified

glenn-jocher commited on

Update `--cache disk` deprecate `*_npy/` dirs (#6876)
4728840
unverified

glenn-jocher commited on

Add `*.ts` to `VID_FORMATS` (#6859)
8a66eba
unverified

glenn-jocher commited on

Update `nw` to `max(nd, 1)` (#6714)
c43f135
unverified

glenn-jocher commited on

Fix floating point in number of workers `nw` (#6701)
0365379
unverified

Samuel Yvon commited on

Validate with 2x `--workers` single-GPU/CPU fix (#6659)
1ff4370
unverified

glenn-jocher commited on

Validate with 2x `--workers` (#6658)
6769021
unverified

glenn-jocher commited on

YouTube dependency fix `youtube_dl==2020.12.2` (#6612)
b40bdd6
unverified

glenn-jocher commited on

Fix YouTube dislike button bug in `pafy` package (#6603)
364b7c5
unverified

glenn-jocher commited on

Add `DATASETS_DIR` global in general.py (#6578)
9c513ca
unverified

glenn-jocher commited on

Move trainloader functions to class methods (#6559)
b57abb1
unverified

glenn-jocher commited on

Fix 6 Flake8 issues (#6541)
cba4303
unverified

Jirka Borovec glenn-jocher commited on

Fix2 `select_device()` for Multi-GPU (#6461)
d8b5beb
unverified

glenn-jocher commited on

Fix `select_device()` for Multi-GPU (#6434)
856d4e5
unverified

glenn-jocher commited on

Revert "Remove `dataset_stats()` autodownload capability (#6303)" (#6442)
fe7de6a
unverified

glenn-jocher commited on

Add `*.asf` video support (#6436)
3b7ac28
unverified

toschi23 commited on

Add `detect.py` GIF video inference (#6410)
482af47
unverified

glenn-jocher commited on

`DEVICE_COUNT` instead of `WORLD_SIZE` to calculate `nw` (#6324)
e1893c8
unverified

sitecao commited on

Console corrupted -> corrupt (#6338)
fd55271
unverified

glenn-jocher commited on

Remove `dataset_stats()` autodownload capability (#6303)
3119b2f
unverified

glenn-jocher commited on

Fix `nan`-robust stream FPS (#6198)
9e9219f
unverified

glenn-jocher commited on

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