yolov5/utils
Glenn Jocher 548a98a391
Recursive directories dataset capability (#1408)
* Recursive directories dataset capability

* x.split('.')[-1]

* f += glob.glob(f"{p}{os.sep}**.*", recursive=True)

* f += glob.glob(str(p / '**.*'), recursive=True)

* remove . from image and vid formats

* .txt to txt

* str(p / '**' / '*.*')
2020-11-16 16:24:57 +01:00
..
google_app_engine adding the configuration to deploy yolov5 in in app engine (#964) 2020-09-22 11:48:44 -07:00
__init__.py initial commit 2020-05-29 17:04:54 -07:00
activations.py Utils reorganization (#1392) 2020-11-14 11:50:32 +01:00
autoanchor.py Utils reorganization (#1392) 2020-11-14 11:50:32 +01:00
datasets.py Recursive directories dataset capability (#1408) 2020-11-16 16:24:57 +01:00
general.py Recursive directories dataset capability (#1408) 2020-11-16 16:24:57 +01:00
google_utils.py Utils reorganization (#1392) 2020-11-14 11:50:32 +01:00
loss.py Utils reorganization (#1392) 2020-11-14 11:50:32 +01:00
metrics.py Utils reorganization (#1392) 2020-11-14 11:50:32 +01:00
plots.py W&B logging add hyperparameters (#1399) 2020-11-16 13:35:34 +01:00
torch_utils.py Improved FLOPS computation (#1398) 2020-11-14 14:48:55 +01:00