-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
499 lines (239 loc) · 16.6 KB
/
atom.xml
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
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>晃晃的博客</title>
<link href="/atom.xml" rel="self"/>
<link href="https://clancylian.github.io/"/>
<updated>2019-07-16T09:36:44.529Z</updated>
<id>https://clancylian.github.io/</id>
<author>
<name>Clancy Lian</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>目标检测论文汇总</title>
<link href="https://clancylian.github.io/2019/07/16/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E8%AE%BA%E6%96%87%E6%B1%87%E6%80%BB/"/>
<id>https://clancylian.github.io/2019/07/16/目标检测论文汇总/</id>
<published>2019-07-16T09:29:47.000Z</published>
<updated>2019-07-16T09:36:44.529Z</updated>
<summary type="html">
<h1 id="目标检测顶会论文学习笔记"><a href="#目标检测顶会论文学习笔记" class="headerlink" title="目标检测顶会论文学习笔记"></a>目标检测顶会论文学习笔记</h1><h2
</summary>
<category term="目标检测" scheme="https://clancylian.github.io/categories/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B/"/>
<category term="目标检测" scheme="https://clancylian.github.io/tags/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B/"/>
</entry>
<entry>
<title>CUDA统一内存UVA</title>
<link href="https://clancylian.github.io/2019/06/11/CUDA%E7%BB%9F%E4%B8%80%E5%86%85%E5%AD%98UVA/"/>
<id>https://clancylian.github.io/2019/06/11/CUDA统一内存UVA/</id>
<published>2019-06-11T09:42:23.000Z</published>
<updated>2019-06-26T03:49:45.811Z</updated>
<summary type="html">
<h2 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h2><p>设备是否支持统一内存可以通过一下代码查询:</p>
<figure class="highlight
</summary>
<category term="CUDA" scheme="https://clancylian.github.io/categories/CUDA/"/>
<category term="CUDA" scheme="https://clancylian.github.io/tags/CUDA/"/>
</entry>
<entry>
<title>CUDA页锁定内存</title>
<link href="https://clancylian.github.io/2019/06/06/CUDA%E9%A1%B5%E9%94%81%E5%AE%9A%E5%86%85%E5%AD%98/"/>
<id>https://clancylian.github.io/2019/06/06/CUDA页锁定内存/</id>
<published>2019-06-06T03:07:43.000Z</published>
<updated>2019-06-13T05:47:49.053Z</updated>
<summary type="html">
<h2 id="介绍"><a href="#介绍" class="headerlink" title="介绍"></a>介绍</h2><p>CUDA提供API可以来分配和使用页锁定主机内存(page-locked memory or pinned
</summary>
<category term="CUDA" scheme="https://clancylian.github.io/categories/CUDA/"/>
<category term="CUDA" scheme="https://clancylian.github.io/tags/CUDA/"/>
</entry>
<entry>
<title>opencv CUDA核函数学习</title>
<link href="https://clancylian.github.io/2019/05/29/opencv-CUDA%E6%A0%B8%E5%87%BD%E6%95%B0%E5%AD%A6%E4%B9%A0/"/>
<id>https://clancylian.github.io/2019/05/29/opencv-CUDA核函数学习/</id>
<published>2019-05-29T03:44:17.000Z</published>
<updated>2019-06-04T01:16:23.849Z</updated>
<summary type="html">
<p><a
</summary>
<category term="CUDA" scheme="https://clancylian.github.io/categories/CUDA/"/>
<category term="CUDA" scheme="https://clancylian.github.io/tags/CUDA/"/>
<category term="OpenCV" scheme="https://clancylian.github.io/tags/OpenCV/"/>
</entry>
<entry>
<title>CUDA Grid Block Thread</title>
<link href="https://clancylian.github.io/2019/05/28/CUDA-Grid-Block-Thread/"/>
<id>https://clancylian.github.io/2019/05/28/CUDA-Grid-Block-Thread/</id>
<published>2019-05-28T08:37:33.000Z</published>
<updated>2019-06-06T09:25:15.578Z</updated>
<summary type="html">
<h2 id="GPU性能"><a href="#GPU性能" class="headerlink"
</summary>
<category term="CUDA" scheme="https://clancylian.github.io/categories/CUDA/"/>
<category term="CUDA" scheme="https://clancylian.github.io/tags/CUDA/"/>
<category term="GPU" scheme="https://clancylian.github.io/tags/GPU/"/>
</entry>
<entry>
<title>perf 安装及使用</title>
<link href="https://clancylian.github.io/2019/05/23/perf%20%E5%AE%89%E8%A3%85%E5%8F%8A%E4%BD%BF%E7%94%A8/"/>
<id>https://clancylian.github.io/2019/05/23/perf 安装及使用/</id>
<published>2019-05-23T06:27:19.000Z</published>
<updated>2019-05-23T06:08:31.311Z</updated>
<summary type="html">
<h1 id="perf-安装及使用"><a href="#perf-安装及使用" class="headerlink" title="perf 安装及使用"></a>perf 安装及使用</h1><h2 id="perf-安装"><a href="#perf-安装"
</summary>
<category term="perf" scheme="https://clancylian.github.io/categories/perf/"/>
<category term="perf" scheme="https://clancylian.github.io/tags/perf/"/>
</entry>
<entry>
<title>PaperReading:RetinaNet</title>
<link href="https://clancylian.github.io/2019/05/10/PaperReading-RetinaNet/"/>
<id>https://clancylian.github.io/2019/05/10/PaperReading-RetinaNet/</id>
<published>2019-05-10T06:07:25.000Z</published>
<updated>2019-05-29T03:17:08.482Z</updated>
<summary type="html">
<h1 id="Focal-Loss-for-Dense-Object-Detection"><a href="#Focal-Loss-for-Dense-Object-Detection" class="headerlink" title="Focal Loss for
</summary>
<category term="论文" scheme="https://clancylian.github.io/categories/%E8%AE%BA%E6%96%87/"/>
<category term="目标检测" scheme="https://clancylian.github.io/tags/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B/"/>
</entry>
<entry>
<title>PaperReading:RetinaFace</title>
<link href="https://clancylian.github.io/2019/05/07/PaperReading-RetinaFace/"/>
<id>https://clancylian.github.io/2019/05/07/PaperReading-RetinaFace/</id>
<published>2019-05-07T06:17:11.000Z</published>
<updated>2019-05-29T03:17:20.514Z</updated>
<summary type="html">
<h2 id="摘要"><a href="#摘要" class="headerlink"
</summary>
<category term="论文" scheme="https://clancylian.github.io/categories/%E8%AE%BA%E6%96%87/"/>
<category term="人脸检测" scheme="https://clancylian.github.io/tags/%E4%BA%BA%E8%84%B8%E6%A3%80%E6%B5%8B/"/>
</entry>
<entry>
<title>PaperReading: FaceBoxes</title>
<link href="https://clancylian.github.io/2019/05/05/PaperReading:FaceBoxes/"/>
<id>https://clancylian.github.io/2019/05/05/PaperReading:FaceBoxes/</id>
<published>2019-05-05T05:59:36.000Z</published>
<updated>2019-05-29T03:17:31.974Z</updated>
<summary type="html">
<h1 id="概述"><a href="#概述" class="headerlink" title="概述"></a>概述</h1><p>
</summary>
<category term="论文" scheme="https://clancylian.github.io/categories/%E8%AE%BA%E6%96%87/"/>
<category term="人脸检测" scheme="https://clancylian.github.io/tags/%E4%BA%BA%E8%84%B8%E6%A3%80%E6%B5%8B/"/>
</entry>
<entry>
<title>git 使用方法总结</title>
<link href="https://clancylian.github.io/2019/04/30/git-%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95%E6%80%BB%E7%BB%93/"/>
<id>https://clancylian.github.io/2019/04/30/git-使用方法总结/</id>
<published>2019-04-30T10:27:19.000Z</published>
<updated>2019-04-30T10:28:21.887Z</updated>
<summary type="html">
<h1 id="git-使用方法总结"><a href="#git-使用方法总结" class="headerlink" title="git 使用方法总结"></a>git 使用方法总结</h1><p>比较基础的方法就不一一写了,碰到没使用过的在慢慢总结更新。</p>
<h2
</summary>
<category term="git" scheme="https://clancylian.github.io/categories/git/"/>
<category term="git" scheme="https://clancylian.github.io/tags/git/"/>
</entry>
<entry>
<title>opencv GPU和CPUX实现直方图均衡差异</title>
<link href="https://clancylian.github.io/2019/04/29/opencv-GPU%E5%92%8CCPUX%E5%AE%9E%E7%8E%B0%E7%9B%B4%E6%96%B9%E5%9B%BE%E5%9D%87%E8%A1%A1%E5%B7%AE%E5%BC%82/"/>
<id>https://clancylian.github.io/2019/04/29/opencv-GPU和CPUX实现直方图均衡差异/</id>
<published>2019-04-29T03:27:13.000Z</published>
<updated>2019-04-29T03:31:37.040Z</updated>
<summary type="html">
<p>opencv gpu和cpu实现直方图均衡会出现不同,版本3.3.1,代码如下:</p>
<figure class="highlight c++"><table><tr><td class="gutter"><pre><span
</summary>
<category term="opencv" scheme="https://clancylian.github.io/categories/opencv/"/>
<category term="opencv" scheme="https://clancylian.github.io/tags/opencv/"/>
</entry>
<entry>
<title>NVIDIA NPP LIBRARY SDK</title>
<link href="https://clancylian.github.io/2019/04/29/NVIDIA-NPP-LIBRARY-SDK/"/>
<id>https://clancylian.github.io/2019/04/29/NVIDIA-NPP-LIBRARY-SDK/</id>
<published>2019-04-29T02:44:47.000Z</published>
<updated>2019-04-29T03:20:51.081Z</updated>
<summary type="html">
<h1 id="CUDA-NPP库使用"><a href="#CUDA-NPP库使用" class="headerlink" title="CUDA NPP库使用"></a>CUDA
</summary>
<category term="NVIDIA" scheme="https://clancylian.github.io/categories/NVIDIA/"/>
<category term="CUDA" scheme="https://clancylian.github.io/tags/CUDA/"/>
<category term="NPP" scheme="https://clancylian.github.io/tags/NPP/"/>
</entry>
<entry>
<title>PyTorch学习之路</title>
<link href="https://clancylian.github.io/2019/04/13/PyTorch%E5%AD%A6%E4%B9%A0%E4%B9%8B%E8%B7%AF/"/>
<id>https://clancylian.github.io/2019/04/13/PyTorch学习之路/</id>
<published>2019-04-13T09:33:48.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
<p><a href="https://pytorch.org/tutorials/" target="_blank" rel="noopener">参考文档</a></p>
<h2 id="1-基础概念"><a href="#1-基础概念"
</summary>
<category term="深度学习" scheme="https://clancylian.github.io/categories/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0/"/>
<category term="Pytorch" scheme="https://clancylian.github.io/tags/Pytorch/"/>
<category term="深度学习框架" scheme="https://clancylian.github.io/tags/%E6%B7%B1%E5%BA%A6%E5%AD%A6%E4%B9%A0%E6%A1%86%E6%9E%B6/"/>
</entry>
<entry>
<title>Linux环境变量配置</title>
<link href="https://clancylian.github.io/2019/04/02/Linux%E7%8E%AF%E5%A2%83%E5%8F%98%E9%87%8F%E9%85%8D%E7%BD%AE/"/>
<id>https://clancylian.github.io/2019/04/02/Linux环境变量配置/</id>
<published>2019-04-02T03:15:24.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
<h1 id="设置文件为"><a href="#设置文件为" class="headerlink" title="设置文件为:"></a>设置文件为:</h1><figure class="highlight jboss-cli"><table><tr><td
</summary>
<category term="Linux" scheme="https://clancylian.github.io/categories/Linux/"/>
<category term="Linux" scheme="https://clancylian.github.io/tags/Linux/"/>
</entry>
<entry>
<title>GStreamer插件之自定义数据结构</title>
<link href="https://clancylian.github.io/2019/04/01/GStreamer%E6%8F%92%E4%BB%B6%E4%B9%8B%E8%87%AA%E5%AE%9A%E4%B9%89%E6%95%B0%E6%8D%AE%E7%BB%93%E6%9E%84/"/>
<id>https://clancylian.github.io/2019/04/01/GStreamer插件之自定义数据结构/</id>
<published>2019-04-01T10:18:58.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
<h1 id="GstMeta"><a href="#GstMeta" class="headerlink" title="GstMeta"></a>GstMeta</h1><h3
</summary>
<category term="GStreamer" scheme="https://clancylian.github.io/categories/GStreamer/"/>
<category term="GStreamer" scheme="https://clancylian.github.io/tags/GStreamer/"/>
<category term="插件" scheme="https://clancylian.github.io/tags/%E6%8F%92%E4%BB%B6/"/>
<category term="视频流" scheme="https://clancylian.github.io/tags/%E8%A7%86%E9%A2%91%E6%B5%81/"/>
</entry>
<entry>
<title>2019学习计划</title>
<link href="https://clancylian.github.io/2019/03/31/2019%E5%AD%A6%E4%B9%A0%E8%AE%A1%E5%88%92/"/>
<id>https://clancylian.github.io/2019/03/31/2019学习计划/</id>
<published>2019-03-31T14:04:58.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
</summary>
</entry>
<entry>
<title>GStreamer插件编写学习</title>
<link href="https://clancylian.github.io/2019/03/29/GStreamer%E6%8F%92%E4%BB%B6%E7%BC%96%E5%86%99%E5%AD%A6%E4%B9%A0/"/>
<id>https://clancylian.github.io/2019/03/29/GStreamer插件编写学习/</id>
<published>2019-03-29T04:31:35.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
<h1 id="下载插件模板"><a href="#下载插件模板" class="headerlink" title="下载插件模板"></a>下载插件模板</h1><figure class="highlight groovy"><table><tr><td
</summary>
<category term="GStreamer" scheme="https://clancylian.github.io/categories/GStreamer/"/>
<category term="GStreamer" scheme="https://clancylian.github.io/tags/GStreamer/"/>
<category term="插件" scheme="https://clancylian.github.io/tags/%E6%8F%92%E4%BB%B6/"/>
<category term="视频流" scheme="https://clancylian.github.io/tags/%E8%A7%86%E9%A2%91%E6%B5%81/"/>
</entry>
<entry>
<title>GStreamer插件之Transform elements</title>
<link href="https://clancylian.github.io/2019/03/29/GStreamer%E6%8F%92%E4%BB%B6%E4%B9%8BTransform-elements/"/>
<id>https://clancylian.github.io/2019/03/29/GStreamer插件之Transform-elements/</id>
<published>2019-03-29T03:41:44.000Z</published>
<updated>2019-04-29T00:47:07.333Z</updated>
<summary type="html">
<h1 id="前言"><a href="#前言" class="headerlink" title="前言"></a>前言</h1><p>写了个gstreamer插件继承于基类Transform element. 其中有些概念需要理解一下,特此做下笔记。参考<a
</summary>
<category term="GStreamer" scheme="https://clancylian.github.io/categories/GStreamer/"/>
<category term="GStreamer" scheme="https://clancylian.github.io/tags/GStreamer/"/>
<category term="插件" scheme="https://clancylian.github.io/tags/%E6%8F%92%E4%BB%B6/"/>
<category term="视频流" scheme="https://clancylian.github.io/tags/%E8%A7%86%E9%A2%91%E6%B5%81/"/>
</entry>
</feed>