mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-24 06:14:55 +08:00

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> Co-authored-by: Laughing-q <1185102784@qq.com> Co-authored-by: Kayzwer <68285002+Kayzwer@users.noreply.github.com> Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
45 lines
872 B
Markdown
45 lines
872 B
Markdown
---
|
|
description: Learn about Varifocal Loss and Keypoint Loss in Ultralytics YOLO for advanced bounding box and pose estimation. Visit our docs for more.
|
|
keywords: Ultralytics, YOLO, loss functions, object detection, keypoint detection, segmentation, classification
|
|
---
|
|
|
|
# VarifocalLoss
|
|
---
|
|
:::ultralytics.yolo.utils.loss.VarifocalLoss
|
|
<br><br>
|
|
|
|
# FocalLoss
|
|
---
|
|
:::ultralytics.yolo.utils.loss.FocalLoss
|
|
<br><br>
|
|
|
|
# BboxLoss
|
|
---
|
|
:::ultralytics.yolo.utils.loss.BboxLoss
|
|
<br><br>
|
|
|
|
# KeypointLoss
|
|
---
|
|
:::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>
|