|
@@ -31,7 +31,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
- 'multi_scale': [0.5, 1.25], # 320 -> 960
|
|
|
|
|
|
|
+ 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
'trans_type': 'yolox_nano',
|
|
'trans_type': 'yolox_nano',
|
|
|
# ---------------- Assignment config ----------------
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
## matcher
|
|
@@ -75,7 +75,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
- 'multi_scale': [0.5, 1.25], # 320 -> 960
|
|
|
|
|
|
|
+ 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
'trans_type': 'yolox_small',
|
|
'trans_type': 'yolox_small',
|
|
|
# ---------------- Assignment config ----------------
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
## matcher
|
|
@@ -119,7 +119,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
- 'multi_scale': [0.5, 1.25], # 320 -> 960
|
|
|
|
|
|
|
+ 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
'trans_type': 'yolox_medium',
|
|
'trans_type': 'yolox_medium',
|
|
|
# ---------------- Assignment config ----------------
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
## matcher
|
|
@@ -163,7 +163,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
- 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
|
|
|
|
+ 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
'trans_type': 'yolox_large',
|
|
'trans_type': 'yolox_large',
|
|
|
# ---------------- Assignment config ----------------
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
## matcher
|
|
@@ -207,7 +207,7 @@ yolox_cfg = {
|
|
|
'head_depthwise': False,
|
|
'head_depthwise': False,
|
|
|
# ---------------- Train config ----------------
|
|
# ---------------- Train config ----------------
|
|
|
## input
|
|
## input
|
|
|
- 'multi_scale': [0.5, 1.25], # 320 -> 800
|
|
|
|
|
|
|
+ 'multi_scale': [0.7, 1.25], # 448 -> 800
|
|
|
'trans_type': 'yolox_huge',
|
|
'trans_type': 'yolox_huge',
|
|
|
# ---------------- Assignment config ----------------
|
|
# ---------------- Assignment config ----------------
|
|
|
## matcher
|
|
## matcher
|