|
@@ -53,7 +53,7 @@ rtdetr_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
- 'trans_type': 'rtdetr_s',
|
|
|
|
|
|
|
+ 'trans_type': 'rtdetr_base',
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
'trainer_type': 'rtdetr',
|
|
'trainer_type': 'rtdetr',
|
|
|
},
|
|
},
|
|
@@ -110,7 +110,7 @@ rtdetr_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
- 'trans_type': 'rtdetr_l',
|
|
|
|
|
|
|
+ 'trans_type': 'rtdetr_base',
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
'trainer_type': 'rtdetr',
|
|
'trainer_type': 'rtdetr',
|
|
|
},
|
|
},
|
|
@@ -167,7 +167,7 @@ rtdetr_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
- 'trans_type': 'rtdetr_l',
|
|
|
|
|
|
|
+ 'trans_type': 'rtdetr_base',
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
'trainer_type': 'rtdetr',
|
|
'trainer_type': 'rtdetr',
|
|
|
},
|
|
},
|