-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
270 lines (179 loc) · 9.41 KB
/
index.html
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
<!DOCTYPE html>
<html lang="z">
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<title>杨花落尽</title>
<meta name="renderer" content="webkit">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="杨花落尽">
<meta name="twitter:description" content="">
<meta property="og:type" content="article">
<meta property="og:title" content="杨花落尽">
<meta property="og:description" content="">
<meta name="author" content="yuezhilanyi">
<link rel="stylesheet" href="/css/vno.css">
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css">
<link rel="icon" href="/images/avatar-small.png">
<meta name="generator" content="hexo"/>
<link rel="canonical" href="http://yoursite.com"/>
</head>
<body class="home-template no-js">
<script src="//cdn.bootcss.com/jquery/2.1.4/jquery.min.js"></script>
<script src="/js/main.js"></script>
<span class="mobile btn-mobile-menu">
<i class="fa fa-list btn-mobile-menu__icon"></i>
<i class="fa fa-angle-up btn-mobile-close__icon hidden"></i>
</span>
<header class="panel-cover " style="background-image: url(/images/background-cover.jpg)">
<div class="panel-main">
<div class="panel-main__inner panel-inverted">
<div class="panel-main__content">
<a href="/" title="前往 杨花落尽 的主页"><img src="/images/avatar.jpg" width="80" alt="杨花落尽 logo" class="panel-cover__logo logo" /></a>
<h1 class="panel-cover__title panel-title"><a href="/" title="link to homepage for 杨花落尽">杨花落尽</a></h1>
<hr class="panel-cover__divider" />
<p class="panel-cover__description"></p>
<hr class="panel-cover__divider panel-cover__divider--secondary" />
<div class="navigation-wrapper">
<div>
<nav class="cover-navigation cover-navigation--primary">
<ul class="navigation">
<li class="navigation__item"><a href="/#blog" title="Visit the blog" class="blog-button">Blog</a></li>
<li class="navigation__item"><a href="/favourite">黄金屋</a></li>
<li class="navigation__item"><a href="/favourite/time.html">时光机</a></li>
</ul>
</nav>
</div>
<div>
<nav class="cover-navigation navigation--social">
<ul class="navigation">
<!-- Weibo-->
<!-- Github -->
<li class="navigation__item">
<a href="https://github.com/yuezhilanyi" title="GitHub" target="_blank">
<i class='social fa fa-github'></i>
<span class="label">Github</span>
</a>
</li>
<!-- Stack Overflow -->
<!-- Google Plus -->
<!-- Facebook -->
<!-- Twitter -->
</ul>
</nav>
</div>
</div>
</div>
</div>
<div class="panel-cover--overlay cover-purple"></div>
</div>
</header>
<div class="content-wrapper">
<div class="content-wrapper__inner">
<div class="main-post-list">
<ol class="post-list">
<li>
<h2 class="post-list__post-title post-title"><a href="/2019/11/22/3-steps-to-update-parameters-of-Faster-R-CNN-SSD-models-in-TensorFlow-Object-Detection-API/" title="link to post.title">3 steps to update parameters of Faster R-CNN/SSD models in TensorFlow Object Detection API</a></h2>
<p class="excerpt">
source
3 steps
Decide the parameter to be updated (from model config file)
Search for the given parameter in the repository
Analyze the proto file (to find parameters can be finetuned)
some parameter
…
</p>
<div class="post-list__meta"><time datetime="2019-11-22T07:55:54.000Z" class="post-list__meta--date date">2019-11-22</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/stduy-notes-deep-learning/" rel="tag">stduy_notes, deep_learning</a>
</span><a class="btn-border-small" href="/2019/11/22/3-steps-to-update-parameters-of-Faster-R-CNN-SSD-models-in-TensorFlow-Object-Detection-API/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2019/11/21/StateOfTheArtObjectDetectionUseTheseTop3DataAugmentationsAndGoogleBrainsOptimal/" title="link to post.title">StateOfTheArtObjectDetectionUseTheseTop3DataAugmentationsAndGoogleBrainsOptimal</a></h2>
<p class="excerpt">
@TOC
经作者测试,三种最好的数据增强方法如下:
A: 旋转
B: 均衡化
C: 边界框沿着Y轴移动
作者还提供了在tensorflow上实现的代码,见 autoaugment_utils.py
除此以外,作者还总结了以下几条策略:
图像分类的技巧并不适用于目标检测————收益太小
上述三种增强方法
增强改进了权重的L2范数
上述数据增强方法对小物体特别有效
链接
论文地址
转载
…
</p>
<div class="post-list__meta"><time datetime="2019-11-21T13:26:46.000Z" class="post-list__meta--date date">2019-11-21</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/study-notes-deep-learning/" rel="tag">study_notes, deep_learning</a>
</span><a class="btn-border-small" href="/2019/11/21/StateOfTheArtObjectDetectionUseTheseTop3DataAugmentationsAndGoogleBrainsOptimal/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2019/11/20/TheMasteryofPandas/" title="link to post.title">TheMasteryofPandas</a></h2>
<p class="excerpt">
title: The Mastery of Pandasdate: 2019-11-20 13:12:18tags: study-notes
source:
The Mastery of pandas Part I
The Mastery of pandas Part II
DataFrame Attributes
head(n): 返回前n行或后n行数据,n默认5
info(): 返回概要
…
</p>
<div class="post-list__meta"><time datetime="2019-11-20T05:12:18.000Z" class="post-list__meta--date date">2019-11-20</time> • <span class="post-list__meta--tags tags">于
<a class="tag-link" href="/tags/study-notes/" rel="tag">study_notes</a>
</span><a class="btn-border-small" href="/2019/11/20/TheMasteryofPandas/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
<li>
<h2 class="post-list__post-title post-title"><a href="/2019/11/09/hello-world/" title="link to post.title">Hello World</a></h2>
<p class="excerpt">
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick
…
</p>
<div class="post-list__meta"><time datetime="2019-11-09T04:23:50.136Z" class="post-list__meta--date date">2019-11-09</time> • <span class="post-list__meta--tags tags">于 </span><a class="btn-border-small" href="/2019/11/09/hello-world/">继续阅读</a></div>
<hr class="post-list__divider" />
</li>
</ol>
<script type="text/x-mathjax-config">
MathJax.Hub.Config({"HTML-CSS": { preferredFont: "TeX", availableFonts: ["STIX","TeX"], linebreaks: { automatic:true }, EqnChunk: (MathJax.Hub.Browser.isMobile ? 10 : 50) },
tex2jax: { inlineMath: [ ["$", "$"], ["\\(","\\)"] ], processEscapes: true, ignoreClass: "tex2jax_ignore|dno",skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']},
TeX: { noUndefined: { attributes: { mathcolor: "red", mathbackground: "#FFEEEE", mathsize: "90%" } }, Macros: { href: "{}" } },
messageStyle: "none"
});
</script>
<script type="text/x-mathjax-config">
MathJax.Hub.Queue(function() {
var all = MathJax.Hub.getAllJax(), i;
for(i=0; i < all.length; i += 1) {
all[i].SourceElement().parentNode.className += ' has-jax';
}
});
</script>
<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML">
</script>
</div>
<footer class="footer">
<span class="footer__copyright">
© 2019 yuezhilanyi - 本站点采用 <a href="http://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank" rel="noopener">知识共享署名-非商业性使用-相同方式共享 4.0 国际许可协议</a>
</span>
<span class="footer__copyright">
- 基于 <a href="http://hexo.io" target="_blank" rel="noopener">Hexo</a> 搭建,使用 <a href="https://github.com/monniya/hexo-theme-new-vno " target="_blank" rel="noopener">new-vno</a> 主题,由<a href="https://monniya.com " target="_blank" rel="noopener">@Monniya</a> 修改自 <a href="https://github.com/lenbo-ma/hexo-theme-vno" target="_blank">Vno</a>, 原创出自<a href="http://github.com/onevcat/vno" target="_blank">onevcat</a>
</span>
</footer>
</div>
</div>
<script async src="https://dn-lbstatics.qbox.me/busuanzi/2.3/busuanzi.pure.mini.js"></script>
</body>
</html>