ultralytics 8.0.97 confusion matrix, windows, docs updates (#2511)

Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
Co-authored-by: Dowon <ks2515@naver.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
Glenn Jocher
2023-05-09 21:20:34 +02:00
committed by GitHub
parent 6ee3a9a74b
commit d1107ca4cb
138 changed files with 744 additions and 351 deletions

View File

@ -1,3 +1,7 @@
---
description: Predict human pose coordinates and confidence scores using YOLOv5. Use on real-time video streams or static images.
---
# PosePredictor
---
:::ultralytics.yolo.v8.pose.predict.PosePredictor
@ -6,4 +10,4 @@
# predict
---
:::ultralytics.yolo.v8.pose.predict.predict
<br><br>
<br><br>

View File

@ -1,3 +1,7 @@
---
description: Boost posture detection using PoseTrainer and train models using train() API. Learn PoseLoss for ultra-fast and accurate pose detection with Ultralytics YOLO.
---
# PoseTrainer
---
:::ultralytics.yolo.v8.pose.train.PoseTrainer
@ -11,4 +15,4 @@
# train
---
:::ultralytics.yolo.v8.pose.train.train
<br><br>
<br><br>

View File

@ -1,3 +1,7 @@
---
description: Ensure proper human poses in images with YOLOv8 Pose Validation, part of the Ultralytics YOLO v8 suite.
---
# PoseValidator
---
:::ultralytics.yolo.v8.pose.val.PoseValidator
@ -6,4 +10,4 @@
# val
---
:::ultralytics.yolo.v8.pose.val.val
<br><br>
<br><br>