yolov5/utils
Glenn Jocher 48e56d3c9b
Add optional `transforms` argument to LoadStreams() (#9105)
* Add optional `transforms` argument to LoadStreams()

Prepare for streaming classification support

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* Cleanup

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>

* fix

* batch size > 1 fix

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-08-23 14:37:46 +02:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
docker Install `torch` latest stable (#9092) 2022-08-22 22:18:01 +02:00
flask_rest_api Allow multiple-model serving from Flask REST API (#8973) 2022-08-15 23:42:25 +02:00
google_app_engine Bump pip from 19.2 to 21.1 in /utils/google_app_engine (#5661) 2021-11-15 20:10:29 +01:00
loggers De-thread TensorBoard graph logging (#9071) 2022-08-21 17:07:56 +02:00
__init__.py Update bytes to GB with bitshift (#6886) 2022-03-07 19:26:37 +01:00
activations.py [pre-commit.ci] pre-commit suggestions (#7279) 2022-04-04 22:47:00 +02:00
augmentations.py New YOLOv5 Classification Models (#8956) 2022-08-17 11:59:01 +02:00
autoanchor.py emoji-safe default logging (#8888) 2022-08-06 12:30:08 +02:00
autobatch.py AutoBatch protect from negative batch sizes (#9048) 2022-08-20 16:29:08 +02:00
benchmarks.py Simplify benchmarks.py assertions (#8515) 2022-07-07 23:46:55 +02:00
callbacks.py Daemon `plot_labels()` for faster start (#9057) 2022-08-21 03:47:37 +02:00
dataloaders.py Add optional `transforms` argument to LoadStreams() (#9105) 2022-08-23 14:37:46 +02:00
downloads.py Refactor for simplification (#9054) 2022-08-21 01:34:03 +02:00
general.py New `@try_export` decorator (#9096) 2022-08-23 13:06:33 +02:00
loss.py Fix torch `long` to `float` tensor on HUB macOS (#8067) 2022-06-01 17:34:46 +02:00
metrics.py Refactor for simplification (#9054) 2022-08-21 01:34:03 +02:00
plots.py Remove unused Timeout import (#9073) 2022-08-22 00:04:30 +02:00
torch_utils.py zero-mAP fix 3 (#9058) 2022-08-21 03:22:24 +02:00