|
|
@@ -30,7 +30,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_nano',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
@@ -73,7 +73,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_nano',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
@@ -116,7 +116,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_small',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
@@ -159,7 +159,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_medium',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
@@ -202,7 +202,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_large',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
|
@@ -245,7 +245,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
|
- 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
+ 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
'trans_type': 'yolox_huge',
|
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|