yolov5 / utils /general.py

Commit History

fix: broken ``is_docker`` check (#8711)
0b5ac22
unverified

maxstrobel Maximilian Strobel glenn-jocher commited on

Set `torch.cuda.manual_seed_all()` for DDP (#8688)
7f7bd6f
unverified

glenn-jocher commited on

Update warning emojis (#8678)
b17629e
unverified

glenn-jocher commited on

Fix `OMP_NUM_THREADS=1` for macOS (#8624)
fbe67e4
unverified

glenn-jocher commited on

Avoid FP64 ops for MPS support in train.py (#8511)
dd28df9
unverified

glenn-jocher commited on

Training reproducibility improvements (#8213)
27d831b
unverified

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

`logging.ERROR` on `RANK` not in (0, 1) (#8284)
a2a1ed2
unverified

glenn-jocher commited on

fix(utils): missing edge when resample segments (#8092)
cf298fb
unverified

HRan2004 glenn-jocher commited on

Improved dataset error introspection (#8091)
47233e1
unverified

glenn-jocher commited on

`check_requirements()` "" Windows double quote (#8016)
5580b27
unverified

glenn-jocher commited on

cURL download double quotes (#7999)
a6e99e4
unverified

glenn-jocher commited on

`check_requirements()` Windows fix (#7997)
cd71aa3
unverified

glenn-jocher commited on

AMP check improvements backup YOLOv5n pretrained (#7959)
d07f9ce
unverified

glenn-jocher commited on

Increase NMS fixed time limit 300ms + 30ms/img (#7957)
68ff6c9
unverified

glenn-jocher commited on

Increase NMS time limit to 50 ms/img (#7956)
b5ebd47
unverified

glenn-jocher commited on

Windows `check_file()` fix (#7938)
541a5b7
unverified

glenn-jocher commited on

Fix AMP check tolerance (#7937)
9b4e054
unverified

glenn-jocher commited on

AMP check image download backup (#7936)
cf3fb58
unverified

glenn-jocher commited on

Code refactor (#7923)
cee5959
unverified

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

Add PyTorch AMP check (#7917)
eb1217f
unverified

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

Refactor collections and fstrings (#7821)
f000714
unverified

glenn-jocher commited on

Add Python version output (#7814)
3356f26
unverified

glenn-jocher commited on

Add `@threaded` decorator (#7813)
4a295b1
unverified

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

Update Dockerfile-cpu to force python3.9 (#7675)
c4862fc
unverified

glenn-jocher commited on

`increment_path()` robustness improvements (#7628)
1a3ecb8
unverified

glenn-jocher commited on

PyTorch Hub `_verbose=False` fix2 (#7550)
7043872
unverified

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

Update check_requirements() with `cmds=()` argument (#7543)
f62609e
unverified

glenn-jocher commited on

Added `YOLOv5_AUTOINSTALL` environment variable (#7505)
b77c8d9
unverified

Joseph Kocherhans glenn-jocher commited on

`check_fonts()` download to `CONFIG_DIR` fix (#7489)
ab5b917
unverified

glenn-jocher commited on

Improved non-latin `Annotator()` plotting (#7488)
c9042dc
unverified

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

Update `git_describe()` (#7402)
014acde
unverified

glenn-jocher commited on

Add `retry=3` to `download()` (#7313)
32661f7
unverified

glenn-jocher commited on

fix: disable usage of root logger (#7296)
741fac8
unverified

maxstrobel Maximilian Strobel glenn-jocher pre-commit-ci[bot] commited on

Update `cv2.imread()` patch with flags argument (#7287)
2181ef3
unverified

glenn-jocher commited on

Export with official `nn.SiLU()` (#7256)
ffcbd8c
unverified

glenn-jocher commited on

Update minimum Python>=3.7.0 (#7247)
a19406b
unverified

glenn-jocher commited on

CLI `fire` prep updates (#7229)
2c32218
unverified

glenn-jocher commited on

precommit: yapf (#5494)
c3d5ac1
unverified

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

NMS unused variable fix (#7161)
3373aab
unverified

glenn-jocher commited on

Adjust NMS time limit warning to batch size (#7156)
26bfd44
unverified

glenn-jocher commited on

Fix `detect.py --view-img` for non-ASCII paths (#7093)
a4c6618
unverified

Zengyf-CVer 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

Multi-threaded VisDrone and VOC downloads (#7108)
c3ae4e4
unverified

glenn-jocher commited on

Conditional `Timeout()` by OS (disable on Windows) (#7013)
3f634d4
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

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

glenn-jocher commited on

Updated VOC hyperparameters (#6732)
2692e67
unverified

glenn-jocher commited on

Fix `hyp_evolve.yaml` indexing bug (#6604)
c21da59
unverified

glenn-jocher commited on

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

glenn-jocher commited on