-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
422 lines (298 loc) · 14.6 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
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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Zexian Li</title>
<link rel="shortcut icon" href="https://FuNian788.github.io/favicon.ico">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.css">
<link rel="stylesheet" href="https://FuNian788.github.io/media/css/tailwind.css">
<link rel="stylesheet" href="https://FuNian788.github.io/styles/main.css">
<link rel="alternate" type="application/atom+xml" title="Zexian Li - Atom Feed" href="https://FuNian788.github.io/atom.xml">
<meta name="description" content="Colorful life." />
</head>
<body>
<div class="antialiased flex flex-col min-h-screen" id="app">
<div class="nav py-3 md:py-8 fixed w-full z-10 bg-gray-50 dark:bg-gray-700 transition-all duration-300" :class="{ 'scroll': scrolled }">
<div class="flex justify-end px-4">
<div class="w-8 h-8 flex justify-center items-center rounded-full md:hidden" @click="showMenu = !showMenu">
<i class="ri-close-line" v-show="showMenu"></i>
<i class="ri-menu-3-line" v-show="!showMenu"></i>
</div>
</div>
<nav class="max-w-4xl w-full mx-auto text-center flex flex-col md:flex-row justify-center md:block" :class="`${ showMenu ? 'block' : 'hidden' }`">
<a href="/" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
首页
</a>
<a href="/archives" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
归档
</a>
<a href="/tags" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
标签
</a>
<a href="/post/about" target="" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
关于
</a>
<a href="https://FuNian788.github.io/atom.xml" target="_blank" class="py-2 md:py-1 px-4 mx-4 inline-flex transition font-semibold rounded dark:hover:bg-gray-600 hover:bg-gray-200">
RSS
</a>
</nav>
</div>
<div class="max-w-4xl w-full mx-auto ">
<header class="flex py-16 md:py-32 mt-12 flex-col md:flex-row px-4 md:px-0 animated fadeIn">
<div class="flex-1 order-2 md:order-1 md:pr-16">
<div class="text-4xl font-bold text-center md:text-left">
Zexian Li
</div>
<div class="text-xl text-gray-500 mt-4 text-center md:text-left">
Colorful life.
</div>
</div>
<div class="md:mx-8 flex-shrink-0 self-start rounded-full border-4 border-dotted border-transparent hover:border-yellow-50 p-2 w-32 h-32 order-1 md:order-2 mx-auto s3-dotted">
<img class="rounded-full object-cover" src="https://FuNian788.github.io/images/avatar.png?v=1626767285250" alt="Zexian Li" width="100%" height="100%">
</div>
</header>
<div class="shadow-box bg-white dark:bg-gray-600 border-gray-300 rounded-none md:rounded-lg -mx-1 md:mx-0 md:px-0">
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<i class="ri-star-line text-orange-200 absolute text-2xl left-0 ml-1 rotate-90"></i>
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/temporal-action-detection-papers/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
时序动作检测(Temporal Action Detection)论文总结
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2020-03-21</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
本博文旨在记载学习时序动作检测(Temporal Action Detection)过程中遇到的高质量论文,同时进行总结和思路归纳。本博文将长期更新。
↓这是一个超有爱的超链接目录↓
时序动作检测综述
写在前边
时序动作检测研究方...
</div>
<a href="https://FuNian788.github.io/post/temporal-action-detection-papers/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<i class="ri-star-line text-orange-200 absolute text-2xl left-0 ml-1 rotate-90"></i>
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/common-Markdown/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
常用Markdown语法
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2018-07-04</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
1.文字排版
2.区块
3.强调显示
4.代码显示
5.分隔线
6.列表
7.链接
8.添加图片
9.编写注释
10.编写目录
11.删除线
12.注脚
13.页面内跳转
14.表格
15.公式编辑
1.文字排版
在文字之前加...
</div>
<a href="https://FuNian788.github.io/post/common-Markdown/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/detection/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
目标检测(object detection)论文小记
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-06-26</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
简单记录最近阅读的几篇有趣的目标检测论文🎅
方法综述
评价指标
常用数据集
论文笔记
(1) (2021 CVPR)YOLOF: You Only Look One-level Feature
(2) (FAIR)RetinaNe...
</div>
<a href="https://FuNian788.github.io/post/detection/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/anaconda-sh/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
脚本切换conda环境踩坑记录
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-05-29</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
1. 修改启动项以实现Docker启动后自动切换conda环境
2. 在cron定时执行的Shell脚本内实现conda的环境切换
1. 修改启动项以实现Docker启动后自动切换conda环境
第一次踩坑是在项目中,...
</div>
<a href="https://FuNian788.github.io/post/anaconda-sh/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/megvii-chang-yong-ming-ling/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
MEGVII常用命令
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-05-15</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
目标检测流程pipeline
创建workspace2
脚本一键配置基础环境
安装Anaconda
创建并激活虚拟环境
安装rluanch和rrun
下载cvpack2
快捷方法
通用方法
配置cvpack2
在cvpack2...
</div>
<a href="https://FuNian788.github.io/post/megvii-chang-yong-ming-ling/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/python-decorators/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
一文看懂Python装饰器(Decorators)
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-04-12</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
在代码中接触了许多有关Python装饰器的内容,简单写一篇博客来记录一下,以作归纳总结。
“装饰器的强大在于它能够在不修改原有业务逻辑的情况下对代码进行扩展,权限校验、用户认证、日志记录、性能测试、事务处理、缓存等都是装饰器的绝佳应用场景,...
</div>
<a href="https://FuNian788.github.io/post/python-decorators/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/python-wechat-clock-in/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
Python实现微信小程序自动打卡
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-03-16</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
每天手动打卡实在太繁琐了,作为coder,有没有捷径可走?理论上可以有!
前边的话:本博客仅讨论技术实现,疫情防控需谨慎,如有异常请及时上报。
Charles + iPhone抓包
打卡代码
定时启动
Charles ...
</div>
<a href="https://FuNian788.github.io/post/python-wechat-clock-in/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/einops/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
einops:向量变换神器
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-03-11</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
最近看大佬的Transformer源码时发现大家都用到了这个库,查看了一下相关API,实现太简洁了,真正的所见即所得,速MARK!
RESHAPE
REDUCE
RESHAPE
import einops
x = ei...
</div>
<a href="https://FuNian788.github.io/post/einops/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/algorithm/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
算法核心思想总结
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-03-05</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
迫于打工,开刷算法!
本博客旨在归纳算法题的核心思想并总结对应的模板,从而指导具体的实际问题求解🎺同时感谢labuladong的算法讲解Gitbook访问相关文章。
0. 数据读取
1.动态规划
题型归纳
套路总结
解题思路
Le...
</div>
<a href="https://FuNian788.github.io/post/algorithm/" class="btn">
Read more
</a>
</div>
</div>
<div class="p-8 border-b border-gray-200 dark:border-gray-700 flex relative overflow-hidden flex-col md:flex-row animated fadeIn">
<div class="flex-1 order-2 md:order-1">
<h2 class="text-2xl font-semibold mb-4">
<a href="https://FuNian788.github.io/post/spatio-temporal-action-localization/" class="text-gray-700 dark:text-gray-200 border-b-2 border-dotted border-gray-200 dark:border-gray-400 dark:hover:border-gray-200 hover:border-gray-600 transition-all duration-100">
时空动作定位(spatio-temporal action localization)论文小记
</a>
</h2>
<div class="mb-4 text-xs text-gray-500">2021-02-08</div>
<div class="mb-4 text-gray-500 dark:text-gray-300">
发现了一个看起来很有趣的任务:时空动作定位(spatio-temporal action localization),简要记录几篇论文👨💻
任务定义
常用数据集
应用场景
实现思路
指标比对
论文阅读
(1) (202...
</div>
<a href="https://FuNian788.github.io/post/spatio-temporal-action-localization/" class="btn">
Read more
</a>
</div>
</div>
</div>
<div class="my-4 flex justify-between px-4 md:px-0">
<a href="https://FuNian788.github.io/page/2" class="btn btn-white">
下一页
<i class="ri-arrow-right-line ml-4"></i>
</a>
</div>
<footer class="py-12 text-center px-4 md:px-0" v-pre>
Bad decisions make good stories.
</footer>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<script src="https://FuNian788.github.io/media/scripts/main.js"></script>
</body>
</html>