ultralytics 8.0.111 refactored model.loss() method (#2911)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Snyk bot <snyk-bot@snyk.io>
This commit is contained in:
Glenn Jocher
2023-05-30 20:23:30 +02:00
committed by GitHub
parent 305cde69d0
commit fd94d312da
14 changed files with 46 additions and 35 deletions

View File

@ -27,6 +27,11 @@ description: Learn how to work with Ultralytics YOLO Detection, Segmentation & C
:::ultralytics.nn.tasks.ClassificationModel
<br><br>
# RTDETRDetectionModel
---
:::ultralytics.nn.tasks.RTDETRDetectionModel
<br><br>
# Ensemble
---
:::ultralytics.nn.tasks.Ensemble

View File

@ -36,3 +36,8 @@ description: 'Ultralytics YOLO Docs: Learn about stream loaders for image and te
---
:::ultralytics.yolo.data.dataloaders.stream_loaders.autocast_list
<br><br>
# get_best_youtube_url
---
:::ultralytics.yolo.data.dataloaders.stream_loaders.get_best_youtube_url
<br><br>

View File

@ -16,3 +16,23 @@ description: Learn about Varifocal Loss and Keypoint Loss in Ultralytics YOLO fo
---
:::ultralytics.yolo.utils.loss.KeypointLoss
<br><br>
# v8DetectionLoss
---
:::ultralytics.yolo.utils.loss.v8DetectionLoss
<br><br>
# v8SegmentationLoss
---
:::ultralytics.yolo.utils.loss.v8SegmentationLoss
<br><br>
# v8PoseLoss
---
:::ultralytics.yolo.utils.loss.v8PoseLoss
<br><br>
# v8ClassificationLoss
---
:::ultralytics.yolo.utils.loss.v8ClassificationLoss
<br><br>

View File

@ -7,11 +7,6 @@ description: Train and optimize custom object detection models with Ultralytics
:::ultralytics.yolo.v8.detect.train.DetectionTrainer
<br><br>
# Loss
---
:::ultralytics.yolo.v8.detect.train.Loss
<br><br>
# train
---
:::ultralytics.yolo.v8.detect.train.train

View File

@ -7,11 +7,6 @@ description: Boost posture detection using PoseTrainer and train models using tr
:::ultralytics.yolo.v8.pose.train.PoseTrainer
<br><br>
# PoseLoss
---
:::ultralytics.yolo.v8.pose.train.PoseLoss
<br><br>
# train
---
:::ultralytics.yolo.v8.pose.train.train

View File

@ -7,11 +7,6 @@ description: Learn about SegmentationTrainer and Train in Ultralytics YOLO v8 fo
:::ultralytics.yolo.v8.segment.train.SegmentationTrainer
<br><br>
# SegLoss
---
:::ultralytics.yolo.v8.segment.train.SegLoss
<br><br>
# train
---
:::ultralytics.yolo.v8.segment.train.train