196 次代码提交 (734ab033fdd7542bde14cab6c040415eb51dc9ac)

作者 SHA1 备注 提交日期
  Glenn Jocher 2c3221844b
CLI `fire` prep updates (#7229) 2 年前
  Jirka Borovec c3d5ac151e
precommit: yapf (#5494) 2 年前
  Glenn Jocher 3373aab56c
NMS unused variable fix (#7161) 2 年前
  Glenn Jocher 26bfd44465
Adjust NMS time limit warning to batch size (#7156) 2 年前
  Zengyf-CVer a4c661873f
Fix `detect.py --view-img` for non-ASCII paths (#7093) 2 年前
  RcINS d115bbf509
Fix `cv2.imwrite` on non-ASCII paths (#7139) 2 年前
  Glenn Jocher c3ae4e4af6
Multi-threaded VisDrone and VOC downloads (#7108) 2 年前
  Glenn Jocher 3f634d43c8
Conditional `Timeout()` by OS (disable on Windows) (#7013) 2 年前
  Glenn Jocher 6dd82c0252
Move `git_describe()` to general.py (#6918) 2 年前
  Glenn Jocher e6e36aac10
Update bytes to GB with bitshift (#6886) 2 年前
  Glenn Jocher c161557563
Default `OMP_NUM_THREADS=8` (#6770) 2 年前
  Glenn Jocher 2692e67c5f
Updated VOC hyperparameters (#6732) 2 年前
  Glenn Jocher c21da596f3
Fix `hyp_evolve.yaml` indexing bug (#6604) 2 年前
  Glenn Jocher 9c513ca629
Add `DATASETS_DIR` global in general.py (#6578) 2 年前
  Jirka Borovec cba4303d32
Fix 6 Flake8 issues (#6541) 2 年前
  Glenn Jocher c3e599cfda
Update val_batch*.jpg for Chinese fonts (#6526) 2 年前
  Glenn Jocher 6445a8137e
Resolve dataset paths (#6489) 2 年前
  Glenn Jocher d5966c93f1
Namespace `VERBOSE` env variable to `YOLOv5_VERBOSE` (#6428) 2 年前
  Jonathan Samelson ed9bac8392
Rename logger from 'utils.logger' to 'yolov5' (#6421) 2 年前
  johnk2hawaii 9708cf56ea
New environment variable `VERBOSE` (#6353) 2 年前
  Glenn Jocher af001349e4
Add `is_kaggle()` function (#6285) 2 年前
  Glenn Jocher b4a29b5a8d
Update NMS `max_wh=7680` for 8k images (#6178) 2 年前
  Glenn Jocher b8a4babd60
Simplify `set_logging()` indexing (#6042) 2 年前
  Glenn Jocher 0db9d5b6a2
Kaggle `LOGGER` fix (#6041) 2 年前
  Glenn Jocher 407a905747
Check TensorRT>=8.0.0 version (#6021) 2 年前
  Glenn Jocher 8f875d93a2
Refactor NUM_THREADS (#5954) 2 年前
  iumyx2612 a42af30d8a
Update `strip_optimizer()` (#5949) 2 年前
  Glenn Jocher 7bf04d9bbf
`AutoShape()` models as `DetectMultiBackend()` instances (#5845) 2 年前
  Glenn Jocher 7c6bae0ae6
Remove NCOLS from tqdm (#5804) 2 年前
  Glenn Jocher 4ca4aec46f
Do not save hyp.yaml and opt.yaml on evolve (#5775) 2 年前
  Glenn Jocher 61c50199a2
Update train, val `tqdm` to fixed width (#5367) 2 年前
  Ayman Saleh 27bf4282d3
Fix `check_requirements()` resource warning allocation open file (#5602) 2 年前
  Glenn Jocher 3883261143
New `DetectMultiBackend()` class (#5549) 2 年前
  Glenn Jocher 79bca2bf64
`LOGGER` consolidation (#5569) 2 年前
  Glenn Jocher 3f64ad1760
Fix `save_one_box()` (#5545) 2 年前
  Glenn Jocher e189fa15ea
`intersect_dicts()` in hubconf.py fix (#5542) 2 年前
  Glenn Jocher 32b8738735
Update `check_file()` avoid repeat URL downloads (#5526) 2 年前
  Glenn Jocher 853505339a
Fix `increment_path()` explicit file vs dir handling (#5523) 2 年前
  Glenn Jocher 17b5f5b974
Fix `increment_path()` with periods (#5518) 2 年前
  Glenn Jocher 5866646cc8
Fix float zeros format (#5491) 2 年前
  Mrinal Jain 7476012a4d
Update `check_git_status()` to run under `ROOT` working directory (#5441) 2 年前
  Glenn Jocher 7b1f7aec46
Update `get_loggers()` (#4854) 2 年前
  Glenn Jocher 8c326a1edf
Meshgrid `indexing='ij'` for PyTorch 1.10 (#5309) 2 年前
  Jirka Borovec ed887b5976
Add pre-commit CI actions (#4982) 2 年前
  Glenn Jocher 7ee5aed0b3
Improved check_suffix() robustness to `''` and `""` (#5192) 2 年前
  Zhiqiang Wang 1922ddeac0
Fix pylint: do not use bare 'except' (#5025) 3 年前
  Kalen Michael 76d301bd21
Fix URL parsing bug (#4998) 3 年前
  Diego Montes c1bed601e9
Fix `isascii()` method calls for python 3.6 (#4958) 3 年前
  Glenn Jocher a820b43aca
Automatic Chinese fonts plotting (#4951) 3 年前
  Glenn Jocher 5a8e4343d8
Scope `check_file()` search space (#4933) 3 年前