-
Notifications
You must be signed in to change notification settings - Fork 2
/
train.sh
43 lines (35 loc) · 1.2 KB
/
train.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# python main.py \
# --train \
# --model_dir "./Models/Shirts/test1/"\
# --prompt "UBIAA shirt"\
# --instance_dir "./DebugImages/TargetClothes/Shirts/test1/"
# python main.py \
# --train \
# --model_dir "./Models/Shirts/test2/"\
# --prompt "UBIAA shirt"\
# --instance_dir "./DebugImages/TargetClothes/Shirts/test2/"
# python main.py \
# --train \
# --model_dir "./Models/Shirts/test3/"\
# --prompt "UBIAA shirt"\
# --instance_dir "./DebugImages/TargetClothes/Shirts/test3/"
# python main.py \
# --train \
# --model_dir "./Models/Shirts/test4/"\
# --prompt "UBIAA shirt"\
# --instance_dir "./DebugImages/TargetClothes/Shirts/test4/"
# python main.py \
# --train \
# --model_dir "./Models/Shirts/test5/"\
# --prompt "UBIAA shirt"\
# --instance_dir "./DebugImages/TargetClothes/Shirts/test5/"
# python main.py \
# --train \
# --model_dir "./Models/Jackets/test2/"\
# --prompt "JACKUUO jacket"\
# --instance_dir "./DebugImages/TargetClothes/Jackets/test2/"
python main.py \
--train \
--model_dir "./Models/Jackets/test3/"\
--prompt "JACKUUO jacket"\
--instance_dir "./DebugImages/TargetClothes/Jackets/test3/"