ultralytics 8.0.99
HUB resume fix and Docs updates (#2567)
Co-authored-by: Ayush Chaurasia <ayush.chaurarsia@gmail.com> Co-authored-by: Yonghye Kwon <developer.0hye@gmail.com>
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Explore ultralytics.nn.modules.block to build powerful YOLO object detection models. Master DFL, HGStem, SPP, CSP components and more.
|
||||
---
|
||||
|
||||
# DFL
|
||||
---
|
||||
:::ultralytics.nn.modules.block.DFL
|
||||
@ -81,4 +85,4 @@
|
||||
# BottleneckCSP
|
||||
---
|
||||
:::ultralytics.nn.modules.block.BottleneckCSP
|
||||
<br><br>
|
||||
<br><br>
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Explore convolutional neural network modules & techniques such as LightConv, DWConv, ConvTranspose, GhostConv, CBAM & autopad with Ultralytics Docs.
|
||||
---
|
||||
|
||||
# Conv
|
||||
---
|
||||
:::ultralytics.nn.modules.conv.Conv
|
||||
@ -61,4 +65,4 @@
|
||||
# autopad
|
||||
---
|
||||
:::ultralytics.nn.modules.conv.autopad
|
||||
<br><br>
|
||||
<br><br>
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: 'Learn about Ultralytics YOLO modules: Segment, Classify, and RTDETRDecoder. Optimize object detection and classification in your project.'
|
||||
---
|
||||
|
||||
# Detect
|
||||
---
|
||||
:::ultralytics.nn.modules.head.Detect
|
||||
@ -21,4 +25,4 @@
|
||||
# RTDETRDecoder
|
||||
---
|
||||
:::ultralytics.nn.modules.head.RTDETRDecoder
|
||||
<br><br>
|
||||
<br><br>
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: Explore the Ultralytics nn modules pages on Transformer and MLP blocks, LayerNorm2d, and Deformable Transformer Decoder Layer.
|
||||
---
|
||||
|
||||
# TransformerEncoderLayer
|
||||
---
|
||||
:::ultralytics.nn.modules.transformer.TransformerEncoderLayer
|
||||
@ -46,4 +50,4 @@
|
||||
# DeformableTransformerDecoder
|
||||
---
|
||||
:::ultralytics.nn.modules.transformer.DeformableTransformerDecoder
|
||||
<br><br>
|
||||
<br><br>
|
@ -1,3 +1,7 @@
|
||||
---
|
||||
description: 'Learn about Ultralytics NN modules: get_clones, linear_init_, and multi_scale_deformable_attn_pytorch. Code examples and usage tips.'
|
||||
---
|
||||
|
||||
# _get_clones
|
||||
---
|
||||
:::ultralytics.nn.modules.utils._get_clones
|
||||
@ -21,4 +25,4 @@
|
||||
# multi_scale_deformable_attn_pytorch
|
||||
---
|
||||
:::ultralytics.nn.modules.utils.multi_scale_deformable_attn_pytorch
|
||||
<br><br>
|
||||
<br><br>
|
Reference in New Issue
Block a user