-
Notifications
You must be signed in to change notification settings - Fork 2
/
infer.sh
51 lines (43 loc) · 1.47 KB
/
infer.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
44
45
46
47
48
49
50
# Inference
# python main.py \
# --infer \
# --img_path "./DebugImages/Images/img4.jpg"\
# --model_dir "./Models/Shirts/test1/"\
# --prompt "UBIAA shirt"\
# --infer_output "./ResultsPredictions/" \
# --infer_output_prefix "shirt_test1"
# python main.py \
# --infer \
# --img_path "./DebugImages/Images/img4.jpg"\
# --model_dir "./Models/Shirts/test2/"\
# --prompt "UBIAA shirt"\
# --infer_output "./ResultsPredictions/" \
# --infer_output_prefix "shirt_test2"
# python main.py \
# --infer \
# --img_path "./DebugImages/Images/img4.jpg"\
# --model_dir "./Models/Shirts/test4/"\
# --prompt "UBIAA shirt"\
# --infer_output "./ResultsPredictions/" \
# --infer_output_prefix "shirt_test4"
# python main.py \
# --infer \
# --img_path "./DebugImages/Images/img4.jpg"\
# --model_dir "./Models/Shirts/test5/"\
# --prompt "UBIAA shirt"\
# --infer_output "./ResultsPredictions/" \
# --infer_output_prefix "shirt_test5"
# python main.py \
# --infer \
# --img_path "./DebugImages/Images/img1.jpg"\
# --model_dir "./Models/Jackets/test1/"\
# --prompt "JACKUUO jacket"\
# --infer_output "./ResultsPredictions/" \
# --infer_output_prefix "jacket_test1"
python main.py \
--infer \
--img_path "./DebugImages/Images/img2.jpg"\
--model_dir "./Models/Jackets/test3/"\
--prompt "JACKUUO jacket"\
--infer_output "./ResultsPredictions/" \
--infer_output_prefix "jacket_test3"