yolov5/utils
Diego Montes c1bed601e9
Fix `isascii()` method calls for python 3.6 (#4958)
* fix isascii for python3.6

* update comment with python 3.7 note

Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2021-09-27 20:16:23 -07:00
..
aws Update `sys.path.append(str(ROOT))` (#4852) 2021-09-18 15:02:08 +02:00
flask_rest_api
google_app_engine
loggers W&B: Fix dataset check (#4879) 2021-09-21 20:02:32 +02:00
__init__.py Update `sys.path.append(str(ROOT))` (#4852) 2021-09-18 15:02:08 +02:00
activations.py
augmentations.py Update default Albumentations (#4931) 2021-09-26 12:10:33 -07:00
autoanchor.py Simplify `check_requirements()` usage (#4855) 2021-09-18 18:34:30 +02:00
callbacks.py Optimised Callback Class to Reduce Code and Fix Errors (#4688) 2021-09-07 18:32:15 +02:00
datasets.py Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919) 2021-09-25 08:52:36 -07:00
downloads.py Replace `os.system('unzip file.zip')` -> `ZipFile.extractall()` (#4919) 2021-09-25 08:52:36 -07:00
general.py Fix `isascii()` method calls for python 3.6 (#4958) 2021-09-27 20:16:23 -07:00
loss.py Remove redundant `ComputeLoss` code (#4701) 2021-09-08 12:48:33 +02:00
metrics.py Close `matplotlib` plots after opening (#4612) 2021-08-30 17:22:21 +02:00
plots.py Fix `isascii()` method calls for python 3.6 (#4958) 2021-09-27 20:16:23 -07:00
torch_utils.py Consolidate `init_seeds()` (#4849) 2021-09-18 13:28:42 +02:00