-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
323 lines (154 loc) · 10.1 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>anonymoussss's Blog</title>
<link href="/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2018-08-14T17:46:29.692Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>JL Ma</name>
</author>
<generator uri="http://hexo.io/">Hexo</generator>
<entry>
<title>YOLO V2 (YOLO9000:Better,Faster,Stronger) 论文学习</title>
<link href="http://yoursite.com/2018/08/14/YOLO_v2/"/>
<id>http://yoursite.com/2018/08/14/YOLO_v2/</id>
<published>2018-08-14T02:40:27.000Z</published>
<updated>2018-08-14T17:46:29.692Z</updated>
<summary type="html">
<p>YOLO V2是原作者在V1基础上做出改进后提出的。为了达到题目中所称的Better,Faster,Stronger的目标,主要改进点如下。当然,具体内容还是要深入论文。</p>
<ul>
<li>受到Faster
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="translation" scheme="http://yoursite.com/tags/translation/"/>
</entry>
<entry>
<title>迁移学习和微调深度卷积神经网络</title>
<link href="http://yoursite.com/2018/08/10/%E8%BF%81%E7%A7%BB%E5%AD%A6%E4%B9%A0%E5%92%8C%E5%BE%AE%E8%B0%83%E6%B7%B1%E5%BA%A6%E5%8D%B7%E7%A7%AF%E7%A5%9E%E7%BB%8F%E7%BD%91%E7%BB%9C/"/>
<id>http://yoursite.com/2018/08/10/迁移学习和微调深度卷积神经网络/</id>
<published>2018-08-10T12:22:27.000Z</published>
<updated>2018-08-10T03:59:59.036Z</updated>
<summary type="html">
<blockquote>
<p><strong>参考</strong>:<br>机器之心深度学习系列Part2:<a href="https://www.jiqizhixin.com/articles/2016-08-30-7" target="_blank"
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
</entry>
<entry>
<title>目标检测综述(转)</title>
<link href="http://yoursite.com/2018/08/08/%E7%9B%AE%E6%A0%87%E6%A3%80%E6%B5%8B%E7%BB%BC%E8%BF%B0/"/>
<id>http://yoursite.com/2018/08/08/目标检测综述/</id>
<published>2018-08-08T12:22:27.000Z</published>
<updated>2018-08-10T04:09:59.307Z</updated>
<summary type="html">
<p>转自Ronald的知乎专栏(2017.12.31):<a href="https://zhuanlan.zhihu.com/p/33277354" target="_blank"
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="object detection" scheme="http://yoursite.com/tags/object-detection/"/>
</entry>
<entry>
<title>YOLO(You Only Look Once)v1笔记</title>
<link href="http://yoursite.com/2018/08/02/YOLO_v1/"/>
<id>http://yoursite.com/2018/08/02/YOLO_v1/</id>
<published>2018-08-02T02:06:44.000Z</published>
<updated>2018-08-01T18:44:16.871Z</updated>
<summary type="html">
<p>这篇博客主要介绍下CVPR 2016 YOLO v1算法(CVPR2016的文章)。YOLO是比较流行的object detection算法,速度快且结构简单,这里算法部分介绍的是YOLO的第一个版本,而现在YOLO的官网上已经有YOLO
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
</entry>
<entry>
<title>2x2 Tables (SN, SP, PPV, NPV, OR, RR)</title>
<link href="http://yoursite.com/2018/07/31/2x2-Tables-SN-SP-PPV-NPV-OR-RR/"/>
<id>http://yoursite.com/2018/07/31/2x2-Tables-SN-SP-PPV-NPV-OR-RR/</id>
<published>2018-07-31T04:22:27.000Z</published>
<updated>2018-08-01T18:44:41.530Z</updated>
<summary type="html">
<blockquote>
<p>这篇文章是我做毕设的时候发现的,也是我最初学到的医学领域上的一些指标,遂记录下来以防忘记,如不慎侵权请联系我。<br>This page was found by me during my senior year, in case I
</summary>
<category term="knowledge" scheme="http://yoursite.com/tags/knowledge/"/>
</entry>
<entry>
<title>选择性搜索(selective search)</title>
<link href="http://yoursite.com/2018/07/30/selective_search/"/>
<id>http://yoursite.com/2018/07/30/selective_search/</id>
<published>2018-07-30T12:28:44.000Z</published>
<updated>2018-07-30T04:32:29.607Z</updated>
<summary type="html">
<p>该文翻译整理自:<a href="https://www.learnopencv.com/selective-search-for-object-detection-cpp-python/" target="_blank" rel="noopener">selective
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
</entry>
<entry>
<title>📜论文翻译 Faster R-CNN:利用区域提案网络实现实时目标检测</title>
<link href="http://yoursite.com/2018/07/24/fasterrcnn_translation/"/>
<id>http://yoursite.com/2018/07/24/fasterrcnn_translation/</id>
<published>2018-07-24T03:01:23.000Z</published>
<updated>2018-07-30T19:39:50.320Z</updated>
<summary type="html">
<h2 id="摘要"><a href="#摘要" class="headerlink" title="摘要"></a>摘要</h2><p>目前最先进的目标检测网络需要先用区域提案算法推测目标位置,像SPPnet<sup>1</sup>和Fast
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="translation" scheme="http://yoursite.com/tags/translation/"/>
</entry>
<entry>
<title>📜论文翻译 Fast R-CNN</title>
<link href="http://yoursite.com/2018/07/22/fastrcnn_translation/"/>
<id>http://yoursite.com/2018/07/22/fastrcnn_translation/</id>
<published>2018-07-22T08:20:23.000Z</published>
<updated>2018-07-30T19:20:44.526Z</updated>
<summary type="html">
<h2 id="摘要"><a href="#摘要" class="headerlink" title="摘要"></a>摘要</h2><p>本文提出了一种快速的基于区域的卷积网络方法(fast R-CNN)用于目标检测。Fast
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="translation" scheme="http://yoursite.com/tags/translation/"/>
</entry>
<entry>
<title>📜论文翻译 Rich feature hierarchies for accurate object detection and semantic segmentation (用于精确物体定位和语义分割的丰富特征层次结构-2014)</title>
<link href="http://yoursite.com/2018/07/21/rcnn_translation/"/>
<id>http://yoursite.com/2018/07/21/rcnn_translation/</id>
<published>2018-07-21T12:20:23.000Z</published>
<updated>2018-07-23T23:22:07.006Z</updated>
<summary type="html">
<h2 id="摘要"><a href="#摘要" class="headerlink"
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="translation" scheme="http://yoursite.com/tags/translation/"/>
</entry>
<entry>
<title>caffe:train_val.prototxt,solver.prototxt,deploy.prototxt</title>
<link href="http://yoursite.com/2018/07/13/caffe-train-val-prototxt-solver-prototxt-deploy-prototxt/"/>
<id>http://yoursite.com/2018/07/13/caffe-train-val-prototxt-solver-prototxt-deploy-prototxt/</id>
<published>2018-07-13T02:38:09.000Z</published>
<updated>2018-07-23T22:52:03.485Z</updated>
<summary type="html">
<h2 id="caffe中train-val-prototxt和deploy-prototxt文件的区别"><a href="#caffe中train-val-prototxt和deploy-prototxt文件的区别" class="headerlink"
</summary>
<category term="caffe" scheme="http://yoursite.com/tags/caffe/"/>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
</entry>
<entry>
<title>图像语义分割综述</title>
<link href="http://yoursite.com/2018/07/08/%E5%9B%BE%E5%83%8F%E8%AF%AD%E4%B9%89%E5%88%86%E5%89%B2%E7%BB%BC%E8%BF%B0/"/>
<id>http://yoursite.com/2018/07/08/图像语义分割综述/</id>
<published>2018-07-08T12:38:44.000Z</published>
<updated>2019-10-30T09:26:22.481Z</updated>
<summary type="html">
<h2 id="1-研究历史"><a href="#1-研究历史" class="headerlink" title="1 研究历史"></a>1 研究历史</h2><h3 id="patch-classification"><a
</summary>
<category term="deep learning" scheme="http://yoursite.com/tags/deep-learning/"/>
<category term="semantic segmentation" scheme="http://yoursite.com/tags/semantic-segmentation/"/>
</entry>
<entry>
<title>Hexo tutorial</title>
<link href="http://yoursite.com/2018/07/01/Hexo%20tutorial/"/>
<id>http://yoursite.com/2018/07/01/Hexo tutorial/</id>
<published>2018-07-01T09:19:10.000Z</published>
<updated>2019-10-30T09:24:57.978Z</updated>
<summary type="html">
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a
</summary>
</entry>
</feed>