-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtest.sh
221 lines (200 loc) · 8.77 KB
/
test.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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
# dog
# black sunglasses
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dog/Orient_R.npy \
#--load_path res_model/dog/sunglasses/lasted.pth \
#--prior_mesh res_model/dog/sunglasses/dog_sunglasses.ply \
#--text "a photo of a <ktn> dog wearing black sunglasses" \
#--radius_range 1.0 1.0 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -60 60 --theta_range 75 75 --bg_color 0.1 0.2 0.6 \
#--workspace ./res_dog/sunglasses-test
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dog/Orient_R.npy \
#--load_path res_model/dog/rose/lasted.pth \
#--prior_mesh res_model/dog/rose/dog_rose.ply \
#--text "a photo of a <ktn> dog taking a red rose in the mouth" \
#--radius_range 1.0 1.0 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -60 60 --theta_range 75 75 --bg_color 0.1 0.2 0.6 \
#--workspace ./res_dog/rose-test
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--num_steps 64 --upsample_steps 64 \
#--R_path data/dog/Orient_R.npy \
#--load_path res_model/dog/sliver_dog/lasted.pth \
#--prior_mesh data/dog/dog.ply \
#--text "a photo of a silver <ktn> dog" \
#--radius_range 1.0 1.0 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -60 60 --theta_range 75 75 --bg_color 0.1 0.2 0.6 \
#--workspace ./res_dog/sliver_dog-test
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dog/Orient_R.npy \
#--load_path res_model/dog/laughing/lasted.pth \
#--prior_mesh res_model/dog/laughing/dog_laughing.ply \
#--text "a photo of a laughing <ktn> dog" \
#--radius_range 1.0 1.0 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -60 60 --theta_range 75 75 --bg_color 0.1 0.2 0.6 \
#--workspace ./res_dog/laughing-test
# doll
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/apron/lasted.pth \
#--prior_mesh data/dtu_scan105/doll.ply \
#--text "a photo of a <ktn> plush toy wearing a blue apron" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/apron
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/gold_doll/lasted.pth \
#--prior_mesh data/dtu_scan105/doll.ply \
#--text "a photo of a <ktn> gold toy made of gold" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/gold
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/ironmam_doll/lasted.pth \
#--prior_mesh data/dtu_scan105/doll.ply \
#--text "a photo of a ironmam <ktn> toy" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/ironmam_doll
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/red_top_hat/lasted.pth \
#--prior_mesh res_model/doll/red_top_hat/hat_red.ply \
#--text "a photo of a <ktn> plush toy wearing a red top hat" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/red_top_hat
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/sunglasses/lasted.pth \
#--prior_mesh res_model/doll/sunglasses/sunglasses_doll.ply \
#--text "a photo of a <ktn> plush toy wearing black sunglasses" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/sunglasses
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--R_path data/dtu_scan105/Orient_R.npy \
#--load_path res_model/doll/tiger_doll/lasted.pth \
#--prior_mesh data/dtu_scan105/doll.ply \
#--text "a photo of a <ktn> plush toy with tiger pattern" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 75 75 \
#--workspace ./res_doll/tiger_doll
# horse
#box
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/box/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> horse standing on a wooden box" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/box
# deer
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/deer/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> deer" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/deer
# giraffe
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/girafffe/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> giraffe" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/giraffe
# hair
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/hair/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> horse with rainbow hair" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/hair
# robot
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/robot/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> robot horse" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/robot
# zebra
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/horse/zebra/lasted.pth \
#--prior_mesh data/stone_horse/horse.ply \
#--text "a photo of a <ktn> zebra" \
#--radius_range 0.5 0.5 --fovy_range 50 50 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 60 60 \
#--workspace ./res_horse/zebra
# face
# clown
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/face/clown/lasted.pth \
#--prior_mesh data/face/face.ply \
#--R_path data/face/R_test.npy \
#--text "a face photo of a <ktn> clown" \
#--radius_range 0.4 0.4 --fovy_range 40 40 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 90 90 --bg_color 1.0 1.0 1.0 \
#--workspace ./res_face/clown
# cowboy hat
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/face/hat_cowboy/lasted.pth \
#--prior_mesh res_model/face/hat_cowboy/cowboy.ply \
#--R_path data/face/R_test.npy \
#--text "a face photo of a <ktn> man wearing a cowboy hat" \
#--radius_range 0.4 0.4 --fovy_range 40 40 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 90 90 --bg_color 1.0 1.0 1.0 \
#--workspace ./res_face/hat_cowboy
# navy hat
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/face/hat_navy/lasted.pth \
#--prior_mesh data/face/face.ply \
#--R_path data/face/R_test.npy \
#--text "a face photo of a <ktn> man wearing a navy hat" \
#--radius_range 0.4 0.4 --fovy_range 40 40 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 90 90 --bg_color 1.0 1.0 1.0 \
#--workspace ./res_face/hat_navy
# moustache
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/face/moustache/lasted.pth \
#--prior_mesh res_model/face/moustache/moustache.ply \
#--R_path data/face/R_test.npy \
#--text "a face photo of a <ktn> man with black moustache" \
#--radius_range 0.4 0.4 --fovy_range 40 40 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 90 90 --bg_color 1.0 1.0 1.0 \
#--workspace ./res_face/moustache
# sunglasses
#python3 train_editing.py --test --save_vedio \
#--far_point_thresh 0.05 \
#--load_path res_model/face/sunglasses/lasted.pth \
#--prior_mesh res_model/face/sunglasses/glass.ply \
#--R_path data/face/R_test.npy \
#--text "a face photo of a <ktn> man wearing black sunglasses" \
#--radius_range 0.4 0.4 --fovy_range 40 40 --pose_sample_strategy '360' \
#--phi_range -45 45 --theta_range 90 90 --bg_color 1.0 1.0 1.0 \
#--workspace ./res_face/glass