-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
435 lines (285 loc) · 19.8 KB
/
atom.xml
File metadata and controls
435 lines (285 loc) · 19.8 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
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
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>lvskiller's Blog</title>
<link href="/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2022-01-09T15:46:43.757Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>lvskiller</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>linux安装openCV4.5.x</title>
<link href="http://yoursite.com/2022/01/09/linux%E5%AE%89%E8%A3%85openCV4-5-x/"/>
<id>http://yoursite.com/2022/01/09/linux%E5%AE%89%E8%A3%85openCV4-5-x/</id>
<published>2022-01-09T09:15:07.000Z</published>
<updated>2022-01-09T15:46:43.757Z</updated>
<summary type="html">
<h1 id="linux安装openCV4-5-x"><a href="#linux安装openCV4-5-x" class="headerlink" title="linux安装openCV4.5.x"></a>linux安装openCV4.5.x</h1><blockquote>
<p>这次总算是sudo了,所以直接一套操作猛如虎了。</p>
</blockquote>
</summary>
</entry>
<entry>
<title>非root降低gcc版本到5.4</title>
<link href="http://yoursite.com/2022/01/09/%E9%99%8D%E4%BD%8Egcc%E7%89%88%E6%9C%AC%E5%88%B05-4/"/>
<id>http://yoursite.com/2022/01/09/%E9%99%8D%E4%BD%8Egcc%E7%89%88%E6%9C%AC%E5%88%B05-4/</id>
<published>2022-01-09T08:26:47.000Z</published>
<updated>2022-01-09T09:11:40.104Z</updated>
<summary type="html">
<h1 id="降低gcc版本到5-4"><a href="#降低gcc版本到5-4" class="headerlink" title="降低gcc版本到5.4"></a>降低gcc版本到5.4</h1><h2 id="非root降低gcc版本到5-4"><a href="#非root降低gcc版本到5-4" class="headerlink" title="非root降低gcc版本到5.4"></a>非root降低gcc版本到5.4</h2><blockquote>
<p>还是那个MAttNet惹的祸,它里面的东西的make需要gcc 5.4.0,人给他整麻了</p>
</blockquote>
</summary>
<category term="linux" scheme="http://yoursite.com/categories/linux/"/>
</entry>
<entry>
<title>非sudo权限将cuda降版本</title>
<link href="http://yoursite.com/2022/01/09/cuda10-to-cuda8/"/>
<id>http://yoursite.com/2022/01/09/cuda10-to-cuda8/</id>
<published>2022-01-09T06:57:51.000Z</published>
<updated>2022-01-09T08:20:12.380Z</updated>
<summary type="html">
<h2 id="非sudo权限将cuda降版本"><a href="#非sudo权限将cuda降版本" class="headerlink" title="非sudo权限将cuda降版本"></a>非sudo权限将cuda降版本</h2><h1 id="全连接神经网络"><a href="#全连接神经网络" class="headerlink" title="全连接神经网络"></a>全连接神经网络</h1><blockquote>
<p>背景: 主要就是MAttNet它需要的torch版本是0.2+,这个版本的cuda是8.0,显然现在大部分都是11了,所以需要非sudo权限降低版本</p>
</blockquote>
</summary>
<category term="linux" scheme="http://yoursite.com/categories/linux/"/>
</entry>
<entry>
<title>complie theory</title>
<link href="http://yoursite.com/2021/05/26/complie-theory/"/>
<id>http://yoursite.com/2021/05/26/complie-theory/</id>
<published>2021-05-26T07:45:06.000Z</published>
<updated>2021-05-26T07:45:06.419Z</updated>
<summary type="html">
<h1 id="基本语句"><a href="#基本语句" class="headerlink" title="基本语句"></a>基本语句</h1><blockquote>
<p>学习论文:Semantic Image Synthesis with Spatially-Adaptive Normalization</p>
<p>论文目的:It propose a new normalization layer to solve the problem of original normalization.</p>
<p>关键词: <strong>Spatially-Adaptive Normalization</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>pytorch_tutial</title>
<link href="http://yoursite.com/2021/05/17/pytorch-tutial/"/>
<id>http://yoursite.com/2021/05/17/pytorch-tutial/</id>
<published>2021-05-17T07:49:27.000Z</published>
<updated>2021-05-17T07:49:27.985Z</updated>
<summary type="html">
<h1 id="基本语句"><a href="#基本语句" class="headerlink" title="基本语句"></a>基本语句</h1><blockquote>
<p>学习论文:Semantic Image Synthesis with Spatially-Adaptive Normalization</p>
<p>论文目的:It propose a new normalization layer to solve the problem of original normalization.</p>
<p>关键词: <strong>Spatially-Adaptive Normalization</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>Shell-1</title>
<link href="http://yoursite.com/2021/04/29/Shell-1/"/>
<id>http://yoursite.com/2021/04/29/Shell-1/</id>
<published>2021-04-29T00:00:04.000Z</published>
<updated>2021-05-02T12:18:26.224Z</updated>
<summary type="html">
<h1 id="Shell-1"><a href="#Shell-1" class="headerlink" title="Shell-1"></a>Shell-1</h1><blockquote>
<p>学习linux的shell操作</p>
</blockquote>
</summary>
</entry>
<entry>
<title>CSP-前缀和</title>
<link href="http://yoursite.com/2021/02/12/CSP-%E5%89%8D%E7%BC%80%E5%92%8C/"/>
<id>http://yoursite.com/2021/02/12/CSP-%E5%89%8D%E7%BC%80%E5%92%8C/</id>
<published>2021-02-12T08:33:38.000Z</published>
<updated>2021-02-12T08:33:38.748Z</updated>
<summary type="html">
<h1 id="基本语句"><a href="#基本语句" class="headerlink" title="基本语句"></a>基本语句</h1><blockquote>
<p>学习论文:Semantic Image Synthesis with Spatially-Adaptive Normalization</p>
<p>论文目的:It propose a new normalization layer to solve the problem of original normalization.</p>
<p>关键词: <strong>Spatially-Adaptive Normalization</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>ALAE</title>
<link href="http://yoursite.com/2021/02/09/ALAE/"/>
<id>http://yoursite.com/2021/02/09/ALAE/</id>
<published>2021-02-09T11:27:07.000Z</published>
<updated>2021-02-09T11:27:07.338Z</updated>
<summary type="html">
<h1 id="基本语句"><a href="#基本语句" class="headerlink" title="基本语句"></a>基本语句</h1><blockquote>
<p>学习论文:Semantic Image Synthesis with Spatially-Adaptive Normalization</p>
<p>论文目的:It propose a new normalization layer to solve the problem of original normalization.</p>
<p>关键词: <strong>Spatially-Adaptive Normalization</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>StarGAN V2</title>
<link href="http://yoursite.com/2021/02/08/StarGAN-V2/"/>
<id>http://yoursite.com/2021/02/08/StarGAN-V2/</id>
<published>2021-02-08T04:57:51.000Z</published>
<updated>2021-02-08T12:15:27.934Z</updated>
<summary type="html">
<h1 id="StarGAN-V2"><a href="#StarGAN-V2" class="headerlink" title="StarGAN V2"></a>StarGAN V2</h1><blockquote>
<p>学习论文:StarGAN v2: Diverse Image Synthesis for Multiple Domains</p>
<p>论文目的:It propose a new version of StarGAN that can generate diverse images and scalability over mutiple domains.</p>
<p>关键词: <strong>Diversity</strong> <strong>Multi-Domain</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>CSP-递推和递归</title>
<link href="http://yoursite.com/2021/02/08/CSP-%E9%80%92%E6%8E%A8%E5%92%8C%E9%80%92%E5%BD%92/"/>
<id>http://yoursite.com/2021/02/08/CSP-%E9%80%92%E6%8E%A8%E5%92%8C%E9%80%92%E5%BD%92/</id>
<published>2021-02-08T03:01:00.000Z</published>
<updated>2021-02-12T08:32:36.923Z</updated>
<summary type="html">
<h1 id="CSP-递推和递归"><a href="#CSP-递推和递归" class="headerlink" title="CSP-递推和递归"></a>CSP-递推和递归</h1><blockquote>
<p>该篇介绍了常见的递推和递归想法</p>
</blockquote>
</summary>
<category term="CSP" scheme="http://yoursite.com/categories/CSP/"/>
</entry>
<entry>
<title>Javax初学</title>
<link href="http://yoursite.com/2021/01/30/Javax%E5%88%9D%E5%AD%A6/"/>
<id>http://yoursite.com/2021/01/30/Javax%E5%88%9D%E5%AD%A6/</id>
<published>2021-01-30T10:31:17.000Z</published>
<updated>2021-01-30T12:52:21.965Z</updated>
<summary type="html">
<h1 id="Java初学"><a href="#Java初学" class="headerlink" title="Java初学"></a>Java初学</h1><blockquote>
<p>该篇介绍了Java的基本语句</p>
</blockquote>
</summary>
</entry>
<entry>
<title>FaseShifer论文精读</title>
<link href="http://yoursite.com/2021/01/26/FaseShifer%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/26/FaseShifer%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/</id>
<published>2021-01-26T09:35:45.000Z</published>
<updated>2021-02-10T11:59:10.957Z</updated>
<summary type="html">
<h1 id="FaseShifter论文精读"><a href="#FaseShifter论文精读" class="headerlink" title="FaseShifter论文精读"></a>FaseShifter论文精读</h1><blockquote>
<p>学习论文:FaceShifter: Towards High Fidelity And Occlusion Aware Face Swapping</p>
<p>论文目的:This paper proposes a two-staged method callded FaceShifer to get high quality Face Swap.AEI-net make full use of the information from the targert image.And Hear-net can explozit the Fidelity and occlusion.</p>
<p>关键词:<strong>Face Swap</strong> </p>
</blockquote>
</summary>
</entry>
<entry>
<title>Perceptual-Losses</title>
<link href="http://yoursite.com/2021/01/24/Perceptual-Losses/"/>
<id>http://yoursite.com/2021/01/24/Perceptual-Losses/</id>
<published>2021-01-24T12:12:07.000Z</published>
<updated>2021-01-26T09:25:14.341Z</updated>
<summary type="html">
<h1 id="Perceptual-Losses"><a href="#Perceptual-Losses" class="headerlink" title="Perceptual Losses"></a>Perceptual Losses</h1><blockquote>
<p>学习论文:Perceptual Losses for Real-Time Style Transfer and Super-Resolution</p>
<p>论文目的:This paper propose a loss(Maybe has parallel work,but this paper is much faster),called Perceptual Loss to take place with per-pixel loss,and it also get application in Style transfer, super-resolution。</p>
<p>关键词:<strong>Style transfer</strong> <strong>super-resolution</strong> <strong>Perceptual Losses</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>SPADE论文精读</title>
<link href="http://yoursite.com/2021/01/23/SPADE%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/23/SPADE%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/</id>
<published>2021-01-23T00:05:58.000Z</published>
<updated>2021-01-23T08:48:28.839Z</updated>
<summary type="html">
<h1 id="SPADE论文精读"><a href="#SPADE论文精读" class="headerlink" title="SPADE论文精读"></a>SPADE论文精读</h1><blockquote>
<p>学习论文:Semantic Image Synthesis with Spatially-Adaptive Normalization</p>
<p>论文目的:It propose a new normalization layer to solve the problem of original normalization.</p>
<p>论文摘要:To solve the normalization tend to “wash away” semantic information,the paper propose a new Spatially-Adaptive Normalization.And it also can control over both semantic and style.</p>
<p>关键词: <strong>Spatially-Adaptive Normalization</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>CSP-位运算</title>
<link href="http://yoursite.com/2021/01/18/CSP-%E4%BD%8D%E8%BF%90%E7%AE%97/"/>
<id>http://yoursite.com/2021/01/18/CSP-%E4%BD%8D%E8%BF%90%E7%AE%97/</id>
<published>2021-01-18T13:25:41.000Z</published>
<updated>2021-02-08T02:57:21.551Z</updated>
<summary type="html">
<h1 id="CSP-位运算"><a href="#CSP-位运算" class="headerlink" title="CSP-位运算"></a>CSP-位运算</h1><blockquote>
<p>该篇介绍了介绍了位运算这种常用的算法以及使用位优化进行的算法。</p>
</blockquote>
</summary>
</entry>
<entry>
<title>pix2pix论文精读</title>
<link href="http://yoursite.com/2021/01/18/pix2pix%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/18/pix2pix%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/</id>
<published>2021-01-18T06:31:31.000Z</published>
<updated>2021-01-22T14:35:22.639Z</updated>
<summary type="html">
<h1 id="pix2pix论文精读"><a href="#pix2pix论文精读" class="headerlink" title="pix2pix论文精读"></a>pix2pix论文精读</h1><blockquote>
<p>学习论文:Image-to-Image Translation with Conditional Adversarial Networks</p>
<p>论文目的:To achieve Image-to-image translation,it propose a new GAN callded Conditional Adversarial Networks(cGAN). </p>
<p>论文摘要: Image-to-image translation is a important topic,such as colorizing the picturces,reconstruct the objects from edge edges.And it also get many application.Our purpose is developing a common framwork to complete this problem instead of special-purpose machine.</p>
<p>关键词:<strong>cGAN</strong> <strong>Image-to-image translation</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>CycleGAN论文精读</title>
<link href="http://yoursite.com/2021/01/18/CycleGAN%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/18/CycleGAN%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/</id>
<published>2021-01-18T05:17:19.000Z</published>
<updated>2021-01-22T14:27:58.584Z</updated>
<summary type="html">
<h1 id="CycleGAN论文精读"><a href="#CycleGAN论文精读" class="headerlink" title="CycleGAN论文精读"></a>CycleGAN论文精读</h1><blockquote>
<p>学习论文:Unpaired Image-to-Image Translation using Cycle-Consistent Adversarial Networks</p>
<p>论文目的:Traditional Image-to-image translation is a important topic,this paper propose a new loss to make the translation consitent in the absense of paired training datas.</p>
<p>论文摘要: Traditional Image-to-image translation need aligned image pairs,however it’s hard to achieve.So this paper uses Cycle Loss to solve this problem.</p>
<p>关键词:<strong>CycleLoss</strong> <strong>GAN</strong> <strong>Image-to-image translation</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>DCGAN</title>
<link href="http://yoursite.com/2021/01/13/DCGAN/"/>
<id>http://yoursite.com/2021/01/13/DCGAN/</id>
<published>2021-01-13T09:48:18.000Z</published>
<updated>2021-01-14T13:39:14.596Z</updated>
<summary type="html">
<h1 id="DCGAN论文精读"><a href="#DCGAN论文精读" class="headerlink" title="DCGAN论文精读"></a>DCGAN论文精读</h1><blockquote>
<p>学习论文:UNSUPERVISED REPRESENTATION LEARNING WITH DEEP CONVOLUTIONAL GENERATIVE ADVERSARIAL NETWORKS</p>
<p>论文目的:It brige a gap between the successs of CNN and unsupervised learning which uses GAN.</p>
<p>论文摘要:First ,it replace the layer of Liner with CNN in GAN. Second,it demonstrate its application in general images.</p>
<p>关键词:<strong>CNN</strong> <strong>GAN</strong></p>
</blockquote>
</summary>
</entry>
<entry>
<title>GAN论文精读</title>
<link href="http://yoursite.com/2021/01/12/GAN%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/12/GAN%E8%AE%BA%E6%96%87%E7%B2%BE%E8%AF%BB/</id>
<published>2021-01-12T07:32:10.000Z</published>
<updated>2021-01-13T09:29:23.458Z</updated>
<summary type="html">
<h1 id="GAN论文精读"><a href="#GAN论文精读" class="headerlink" title="GAN论文精读"></a>GAN论文精读</h1><blockquote>
<p>学习论文:Generative Adversarial Nets</p>
<p>论文目的:Although the discriminative model in deep learning has make a great progress ,the generative model have had less of an impact . So this paper make a import breakthtough in genetative model .</p>
<p>论文摘要:He propose a new framewordk called GAN(Generative Adversarial Nets).It trains two model : a generative model <strong>G</strong> to generate the distribution of data , a discriminative model <strong>D</strong> to estimate whether the input is fake.So the G’s goal is <strong>maximize the error of D</strong>,the D’s goal is <strong>minimize the error of decision</strong>.So the pefect situation is D’s error rate is 50% because the G and the ground truth have the same distribution.</p>
<p>关键词:<strong>generative model</strong></p></blockquote>
</summary>
</entry>
<entry>
<title>PeLeeNet代码解读</title>
<link href="http://yoursite.com/2021/01/07/PeLeeNet%E4%BB%A3%E7%A0%81%E8%A7%A3%E8%AF%BB/"/>
<id>http://yoursite.com/2021/01/07/PeLeeNet%E4%BB%A3%E7%A0%81%E8%A7%A3%E8%AF%BB/</id>
<published>2021-01-07T03:47:40.000Z</published>
<updated>2021-01-08T08:25:59.468Z</updated>
<summary type="html">
<h1 id="PeLeeNet代码解读"><a href="#PeLeeNet代码解读" class="headerlink" title="PeLeeNet代码解读"></a>PeLeeNet代码解读</h1><blockquote>
<p>该论文解读,也将成为母版。</p>
<p>PeleeNet是一种基于Densenet的轻量化SSD网络变体,所以参数量更小,可以在mobile端跑。</p>
<p>解读代码:<a href="https://github.com/yxlijun/Pelee.Pytorch" target="_blank" rel="noopener">https://github.com/yxlijun/Pelee.Pytorch</a></p>
</blockquote>
</summary>
</entry>
</feed>