Add https://youtu.be/SArFQs6CHwk to docs (#10014)
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
parent
42416bc608
commit
0f4a4fdf5f
19 changed files with 30 additions and 4 deletions
|
|
@ -8,6 +8,7 @@ import torch.nn as nn
|
|||
from torch.nn.init import constant_, xavier_uniform_
|
||||
|
||||
from ultralytics.utils.tal import TORCH_1_10, dist2bbox, dist2rbox, make_anchors
|
||||
|
||||
from .block import DFL, BNContrastiveHead, ContrastiveHead, Proto
|
||||
from .conv import Conv
|
||||
from .transformer import MLP, DeformableTransformerDecoder, DeformableTransformerDecoderLayer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue