ultralytics 8.0.208 automatic thread-safe inference (#6185)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com>
Co-authored-by: Muhammad Rizwan Munawar <chr043416@gmail.com>
Co-authored-by: PIW <56834479+parkilwoo@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-11-08 15:20:06 +01:00 committed by GitHub
parent e7bd159a44
commit 795b95bdcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 296 additions and 83 deletions

View file

@ -215,7 +215,9 @@ nav:
- Guides:
- guides/index.md
- YOLO Common Issues: guides/yolo-common-issues.md
- Performance Metrics: guides/yolo-performance-metrics.md
- YOLO Performance Metrics: guides/yolo-performance-metrics.md
- YOLO Thread-Safe Inference: guides/yolo-thread-safe-inference.md
- Model Deployment Options: guides/model-deployment-options.md
- K-Fold Cross Validation: guides/kfold-cross-validation.md
- Hyperparameter Tuning: guides/hyperparameter-tuning.md
- SAHI Tiled Inference: guides/sahi-tiled-inference.md