From 27cebb946fc34db500089de185df292a6cce5a6d Mon Sep 17 00:00:00 2001 From: fhw Date: Thu, 18 Jul 2024 17:10:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=AE=AD=E7=BB=83=E8=84=9A?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- run_train.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_train.sh b/run_train.sh index 7051516..a2cc209 100644 --- a/run_train.sh +++ b/run_train.sh @@ -5,8 +5,8 @@ PYTHON_SCRIPT="tools/train+sam.py" # 固定的参数 CONFIG_FILE="configs/vitpose_sam/2d_kpt_sview_rgb_img/topdown_heatmap/coco/ViTSam_base_coco_256x192.py" -WORK_DIR="work_dirs/ViTSam_base_coco_256x192_frozen_sam_ffn" +WORK_DIR="work_dirs/ViTSam_base_coco_256x192_frozen_cross-attn" RESUME="work_dirs/ViTSam_base_coco_256x192_frozen_sam_ffn/epoch_2.pth" # 执行 Python 脚本并传递固定的参数 -python $PYTHON_SCRIPT $CONFIG_FILE --work-dir $WORK_DIR --resume-from $RESUME \ No newline at end of file +python $PYTHON_SCRIPT $CONFIG_FILE --work-dir $WORK_DIR \ No newline at end of file