Add `DATASETS_DIR` global in general.py (#6578) 9c513ca unverified glenn-jocher commited on Feb 8, 2022
Update val_batch*.jpg for Chinese fonts (#6526) c3e599c unverified glenn-jocher pre-commit-ci[bot] commited on Feb 3, 2022
Namespace `VERBOSE` env variable to `YOLOv5_VERBOSE` (#6428) d5966c9 unverified glenn-jocher commited on Jan 25, 2022
Rename logger from 'utils.logger' to 'yolov5' (#6421) ed9bac8 unverified Jonathan Samelson glenn-jocher commited on Jan 25, 2022
Update NMS `max_wh=7680` for 8k images (#6178) b4a29b5 unverified glenn-jocher commited on Jan 3, 2022
Check TensorRT>=8.0.0 version (#6021) 407a905 unverified glenn-jocher pre-commit-ci[bot] commited on Dec 17, 2021
`AutoShape()` models as `DetectMultiBackend()` instances (#5845) 7bf04d9 unverified glenn-jocher commited on Dec 4, 2021
Remove NCOLS from tqdm (#5804) 7c6bae0 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 26, 2021
Do not save hyp.yaml and opt.yaml on evolve (#5775) 4ca4aec unverified glenn-jocher commited on Nov 24, 2021
Update train, val `tqdm` to fixed width (#5367) 61c5019 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 10, 2021
Fix `check_requirements()` resource warning allocation open file (#5602) 27bf428 unverified Ayman Saleh Ayman Saleh glenn-jocher commited on Nov 10, 2021
New `DetectMultiBackend()` class (#5549) 3883261 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 9, 2021
`LOGGER` consolidation (#5569) 79bca2b unverified glenn-jocher pre-commit-ci[bot] commited on Nov 8, 2021
Fix `save_one_box()` (#5545) 3f64ad1 unverified glenn-jocher pre-commit-ci[bot] commited on Nov 6, 2021
`intersect_dicts()` in hubconf.py fix (#5542) e189fa1 unverified glenn-jocher commited on Nov 6, 2021
Update `check_file()` avoid repeat URL downloads (#5526) 32b8738 unverified glenn-jocher commited on Nov 5, 2021
Fix `increment_path()` explicit file vs dir handling (#5523) 8535053 unverified glenn-jocher commited on Nov 5, 2021
Update `check_git_status()` to run under `ROOT` working directory (#5441) 7476012 unverified Mrinal Jain glenn-jocher commited on Nov 2, 2021
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309) 8c326a1 unverified glenn-jocher commited on Nov 1, 2021
Add pre-commit CI actions (#4982) ed887b5 unverified Jirka Borovec glenn-jocher commited on Oct 28, 2021
Improved check_suffix() robustness to `''` and `""` (#5192) 7ee5aed unverified glenn-jocher commited on Oct 14, 2021
Fix pylint: do not use bare 'except' (#5025) 1922dde unverified Zhiqiang Wang commited on Oct 4, 2021
Fix `isascii()` method calls for python 3.6 (#4958) c1bed60 unverified Diego Montes glenn-jocher commited on Sep 28, 2021
Fix `root` referenced before assignment (#4920) 39c17ce unverified glenn-jocher commited on Sep 25, 2021
Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919) a64a4c8 unverified glenn-jocher commited on Sep 25, 2021
Simplify `check_requirements()` usage (#4855) 4c839ee unverified glenn-jocher commited on Sep 18, 2021
Refactor argparser printing to `print_args()` (#4850) 3732f9a unverified glenn-jocher commited on Sep 18, 2021
Feature/fix export on url (#4823) 43b2817 unverified Kalen Michael glenn-jocher commited on Sep 16, 2021
Add TensorFlow formats to `export.py` (#4479) c3a93d7 unverified glenn-jocher commited on Sep 12, 2021
Replace `path.absolute()` with `path.resolve()` (#4763) c47be26 unverified glenn-jocher commited on Sep 11, 2021
Centralize `user_config_dir()` decision making (#4755) cd810c8 unverified glenn-jocher commited on Sep 11, 2021
Update `is_writeable()` for 2 methods (#4744) 22ee6fb unverified glenn-jocher commited on Sep 10, 2021
Fix `is_writeable()` for 3 OS support (#4743) a144536 unverified glenn-jocher commited on Sep 10, 2021
Fix `user_config_dir()` for GCP/AWS functions (#4726) 4a025ae unverified glenn-jocher commited on Sep 9, 2021