yjh0410 %!s(int64=2) %!d(string=hai) anos
pai
achega
04c71e6b4a
Modificáronse 2 ficheiros con 5 adicións e 5 borrados
  1. 4 4
      config/model_config/yolovx_config.py
  2. 1 1
      train_ddp.sh

+ 4 - 4
config/model_config/yolovx_config.py

@@ -40,7 +40,7 @@ yolovx_cfg = {
         'reg_max': 16,
         # ---------------- Train config ----------------
         ## Input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolovx_nano',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -94,7 +94,7 @@ yolovx_cfg = {
         'reg_max': 16,
         # ---------------- Train config ----------------
         ## Input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolovx_nano',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -148,7 +148,7 @@ yolovx_cfg = {
         'reg_max': 16,
         # ---------------- Train config ----------------
         ## Input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolovx_small',
         # ---------------- Assignment config ----------------
         ## Matcher
@@ -202,7 +202,7 @@ yolovx_cfg = {
         'reg_max': 16,
         # ---------------- Train config ----------------
         ## Input
-        'multi_scale': [0.5, 1.25],   # 320 -> 800
+        'multi_scale': [0.5, 1.5],   # 320 -> 960
         'trans_type': 'yolovx_medium',
         # ---------------- Assignment config ----------------
         ## Matcher

+ 1 - 1
train_ddp.sh

@@ -16,4 +16,4 @@ python -m torch.distributed.run --nproc_per_node=8 train.py \
                                                     --fp16 \
                                                     --sybn \
                                                     --multi_scale \
-                                                    --resume weights/coco/yolovx_s/yolovx_s_best.pth \
+                                                    # --resume weights/coco/yolovx_s/yolovx_s_best.pth \