-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f8f52e
commit d70d728
Showing
1 changed file
with
12 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,13 @@ | ||
# CUDA_VISIBLE_DEVICES=3 python test_global_local.py --gpu_id 0 \ | ||
# --ddim_steps 50 \ | ||
# --outdir results/dresscode_gp_all_weights/ep6 \ | ||
# --config configs/viton512.yaml \ | ||
# --dataroot /mnt/pfs-mc0p4k/cvg/team/didonglin/why/datasets/VITON-HD \ | ||
# --ckpt /mnt/pfs-mc0p4k/cvg/team/didonglin/why/DCI-VTON-Virtual-Try-On/models/dci-vton-only-full-cloth-wo-zero/2024-03-21T19-03-56_viton512/checkpoints/epoch=000006.ckpt \ | ||
# --n_samples 2 \ | ||
# --seed 23 \ | ||
# --scale 1 \ | ||
# --H 1024 \ | ||
# --W 768 | ||
CUDA_VISIBLE_DEVICES=3 python test_global_local.py --gpu_id 0 \ | ||
--ddim_steps 50 \ | ||
--outdir results/try\ | ||
--config configs/viton512.yaml \ | ||
--dataroot /mnt/pfs-mc0p4k/cvg/team/didonglin/why/datasets/VITON-HD \ | ||
--ckpt checkpoints/viton-hd.ckpt \ | ||
--n_samples 2 \ | ||
--seed 23 \ | ||
--scale 1 \ | ||
--H 1024 \ | ||
--W 768 | ||
|
||
#!/bin/bash | ||
# 循环遍历变量 i 从 0 到 40 | ||
for ((i=10; i<100; i+=1)); do | ||
CUDA_VISIBLE_DEVICES=7 python test_global_local.py --gpu_id 0 \ | ||
--ddim_steps 50 \ | ||
--outdir results/dresscode_gp_all_weights/ep$i \ | ||
--config configs/viton512.yaml \ | ||
--dataroot /mnt/pfs-mc0p4k/cvg/team/didonglin/why/datasets/Dresscode_upper_body_copy \ | ||
--ckpt /mnt/pfs-mc0p4k/cvg/team/didonglin/why/DCI-VTON-Virtual-Try-On/models/dci-vton-gp-dresscode-all-weights/2024-04-27T20-53-05_viton512/checkpoints/epoch=0000$i.ckpt \ | ||
--n_samples 1 \ | ||
--seed 23 \ | ||
--scale 1 \ | ||
--H 512 \ | ||
--W 384 | ||
done | ||
|
||
# pose | ||
# pose |