yolov5/utils
Michel Promonet 4d05472d2b
Allow multiple-model serving from Flask REST API (#8973)
* allow to serve multiple models using flask restapi

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Cleanup

* Update restapi.py

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-08-15 23:42:25 +02:00
..
aws Fix `yaml.safe_load()` ignore emoji errors (#5060) 2021-10-05 13:41:52 -07:00
docker RUN git clone instead of COPY to `/usr/src/app` (#8827) 2022-08-01 21:45:31 +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 Scope `torchvision.utils.draw_bounding_boxes` import (#8915) 2022-08-09 20:29:25 +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 Revert "Fix BGR->RGB Bug in albumentations #8641" (#8727) 2022-07-26 19:00:48 +02:00
autoanchor.py emoji-safe default logging (#8888) 2022-08-06 12:30:08 +02:00
autobatch.py emoji-safe default logging (#8888) 2022-08-06 12:30:08 +02:00
benchmarks.py Simplify benchmarks.py assertions (#8515) 2022-07-07 23:46:55 +02:00
callbacks.py Simplify callbacks.py return (#7333) 2022-04-07 16:15:01 +02:00
dataloaders.py HUBDatasetStats() preview images to 50 quality (#8880) 2022-08-05 14:45:41 +02:00
downloads.py Self-contained checkpoint `--resume` (#8839) 2022-08-03 21:28:22 +02:00
general.py Add `.tar` support for datasets (#8963) 2022-08-14 23:06:42 +02:00
loss.py Fix torch `long` to `float` tensor on HUB macOS (#8067) 2022-06-01 17:34:46 +02:00
metrics.py ClearML experiment tracking integration (#8620) 2022-08-05 20:50:49 +02:00
plots.py ClearML experiment tracking integration (#8620) 2022-08-05 20:50:49 +02:00
torch_utils.py New `smart_inference_mode()` conditional decorator (#8957) 2022-08-13 20:38:51 +02:00