This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
junxiaoyao
/
RT-ODLab
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Yêu cầu kéo về
0
Wiki
Tree:
9496a5117f
Branches
Tags
main
detr_series_ckpt
backbone_weight
yolo_tutorial_ckpt
yolo_tutorial_ckpy
RT-ODLab
/
models
/
detectors
/
rtdetr
/
basic_modules
/
neck.py
neck.py
99 B
Lịch sử
Raw
1
2
3
4
5
6
7
import torch
import torch.nn as nn
# Build neck
def build_neck(cfg, in_dim, out_dim):
return