yolov5 / utils /general.py

Commit History

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

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

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

New environment variable `VERBOSE` (#6353)
9708cf5
unverified

johnk2hawaii commited on

Add `is_kaggle()` function (#6285)
af00134
unverified

glenn-jocher commited on

Update NMS `max_wh=7680` for 8k images (#6178)
b4a29b5
unverified

glenn-jocher commited on

Simplify `set_logging()` indexing (#6042)
b8a4bab
unverified

glenn-jocher commited on

Kaggle `LOGGER` fix (#6041)
0db9d5b
unverified

glenn-jocher commited on

Check TensorRT>=8.0.0 version (#6021)
407a905
unverified

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

Refactor NUM_THREADS (#5954)
8f875d9
unverified

glenn-jocher commited on

Update `strip_optimizer()` (#5949)
a42af30
unverified

iumyx2612 commited on

`AutoShape()` models as `DetectMultiBackend()` instances (#5845)
7bf04d9
unverified

glenn-jocher commited on

Remove NCOLS from tqdm (#5804)
7c6bae0
unverified

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

Do not save hyp.yaml and opt.yaml on evolve (#5775)
4ca4aec
unverified

glenn-jocher commited on

Update train, val `tqdm` to fixed width (#5367)
61c5019
unverified

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

Fix `check_requirements()` resource warning allocation open file (#5602)
27bf428
unverified

Ayman Saleh Ayman Saleh glenn-jocher commited on

New `DetectMultiBackend()` class (#5549)
3883261
unverified

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

`LOGGER` consolidation (#5569)
79bca2b
unverified

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

Fix `save_one_box()` (#5545)
3f64ad1
unverified

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

`intersect_dicts()` in hubconf.py fix (#5542)
e189fa1
unverified

glenn-jocher commited on

Update `check_file()` avoid repeat URL downloads (#5526)
32b8738
unverified

glenn-jocher commited on

Fix `increment_path()` explicit file vs dir handling (#5523)
8535053
unverified

glenn-jocher commited on

Fix `increment_path()` with periods (#5518)
17b5f5b
unverified

glenn-jocher commited on

Fix float zeros format (#5491)
5866646
unverified

glenn-jocher commited on

Update `check_git_status()` to run under `ROOT` working directory (#5441)
7476012
unverified

Mrinal Jain glenn-jocher commited on

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

glenn-jocher pre-commit commited on

Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309)
8c326a1
unverified

glenn-jocher commited on

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

Jirka Borovec glenn-jocher commited on

Improved check_suffix() robustness to `''` and `""` (#5192)
7ee5aed
unverified

glenn-jocher commited on

Fix pylint: do not use bare 'except' (#5025)
1922dde
unverified

Zhiqiang Wang commited on

Fix URL parsing bug (#4998)
76d301b
unverified

Kalen Michael glenn-jocher commited on

Fix `isascii()` method calls for python 3.6 (#4958)
c1bed60
unverified

Diego Montes glenn-jocher commited on

Automatic Chinese fonts plotting (#4951)
a820b43
unverified

glenn-jocher commited on

Scope `check_file()` search space (#4933)
5a8e434
unverified

glenn-jocher commited on

Fix `root` referenced before assignment (#4920)
39c17ce
unverified

glenn-jocher commited on

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

glenn-jocher commited on

Simplify `check_requirements()` usage (#4855)
4c839ee
unverified

glenn-jocher commited on

Refactor argparser printing to `print_args()` (#4850)
3732f9a
unverified

glenn-jocher commited on

Consolidate `init_seeds()` (#4849)
84bfa89
unverified

glenn-jocher commited on

Feature/fix export on url (#4823)
43b2817
unverified

Kalen Michael glenn-jocher commited on

Add TensorFlow formats to `export.py` (#4479)
c3a93d7
unverified

glenn-jocher commited on

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

glenn-jocher commited on