forked from k-l-lambda/stylegan-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
355 lines (161 loc) · 7.39 KB
/
changelog.txt
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
TODO:
rotate vector by source-target input
project from a specified code
2020.5.24 K.L. <[email protected]>
+ Replace tf importing by tensoflow.compat.v1.
2020.4.25 K.L. <[email protected]>
+ mapppingViewer.vue: downloadSourceDataTSV added.
2020.2.8 K.L. <[email protected]>
+ mapppingViewer.vue: compressed images downloading added.
2020.2.6 K.L. <[email protected]>
+ mapppingViewer.vue: source data & result images download methods implemented.
2020.1.25 K.L. <[email protected]>
+ circlePlot.vue: plot circle sliced 3 dimensions.
2020.1.23 K.L. <[email protected]>
+ mapppingViewer.vue: mapping from Z to W implemented.
+ mapppingViewer.vue: circleSamplePoints added.
+ vectorInput.vue: latent code copy added.
+ vectorInput.vue created.
+ circlePlot.vue created.
+ Entry of mappingViewer created.
2020.1.22 K.L. <[email protected]>
+ projector.vue: edit face mark point without detection.
+ projector.vue: added face detection remove button.
2020.1.21 K.L. <[email protected]>
+ Flick outline when copying latent codes.
2020.1.19 K.L. <[email protected]>
> projector.vue: fixed projected sequence number when skip steps.
2020.1.18 K.L. <[email protected]>
+ projector.vue: target image download link added.
+ projector.vue: move face ref marks manually.
+ projector.vue: mirror edge neighbor images in face crop added.
+ projector.vue: cropFace implemented.
+ projector.vue: face crop graph added.
+ projector.vue: face landmark detection added.
+ projector.vue: face-api weights loading added.
+ projector.vue: imported face-api.
+ http_server.py: separated static folder from dist.
2020.1.17 K.L. <[email protected]>
+ index.vue: added button of mapping Z to W.
+ g-view.vue: package file drag & drop added.
+ projector.py: added latent magnitude regularization loss item.
+ projector.vue: added index number on animation.
+ merger.vue: added result download button.
2020.1.16 K.L. <[email protected]>
+ merger.vue: download result image method added.
> projector.vue: refined yield image sequence click behavior.
> projector.vue: fixed field type of projectSteps & projectYieldInterval.
2020.1.12 K.L. <[email protected]>
+ projector.vue: batch projection implemented.
+ index.vue: show W latent magnitude.
+ index.vue: added latent URL copy shortcut.
+ g-view.vue: accept Z latent code input.
+ http_server.py: added argument of psi for mapZtoW.
+ http_server.py: mapZtoW added.
+ merger.vue: source swapping button added.
+ merger.vue: added 3 formula options.
2020.1.11 K.L. <[email protected]>
- index.vue: removed lerp button for W latents.
+ merger.vue: cache result latent code to reduce generation requests.
+ navigator.vue: added link for merger.
+ merger.vue: store source codes in session storage.
+ g-view.vue: result image added.
+ g-view.vue: latent copy added.
+ g-view.vue created.
+ index.vue: use latents URL for clipboard copy & paste.
+ Entry of merger added.
2020.1.9 K.L. <[email protected]>
*! Eulidean loss lead to blur result.
+ projector.py: use origin generator resolution for eulidean distance loss.
2020.1.7 K.L. <[email protected]>
+ projector.py: added eulidean distance on loss function.
2020.1.6 K.L. <[email protected]>
+ projector.vue: target name control added.
2020.1.4 K.L. <[email protected]>
+ projector.vue: animation panel implemented.
+ projector.vue: save all latent codes in archive package.
2020.1.3 K.L. <[email protected]>
> index.vue: fixed latent layer dimensions issue.
> projector.vue: fixed latent layer dimensions issue.
+ projector.vue: makeAnimation added.
2020.1.2 K.L. <[email protected]>
+ index.vue: added option of extend feature.
+ projector.vue: use fix16 extended latent code.
+ projector.py: added parameter of uniform_latents.
2019.12.29 K.L. <[email protected]>
> app: added some assistive elements.
+ app: added navitator on pages.
2019.12.27 K.L. <[email protected]>
+ index.vue: latent code copy & paste added.
+ http_server.py: added env variable of REGULARIZE_NOISE_WEIGHT.
2019.12.26 K.L. <[email protected]>
> projector.vue: adjusted movement threshold.
+ index.vue: lerp latents in W space implemented.
+ index.vue: refined latent type control.
2019.12.25 K.L. <[email protected]>
> projector.vue: refined layouts.
+ projector.vue: result package loading implemented.
+ projector.vue: result package saving implemented.
+ projector.vue: added option to hide trivial sequence items.
> index.vue: refined feature bars.
> index.vue: refined controls.
+ http_server.py: W synthesis added.
*! Yarn run on a symbolic link folder may result in path issue.
2019.12.24 K.L. <[email protected]>
+ favicon.ico created.
+ http_server.py: resize target image in project handler.
+ latentCode.js created.
+ projector.vue: image drop added.
+ projector.vue: generator links added.
> Renamed file: http-server.py -> http_server.py.
+ http-server.py: output step in project handler.
+ http-server.py: project handler implemented.
2019.12.23 K.L. <[email protected]>
+ projector.vue: generator fetching of projectImage added.
+ app: entry of projector created.
+ http-server.py: handler of project added.
+ test-projector.py: progressively projecting implemneted.
+ test-projector.py created.
2019.12.21 K.L. <[email protected]>
> http-server.py: use single thread Flask to fix tensorflow variable missing issue.
*! Flask multi-thread result in tensorflow variable missing, when model run parameter changed, in dnnlib.Network.get_output_for.
+ http-server.py: image generation implemented.
+ http-server.py: StyleGAN2 model loading added.
+ http-server.py: http server based on Flask created.
+ test.py: image generation for StyleGAN2 implemented.
+ Branch of v2 setup.
2019.3.24 K.L. <[email protected]>
+ gan-server.py: added parameter of no_noise for handGenerate.
+ index.vue: added control for random noise.
+ index.vue: paste and discriminate implemented.
+ gan-server.py: axes flip discriminate test added.
2019.3.23 K.L. <[email protected]>
+ gan-server.py: handDiscriminate added.
2019.3.17 K.L. <[email protected]>
+ index.vue: normalize feature vector for latents bytes.
2019.3.16 K.L. <[email protected]>
+ index.vue: added features rotation and slerp.
2019.3.14 K.L. <[email protected]>
+ index.vue: hash tag added.
+ index.vue: zero and randomization intensity added.
+ index.vue: features randomize added.
2019.3.13 K.L. <[email protected]>
* Base64 padding fix:
latents_b64 = queries.get('latents')[0]
latents_b64 += "=" * ((4 - len(latents_b64) % 4) % 4)
> index.vue: fixed base64 encoding error.
2019.3.12 K.L. <[email protected]>
> index.vue: refined styles.
+ index.vue: psi & latents controls added.
2019.3.11 K.L. <[email protected]>
+ index.vue: added features array.
+ gan-server.py: handGenerate added.
+ gan-server.py: added query argument parsing.
2019.3.10 K.L. <[email protected]>
+ Vue with rollup build added.
+ index.html: front end home page created.
+ gan-server.py: encode result image to PNG bytes.
+ gan-server.py: added test handler.
+ gan-server.py created.
| Project setup based on NVlabs/stylegan.
------------------------------------------------------- stylegan-web ChangeLog -------------------------------------------------------