yolov5 / utils

Commit History

Update __init__.py (#7065)
9e75cbf
unverified

glenn-jocher commited on

Update W&B message to `LOGGER.info()` (#7064)
e278fd6
unverified

glenn-jocher commited on

Fix `check_anchor_order()` in pixel-space not grid-space (#7060)
f327eee
unverified

glenn-jocher commited on

Use PIL to eliminate chroma subsampling in crops (#7008)
529fbc1
unverified

laserborg glenn-jocher commited on

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

glenn-jocher commited on

`ComputeLoss()` indexing/speed improvements (#7048)
b0ba101
unverified

glenn-jocher commited on

fix: add default PIL font as fallback (#7010)
7c6a335
unverified

maxstrobel Maximilian Strobel glenn-jocher commited on

Conditional `Timeout()` by OS (disable on Windows) (#7013)
3f634d4
unverified

glenn-jocher commited on

Update TQDM bar format (#6988)
c09fb2a
unverified

glenn-jocher commited on

YOLOv5 Export Benchmarks for GPU (#6963)
932dc78
unverified

glenn-jocher commited on

Allow 3-point segments (#6938)
caf7ad0
unverified

glenn-jocher commited on

Move `git_describe()` to general.py (#6918)
6dd82c0
unverified

glenn-jocher commited on

Update bytes to GB with bitshift (#6886)
e6e36aa
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

AutoAnchor improved initialization robustness (#6854)
601dbb8
unverified

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

Update sweep.yaml (#6825)
bcc92e2
unverified

lcombaldieu commited on

Update autoanchor.py (#6794)
63ddb6f
unverified

glenn-jocher commited on

Update EMA decay `tau` (#6769)
0f81991
unverified

glenn-jocher commited on

Default `OMP_NUM_THREADS=8` (#6770)
c161557
unverified

glenn-jocher commited on

Updated VOC hyperparameters (#6732)
2692e67
unverified

glenn-jocher commited on

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

glenn-jocher commited on

Suppress `torch` AMP-CPU warnings (#6706)
4de8b24
unverified

glenn-jocher commited on

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

Samuel Yvon commited on

Robust `scipy.cluster.vq.kmeans` too few points (#6668)
2e5c67e
unverified

glenn-jocher 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

Fixed wandb logger KeyError (#6637)
ca0a007
unverified

imyhxy commited on

Fix ConfusionMatrix scale `vmin=0.0` (#6638)
5389300
unverified

glenn-jocher commited on

YOLOv5 Export Benchmarks (#6613)
a45e472
unverified

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

W&B: don't log media in evolve (#6617)
96d8f86
unverified

Ayush Chaurasia commited on

W&B: Improve resume stability (#6611)
51f7750
unverified

Ayush Chaurasia glenn-jocher commited on

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

glenn-jocher commited on

Fix `ROOT / data` when running W&B `log_dataset()` (#6606)
cb2ad9f
unverified

or-toledano commited on

Fix `hyp_evolve.yaml` indexing bug (#6604)
c21da59
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

Fix `plot_labels()` colored histogram bug (#6574)
f627bc5
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

Update val_batch*.jpg for Chinese fonts (#6526)
c3e599c
unverified

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

Resolve dataset paths (#6489)
6445a81
unverified

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

Namespace `VERBOSE` env variable to `YOLOv5_VERBOSE` (#6428)
d5966c9
unverified

glenn-jocher commited on

Rename logger from 'utils.logger' to 'yolov5' (#6421)
ed9bac8
unverified

Jonathan Samelson glenn-jocher commited on

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

glenn-jocher commited on

Add `stop_training=False` flag to callbacks (#6365)
8efe977
unverified

Matthias glenn-jocher commited on