-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (238 loc) · 8.93 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
<html>
<head>
<title>Weiwei Liu</title>
<script src='js/jquery.js'></script>
<script src='js/bootstrap.min.js'></script>
<link href='css/bootstrap.min.css' rel='stylesheet'>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,500,700,900,100italic,100,300,300italic,400italic,500italic,900italic,700italic' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'sans-serif';
font-size: 16px;
background-color: #F0EAD6;
color: #4F6071;
}
.color1 {
background-color: #CCC;
}
#header {
width: 100%;
height: 360px;
background-color: #CDCDC1
/* background-color: #b30000; */
/* background-color: #CCC; */
}
#header-inner {
position: absolute;
width: 70%;
left: 30%;
top: 150px;
}
.img-me {
border: 3px solid white;
float: left;
height: 200px;
}
.header-text {
margin-top: 60px;
margin-left: 220px;
}
.header-text-name {
font-weight: bold;
font-size: 40px;
}
.header-text-email {
font-size: 20px;
font-style: italic;
}
.header-text-desc {
font-size: 20px;
}
#contact-info {
position: absolute;
left: 80%;
width: 20%;
top: 360px;
height: 100px;
background-color: #EEE;
}
.vspace {
margin-bottom: 20px;
}
.vspace-top {
margin-top: 30px;
}
.paper-image {
width: 200px;
}
.paper-title {
font-weight: bold;
}
.paper-authors {
font-style: italic;
}
.paper-link {
}
</style>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-50623594-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<div id='header'>
<div id='header-inner'>
<img src='images/lww.png' class='img-circle img-me'>
<div class='header-text'>
<div class='header-text-name'>
Weiwei Liu(刘伟伟)
</div>
<div class='header-text-email'>
</div>
<div>
<a href="https://github.com/ofeyliu">[GitHub]</a>
</div>
</div>
</div>
</div>
<div class='container'>
<div class='col-md-11 col-md-offset-1'>
<div class='row'>
<h1>About</h1>
<div class='vspace'>
I am a master student at
<a href='http://ivlab.sjtu.edu.cn/' target='_blank'>Intelligence Vision Lab</a> in Shanghai Jiaotong University.
</div>
<div>
I'm mainly interested in Machine learning and Image Processing, especially in feature matching, human pose estimation and action recognition.
</div>
</div>
<!-- <div class='row vspace-top'>
<h1>Projects</h1>
<a href='https://github.com/jcjohnson/neural-style' target='_blank'>
<h2>neural-style</h2>
</a>
A Torch implementation of the neural style transfer algorithm from the paper
<a href="http://arxiv.org/abs/1508.06576">"A Neural Algorithm of Artistic Style"</a>
by Leon A. Gatys, Alexander S. Ecker, and Matthias Bethge.
<a href='https://github.com/jcjohnson/cnn-vis' target='_blank'>
<h2>cnn-vis</h2>
</a>
A tool to use convolutional neural networks to generate images, inspired by Google's
<a href='http://googleresearch.blogspot.com/2015/06/inceptionism-going-deeper-into-neural.html'>
Inceptionism</a>.
<a href='https://github.com/jcjohnson/torch-rnn' target='_blank'>
<h2>torch-rnn</h2>
</a>
Train character-level language models in torch, and sample from them to generate text.
The language model is implemented with efficient, reusable RNN and LSTM modules.
<a href='https://github.com/jcjohnson/simple-amt' target='_blank'>
<h2>simple-amt</h2>
</a>
A micro-framework that makes it easy to create and launch
tasks on Amazon's Mechanical Turk.
<a href='https://github.com/jcjohnson/cnn-benchmarks' target='_blank'>
<h2>cnn-benchmarks</h2>
</a>
Benchmarks for popular convolutional neural network models on different GPUs.
</div> -->
<div class='row'>
<h1>Projects</h1>
<div class='row vspace-top'>
<div class='col-xs-3 text-center'>
<img class='paper-image' src='images/linglingpai.png'>
</div>
<div class='col-xs-9'>
<div class='paper-title'>
Online loan and investment platform
</div>
<div>
A websites which helping investor to invest the loan with optimal strategy through analyzing the loan bid data provided by ppdai.com.
</div>
<div>
<a href='https://github.com/ofeyliu/linglingpai'>[code]</a>
</div>
</div>
</div>
<div class='row vspace-top'>
<div class='col-xs-3 text-center'>
<!-- <img class='paper-image' src='images/'> -->
</div>
<div class='col-xs-9'>
<div class='paper-title'>
Hotel room type prediction
</div>
<div>
Implementation of hotel room type prediction using <a href="http://xgboost.readthedocs.io/en/latest/">"Xgboost"</a>library.
</div>
<div>
<a href='https://github.com/ofeyliu/learn_kaggle/tree/master/xiechen'>[code]</a>
</div>
</div>
</div>
<div class='row vspace-top'>
<div class='col-xs-3 text-center'>
<img class='paper-image' src='images/falldown.jpg'>
</div>
<div class='col-xs-9'>
<div class='paper-title'>
Falldown Detection
</div>
<div>
A demo software which contains implementation of human falldown detection algorithms using multi features fusion methods, which contains MEI/MHI motion template, HOG, body part relation and aspect ratio. This software was supplied to company.
</div>
</div>
</div>
<div class='row vspace-top'>
<div class='col-xs-3 text-center'>
<img class='paper-image' src='images/funnyface_videoplayer.png'>
</div>
<div class='col-xs-9'>
<div class='paper-title'>
Funny face video player
</div>
<div>
A video player which contain functions of face swapping, head pose estimation, and interesting face retouching like cartoon noses,lips and eyes etc; The face landmarks and attributes can be detected by <a href="http://www.cloudwalk.cn/api_0.html">Cloudwalk API</a> or <a href="http://dlib.net">Dlib</a> library.
</div>
<div>
<a href='https://github.com/ofeyliu/funnyface_videoplayer'>[code]</a>
</div>
</div>
</div>
</div>
<div class='row'>
<h1>Publications</h1>
<div class='row vspace-top'>
<div class='col-xs-3 text-center'>
<img class='paper-image' src='images/kposelet.jpg'>
</div>
<div class='col-xs-9'>
<div class='paper-title'>
Visually similar k-poselets based human pose recognition
</div>
<div class='paper-authors'>
S. Ni, <u>W. Liu</u>, H. Cheng, C. Zhang
</div>
<div>
ACCV Workshop Nov.2016
</div>
<div>
<a href='http://ivlab.sjtu.edu.cn/Assets/userfiles/sys_eb538c1c-65ff-4e82-8e6a-a1ef01127fed/files/W04-12.pdf'>[paper]</a>
<a href='http://ivlab.sjtu.edu.cn/best/Data/List/Datasets'>[dataset]</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row align-center">
<p align="center">Last Updated: March 05, 2018</p>
<p align="center">Inspired by <a href="https://cs.stanford.edu/people/jcjohns/">homepage</a></p>
</div>
</body>
</html>