yolov5 / utils /general.py

Commit History

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

Centralize `user_config_dir()` decision making (#4755)
cd810c8
unverified

glenn-jocher commited on

Update `is_writeable()` for 2 methods (#4744)
22ee6fb
unverified

glenn-jocher commited on

Fix `is_writeable()` for 3 OS support (#4743)
a144536
unverified

glenn-jocher commited on

Fix `user_config_dir()` for GCP/AWS functions (#4726)
4a025ae
unverified

glenn-jocher commited on

Add `user_config_dir('Ultralytics')` (#4715)
8e94bf6
unverified

glenn-jocher commited on

Update `check_yaml()` comment (#4713)
25a7e1d
unverified

glenn-jocher commited on

Fix `check_suffix()` (#4712)
f984cce
unverified

glenn-jocher commited on

Add suffix checks (#4711)
a2b3c71
unverified

glenn-jocher commited on

Update `check_git_status()` warning (#4610)
3a72d4a
unverified

glenn-jocher commited on

Auto-UTF handling (#4594)
e5e5ebc
unverified

glenn-jocher commited on

Create `Annotator()` class (#4591)
de44376
unverified

glenn-jocher commited on

Add `Profile()` profiler (#4587)
bbfafea
unverified

glenn-jocher commited on

Add `install=True` argument to `check_requirements` (#4512)
7b1643b
unverified

glenn-jocher commited on

TFLite prep (#4436)
f3e3f76
unverified

glenn-jocher commited on

Standardize headers and docstrings (#4417)
24bea5e
unverified

glenn-jocher commited on

Merge PIL and OpenCV in `plot_one_box(use_pil=False)` (#4416)
2da4e7a
unverified

glenn-jocher commited on

Remove `encoding='ascii'` (#4413)
63e09fd
unverified

glenn-jocher commited on

Evolve in CSV format (#4307)
e78aeac
unverified

glenn-jocher commited on

Add `train.py` and `val.py` callbacks (#4220)
b74929c
unverified

Kalen Michael glenn-jocher commited on

Add `@try_except` decorator (#4224)
7820614
unverified

glenn-jocher commited on