196 Commits (734ab033fdd7542bde14cab6c040415eb51dc9ac)

Author SHA1 Message Date
  Glenn Jocher c21da596f3
Fix `hyp_evolve.yaml` indexing bug (#6604) 2 years ago
  Glenn Jocher 9c513ca629
Add `DATASETS_DIR` global in general.py (#6578) 2 years ago
  Jirka Borovec cba4303d32
Fix 6 Flake8 issues (#6541) 2 years ago
  Glenn Jocher c3e599cfda
Update val_batch*.jpg for Chinese fonts (#6526) 2 years ago
  Glenn Jocher 6445a8137e
Resolve dataset paths (#6489) 2 years ago
  Glenn Jocher d5966c93f1
Namespace `VERBOSE` env variable to `YOLOv5_VERBOSE` (#6428) 2 years ago
  Jonathan Samelson ed9bac8392
Rename logger from 'utils.logger' to 'yolov5' (#6421) 2 years ago
  johnk2hawaii 9708cf56ea
New environment variable `VERBOSE` (#6353) 2 years ago
  Glenn Jocher af001349e4
Add `is_kaggle()` function (#6285) 2 years ago
  Glenn Jocher b4a29b5a8d
Update NMS `max_wh=7680` for 8k images (#6178) 2 years ago
  Glenn Jocher b8a4babd60
Simplify `set_logging()` indexing (#6042) 2 years ago
  Glenn Jocher 0db9d5b6a2
Kaggle `LOGGER` fix (#6041) 2 years ago
  Glenn Jocher 407a905747
Check TensorRT>=8.0.0 version (#6021) 2 years ago
  Glenn Jocher 8f875d93a2
Refactor NUM_THREADS (#5954) 2 years ago
  iumyx2612 a42af30d8a
Update `strip_optimizer()` (#5949) 2 years ago
  Glenn Jocher 7bf04d9bbf
`AutoShape()` models as `DetectMultiBackend()` instances (#5845) 2 years ago
  Glenn Jocher 7c6bae0ae6
Remove NCOLS from tqdm (#5804) 2 years ago
  Glenn Jocher 4ca4aec46f
Do not save hyp.yaml and opt.yaml on evolve (#5775) 2 years ago
  Glenn Jocher 61c50199a2
Update train, val `tqdm` to fixed width (#5367) 2 years ago
  Ayman Saleh 27bf4282d3
Fix `check_requirements()` resource warning allocation open file (#5602) 2 years ago
  Glenn Jocher 3883261143
New `DetectMultiBackend()` class (#5549) 2 years ago
  Glenn Jocher 79bca2bf64
`LOGGER` consolidation (#5569) 2 years ago
  Glenn Jocher 3f64ad1760
Fix `save_one_box()` (#5545) 2 years ago
  Glenn Jocher e189fa15ea
`intersect_dicts()` in hubconf.py fix (#5542) 2 years ago
  Glenn Jocher 32b8738735
Update `check_file()` avoid repeat URL downloads (#5526) 2 years ago
  Glenn Jocher 853505339a
Fix `increment_path()` explicit file vs dir handling (#5523) 2 years ago
  Glenn Jocher 17b5f5b974
Fix `increment_path()` with periods (#5518) 2 years ago
  Glenn Jocher 5866646cc8
Fix float zeros format (#5491) 2 years ago
  Mrinal Jain 7476012a4d
Update `check_git_status()` to run under `ROOT` working directory (#5441) 2 years ago
  Glenn Jocher 7b1f7aec46
Update `get_loggers()` (#4854) 2 years ago
  Glenn Jocher 8c326a1edf
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309) 2 years ago
  Jirka Borovec ed887b5976
Add pre-commit CI actions (#4982) 2 years ago
  Glenn Jocher 7ee5aed0b3
Improved check_suffix() robustness to `''` and `""` (#5192) 2 years ago
  Zhiqiang Wang 1922ddeac0
Fix pylint: do not use bare 'except' (#5025) 3 years ago
  Kalen Michael 76d301bd21
Fix URL parsing bug (#4998) 3 years ago
  Diego Montes c1bed601e9
Fix `isascii()` method calls for python 3.6 (#4958) 3 years ago
  Glenn Jocher a820b43aca
Automatic Chinese fonts plotting (#4951) 3 years ago
  Glenn Jocher 5a8e4343d8
Scope `check_file()` search space (#4933) 3 years ago
  Glenn Jocher 39c17ce0b9
Fix `root` referenced before assignment (#4920) 3 years ago
  Glenn Jocher a64a4c839f
Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919) 3 years ago
  Glenn Jocher 4c839eeb10
Simplify `check_requirements()` usage (#4855) 3 years ago
  Glenn Jocher 3732f9ac8a
Refactor argparser printing to `print_args()` (#4850) 3 years ago
  Glenn Jocher 84bfa89236
Consolidate `init_seeds()` (#4849) 3 years ago
  Kalen Michael 43b2817f6e
Feature/fix export on url (#4823) 3 years ago
  Glenn Jocher c3a93d783d
Add TensorFlow formats to `export.py` (#4479) 3 years ago
  Glenn Jocher c47be26f34
Replace `path.absolute()` with `path.resolve()` (#4763) 3 years ago
  Glenn Jocher cd810c8286
Centralize `user_config_dir()` decision making (#4755) 3 years ago
  Glenn Jocher 22ee6fb7c1
Update `is_writeable()` for 2 methods (#4744) 3 years ago
  Glenn Jocher a144536f88
Fix `is_writeable()` for 3 OS support (#4743) 3 years ago
  Glenn Jocher 4a025ae97f
Fix `user_config_dir()` for GCP/AWS functions (#4726) 3 years ago