-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
90 lines (78 loc) · 3.75 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Qi Song's Homepage</title>
<meta name="author" content="Qi Song">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:63%;vertical-align:middle">
<p style="text-align:center">
<name>Qi Song</name>
</p>
<p>
I am a PhD candidate at <a href="https://www.cuhk.edu.cn/en">The Chinese University of Hong Kong, Shenzhen</a>, where I work on compute vision and computational photography, advised by <a href="https://myweb.cuhk.edu.cn/ruihuang"> Prof. Rui Huang</a>.
</p>
<p>
My research interest is computer vision in 2D/3D.
I did some works on semantic segmentation.
</p>
<p style="text-align:center">
<a href="mailto:songqi@cuhk.edu.cn">Email</a>  / 
<a href="https://github.com/songqi-github">Github</a>  / 
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/songq.png"><img style="width:80%;max-width:80%;" alt="profile photo" src="images/songqi.png" class="hoverZoomLink"></a>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:20px;width:100%;vertical-align:middle">
<heading>Research</heading>
<p>
My research interest mainly focuses on semantic segmentation.
</p>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr onmouseout="dpl_stop()" onmouseover="dpl_start()" bgcolor="#ffffd0">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='dpl_image'>
<img src='images/AttaNet.png' width="160">
</div>
<script type="text/javascript">
function dpl_start() {
document.getElementById('dpl_image').style.opacity = "1";
}
function dpl_stop() {
document.getElementById('dpl_image').style.opacity = "0";
}
dpl_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="research/AttaNet/index.html">
<papertitle>AttaNet: Attention-Augmented Network for Fast and Accurate Scene Parsing</papertitle>
</a>
<br>
<strong>Qi Song</strong>,
<a href="https://mkfmiku.github.io/">Kangfu Mei</a>,
<a href="https://myweb.cuhk.edu.cn/ruihuang">Rui Huang</a>
<br>
<em>AAAI</em>, 2021
<p></p>
<p>Enhance segmentation performance using attention strategy.</p>
</td>
</tr>
</table>
</body>
</html>