-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathmultires.sh
More file actions
62 lines (54 loc) · 1.35 KB
/
multires.sh
File metadata and controls
62 lines (54 loc) · 1.35 KB
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
th neural_style.lua \
-content_image \
-style_image \
-image_size 640 \
-output_image out1.png \
[Put Your Command Paramters Here]
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out1.png \
[Put Your Command Paramters Here] \
-output_image out2.png \
-image_size 768 \
-num_iterations 500 \
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out2.png \
[Put Your Command Paramters Here] \
-image_size 1024 \
-num_iterations 200 \
-output_image out3.png \
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out3.png \
[Put Your Command Paramters Here] \
-image_size 1152 \
-num_iterations 200 \
-output_image out4.png \
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out4.png \
[Put Your Command Paramters Here] \
-image_size 1536 \
-num_iterations 200 \
-output_image out5.png \
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out5.png \
[Put Your Command Paramters Here] \
-image_size 1664 \
-num_iterations 200 \
-output_image out6.png \
th neural_style.lua \
-content_image \
-style_image \
-init image -init_image out6.png \
[Put Your Command Paramters Here] \
-image_size 1920 \
-num_iterations 100 \
-output_image out7.png