mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-05-26 07:54:21 +08:00

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
19 lines
561 B
Markdown
19 lines
561 B
Markdown
---
|
|
description: Explore the Attention and TwoWayTransformer modules in Ultralytics YOLO documentation. Learn how to integrate them in your project efficiently.
|
|
keywords: Ultralytics YOLO, Attention module, TwoWayTransformer module, Object Detection, Deep Learning
|
|
---
|
|
|
|
## TwoWayTransformer
|
|
---
|
|
### ::: ultralytics.vit.sam.modules.transformer.TwoWayTransformer
|
|
<br><br>
|
|
|
|
## TwoWayAttentionBlock
|
|
---
|
|
### ::: ultralytics.vit.sam.modules.transformer.TwoWayAttentionBlock
|
|
<br><br>
|
|
|
|
## Attention
|
|
---
|
|
### ::: ultralytics.vit.sam.modules.transformer.Attention
|
|
<br><br> |