ultralytics 8.2.38 official YOLOv10 support (#13113)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: Laughing-q <1185102784@qq.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Co-authored-by: Laughing <61612323+Laughing-q@users.noreply.github.com>
This commit is contained in:
Burhan 2024-06-20 14:31:48 -04:00 committed by GitHub
parent 821e5fa477
commit ffb46fd7fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 785 additions and 32 deletions

View file

@ -142,3 +142,27 @@ keywords: Ultralytics, YOLO, neural networks, block modules, DFL, Proto, HGStem,
## ::: ultralytics.nn.modules.block.CBFuse
<br><br>
## ::: ultralytics.nn.modules.block.RepVGGDW
<br><br>
## ::: ultralytics.nn.modules.block.CIB
<br><br>
## ::: ultralytics.nn.modules.block.C2fCIB
<br><br>
## ::: ultralytics.nn.modules.block.Attention
<br><br>
## ::: ultralytics.nn.modules.block.PSA
<br><br>
## ::: ultralytics.nn.modules.block.SCDown
<br><br>

View file

@ -38,3 +38,7 @@ keywords: Ultralytics, YOLO, Detection, Pose, RTDETRDecoder, nn modules, guides
## ::: ultralytics.nn.modules.head.RTDETRDecoder
<br><br>
## ::: ultralytics.nn.modules.head.v10Detect
<br><br>

View file

@ -50,3 +50,7 @@ keywords: Ultralytics, loss functions, Varifocal Loss, Focal Loss, Bbox Loss, Ro
## ::: ultralytics.utils.loss.v8OBBLoss
<br><br>
## ::: ultralytics.utils.loss.E2EDetectLoss
<br><br>