This website works better with JavaScript
Home
Verkennen
Help
Inloggen
junxiaoyao
/
RT-ODLab
Volgen
1
Ster
0
Vork
0
Bestanden
Issues
0
Pull-aanvragen
0
Wiki
Boom:
9496a5117f
Aftakkingen
Labels
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
Geschiedenis
Ruwe
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