This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
junxiaoyao
/
RT-ODLab
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
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
Verlauf
Originalformat
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