summaryrefslogtreecommitdiff
path: root/test-mogrify-recursive.sh
blob: 9add18f7005d243f1fda5692bcc5a09275df9317 (plain)
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
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
recursive_frac=0.5

tag='spin'
dataset='/home/lens/Desktop/woods_videos/processed/combined'
how_many=2000

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_00003.png" \
#   --experiment "${tag}_dark" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --clahe --posterize \
#   --recursive-frac $recursive_frac \
#   --norm batch

  # python test-mogrify.py \
  #   --dataroot "/home/lens/Desktop/woods_videos/processed/combined" \
  #   --start_img "/home/lens/Desktop/woods_videos/processed/combined/frame_00003.png" \
  #   --experiment "spin_sequence_canny" \
  #   --name pcfade \
  #   --sequence --sequence-frac 0.04 \
  #   --recursive --recursive-frac 0.3 \
  #   --process-frac 0.5 \
  #   --loadSize 256 --fineSize 256 --how_many 200 \
  #   --model test --which_model_netG unet_256  \
  #   --which_direction AtoB --dataset_mode recursive  \
  #   --blur --canny \
  #   --norm batch

  # python test-mogrify.py \
  #   --dataroot "/home/lens/Desktop/messi_ronaldo_256" \
  #   --start_img "/home/lens/Desktop/messi_ronaldo_256/frame_00001.png" \
  #   --experiment "messi_ronaldo" \
  #   --name woodscaled_4 \
  #   --recursive --recursive-frac 0.1 \
  #   --sequence --sequence-frac 0.3 \
  #   --process-frac 0.5 \
  #   --how_many 10000 --transition-period 1000 \
  #   --loadSize 256 --fineSize 256 \
  #   --model test --which_model_netG unet_256  \
  #   --which_direction AtoB --dataset_mode recursive  \
  #   --which_epoch latest \
  #   --norm batch

  python test-mogrify.py \
    --dataroot "/home/lens/Desktop/venice" \
    --start_img "/home/lens/Desktop/venice/frame_00001.png" \
    --experiment "venice" \
    --name venice \
    --recursive --recursive-frac 0.1 \
    --sequence --sequence-frac 0.3 \
    --process-frac 0.5 \
    --transition-min 0.05 \
    --how_many $how_many --transition-period 1000 \
    --loadSize 256 --fineSize 256 \
    --model test --which_model_netG unet_256  \
    --which_direction AtoB --dataset_mode recursive  \
    --which_epoch latest \
    --norm batch

  python test-mogrify.py \
    --dataroot "/home/lens/Desktop/konigsheide" \
    --start_img "/home/lens/Desktop/konigsheide/frame_00001.png" \
    --experiment "konigsheide" \
    --name konigsheide \
    --recursive --recursive-frac 0.1 \
    --sequence --sequence-frac 0.3 \
    --process-frac 0.5 \
    --transition-min 0.01 \
    --how_many $how_many --transition-period 1000 \
    --loadSize 256 --fineSize 256 \
    --model test --which_model_netG unet_256  \
    --which_direction AtoB --dataset_mode recursive  \
    --which_epoch latest \
    --norm batch

  python test-mogrify.py \
    --dataroot "/home/lens/Desktop/venice" \
    --start_img "/home/lens/Desktop/venice/frame_00400.png" \
    --experiment "konigsheide" \
    --name konigsheide \
    --recursive --recursive-frac 0.1 \
    --sequence --sequence-frac 0.3 \
    --process-frac 0.5 \
    --transition-min 0.1 \
    --how_many $how_many --transition-period 1000 \
    --loadSize 256 --fineSize 256 \
    --model test --which_model_netG unet_256  \
    --which_direction AtoB --dataset_mode recursive  \
    --which_epoch latest \
    --norm batch

  python test-mogrify.py \
    --dataroot "/home/lens/Desktop/konigsheide" \
    --start_img "/home/lens/Desktop/konigsheide/frame_00001.png" \
    --experiment "venice" \
    --name venice \
    --recursive --recursive-frac 0.1 \
    --sequence --sequence-frac 0.3 \
    --process-frac 0.5 \
    --transition-min 0.01 \
    --how_many $how_many --transition-period 1000 \
    --loadSize 256 --fineSize 256 \
    --model test --which_model_netG unet_256  \
    --which_direction AtoB --dataset_mode recursive  \
    --which_epoch latest \
    --norm batch

  # python test-mogrify.py \
  #   --dataroot "/home/lens/Desktop/walkermodified/walker5_256/" \
  #   --start_img "/home/lens/Desktop/walkermodified/walker5_256/frame_00001.png" \
  #   --experiment "messi_woodscaled4_r2_s5" \
  #   --name woodscaled_4 \
  #   --recursive --recursive-frac 0.1 \
  #   --sequence --sequence-frac 0.3 \
  #   --process-frac 0.5 \
  #   --loadSize 256 --fineSize 256 --how_many 2000 \
  #   --model test --which_model_netG unet_256  \
  #   --which_direction AtoB --dataset_mode recursive  \
  #   --which_epoch latest \
  #   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset" \
#   --start_img "$dataset/frame_00003.png" \
#   --experiment "${tag}_sequence" \
#   --name pcfade \
#   --sequence --sequence-frac 0.999 \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.0005 \
#   --norm batch \
#   --clahe --process-frac 0.001 \
#   --sequence --sequence-frac 0.49 \

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_02003.png" \
#   --experiment "sequence_process_less" \
#   --name pcfade \
#   --sequence --sequence-frac 0.999 \
#   --loadSize 256 --fineSize 256 --how_many 200 \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.0005 \
#   --norm batch --tag "pcfade_spin_sequence_process_less_201805150450" \
#   --render-frames --mov

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_04003.png" \
#   --experiment "${tag}_dark_reverse" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction BtoA --dataset_mode recursive  \
#   --recursive --clahe --posterize \
#   --recursive-frac $recursive_frac \
#   --sequence \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_08003.png" \
#   --experiment "${tag}_sequence_posterize" \
#   --name pcfade \
#   --sequence \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction BtoA --dataset_mode recursive  \
#   --recursive --clahe --posterize \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_10003.png" \
#   --experiment "${tag}_sequence_blur" \
#   --name pcfade \
#   --sequence \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction BtoA --dataset_mode recursive  \
#   --recursive --blur \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_12003.png" \
#   --experiment "${tag}_1003" \
#   --name pcfade \
#   --sequence \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --clahe --posterize \
#   --recursive-frac $recursive_frac \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_14003.png" \
#   --experiment "${tag}_1003_0_1frac" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.1 \
#   --sequence --sequence-frac 0.1 \
#   --clahe --posterize \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_16003.png" \
#   --experiment "${tag}_1003_0_8frac" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.2 \
#   --sequence --sequence-frac 0.3 \
#   --clahe --posterize \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_18003.png" \
#   --experiment "${tag}_5003" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.1 \
#   --sequence --sequence-frac 0.3 \
#   --blur --posterize \
#   --norm batch


# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/train/frame_20005.png" \
#   --experiment "${tag}_5005_rec_poster_blur" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.3 \
#   --sequence --sequence-frac 0.2 \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/train/frame_24005.png" \
#   --experiment "${tag}_5005_rec_4" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.4 \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/test/frame_26003.png" \
#   --experiment "${tag}_10003" \
#   --name pcfade \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.5 \
#   --clahe --posterize --blur \
#   --norm batch

# python test-mogrify.py \
#   --dataroot "$dataset/train/" \
#   --start_img "$dataset/train/frame_28005.png" \
#   --experiment "${tag}_5005_just_copy" \
#   --name pcfade --just-copy \
#   --loadSize 256 --fineSize 256 --how_many $how_many \
#   --model test --which_model_netG unet_256  \
#   --which_direction AtoB --dataset_mode recursive  \
#   --recursive --recursive-frac 0.4 \
#   --norm batch

# bash run.sh