ultralytics 8.0.212 add Windows UTF-8 support (#6407)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Abirami Vina <abirami.vina@gmail.com>
This commit is contained in:
Glenn Jocher 2023-11-18 04:40:34 +01:00 committed by GitHub
parent 14c05f0dd1
commit b6baae584c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 103 additions and 113 deletions

View file

@ -1,3 +1,8 @@
---
description: Dive into the intricacies of YOLO tasks.py. Learn about DetectionModel, PoseModel and more for powerful AI development.
keywords: Ultralytics, YOLO, nn tasks, DetectionModel, PoseModel, RTDETRDetectionModel, model weights, parse model, AI development
---
# Reference for `ultralytics/nn/tasks.py`
!!! note

View file

@ -21,10 +21,6 @@ keywords: Ultralytics, Utils, utilitarian functions, colorstr, yaml_save, set_lo
## ::: ultralytics.utils.IterableSimpleNamespace
<br><br>
---
## ::: ultralytics.utils.EmojiFilter
<br><br>
---
## ::: ultralytics.utils.ThreadingLocked
<br><br>

View file

@ -1,3 +1,8 @@
---
description: Deploy ML models effortlessly with Ultralytics TritonRemoteModel. Simplify serving with our comprehensive utils guide.
keywords: Ultralytics, YOLO, TritonRemoteModel, machine learning, model serving, deployment, utils, documentation
---
# Reference for `ultralytics/utils/triton.py`
!!! note