|
|
@@ -36,7 +36,7 @@ yolov7_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
'trans_type': 'yolox_small',
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.5], # 320 -> 960
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
'matcher': {'center_sampling_radius': 2.5,
|
|
|
@@ -47,7 +47,7 @@ yolov7_cfg = {
|
|
|
'loss_cls_weight': 1.0,
|
|
|
'loss_box_weight': 5.0,
|
|
|
# ---------------- Train config ----------------
|
|
|
- 'trainer_type': 'yolox',
|
|
|
+ 'trainer_type': 'rtmdet',
|
|
|
},
|
|
|
|
|
|
'yolov7':{
|
|
|
@@ -85,7 +85,7 @@ yolov7_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
'trans_type': 'yolox_large',
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.5], # 320 -> 960
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
'matcher': {'center_sampling_radius': 2.5,
|
|
|
@@ -96,7 +96,7 @@ yolov7_cfg = {
|
|
|
'loss_cls_weight': 1.0,
|
|
|
'loss_box_weight': 5.0,
|
|
|
# ---------------- Train config ----------------
|
|
|
- 'trainer_type': 'yolox',
|
|
|
+ 'trainer_type': 'rtmdet',
|
|
|
},
|
|
|
|
|
|
'yolov7_x':{
|
|
|
@@ -134,7 +134,7 @@ yolov7_cfg = {
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
'trans_type': 'yolox_huge',
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.5], # 320 -> 960
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
'matcher': {'center_sampling_radius': 2.5,
|
|
|
@@ -145,7 +145,7 @@ yolov7_cfg = {
|
|
|
'loss_cls_weight': 1.0,
|
|
|
'loss_box_weight': 5.0,
|
|
|
# ---------------- Train config ----------------
|
|
|
- 'trainer_type': 'yolox',
|
|
|
+ 'trainer_type': 'rtmdet',
|
|
|
},
|
|
|
|
|
|
}
|