From 960c4234ae525bbb0594439e42b385c9c23ad819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chywang2002=E2=80=9D?= Date: Thu, 16 May 2024 16:44:02 +0800 Subject: [PATCH] test1 --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 8a70ad3..6956513 100644 --- a/test.sh +++ b/test.sh @@ -3,7 +3,7 @@ CUDA_VISIBLE_DEVICES=3 python test.py --gpu_id 0 \ --outdir results/dci-vton-all/2k/ \ --config configs/viton512.yaml \ --dataroot /mnt/pfs-mc0p4k/cvg/team/didonglin/why/datasets/mv_1000_split \ ---ckpt /mnt/pfs-mc0p4k/cvg/team/didonglin/why/DCI-VTON-Virtual-Try-On-skip/models/dci-vton-mv1000-warp-code-wo-res-zero-skip-softmax/2024-04-10T11-49-55_viton512/checkpoints/epoch=000006.ckpt \ +--ckpt /mnt/pfs-mc0p4k/cvg/team/didonglin/why/MV-VTON-ori/checkpoints/mvg.ckpt \ --n_samples 1 \ --seed 23 \ --scale 1 \