-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
116 lines (97 loc) · 5.02 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Ziyi Chen</title>
<meta name="author" content="Ziyi Chen">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🌐</text></svg>">
</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>Ziyi Chen</name>
</p>
<p>Hi! I am a Ph.D. student in <a href="https://www.is.ids.osaka-u.ac.jp/">IS Lab</a> of <a href="https://www.osaka-u.ac.jp/en">Osaka University</a> supervised by Prof. <a href="https://www.is.ids.osaka-u.ac.jp/en/authors/hajime-nagahara/">Hajime Nagahara</a>. My research interests are Computational Imaging, Optics, and Physics-based Vision. My interests encompass hiking, music, and traditional yoga.</a>
</p>
<p style="text-align:center">
<a href="mailto:[email protected]">Email</a>  / 
<!-- <a>CV</a>  /  -->
<!-- <a href="data/">CV</a>  /  -->
<a href="https://scholar.google.com.tw/citations?hl=EN&user=SpzOWdsAAAAJ">Google Scholar</a>  / 
<a href="https://github.com/gravitychen">Github</a>
</p>
</td>
<td style="padding:2.5%;width:40%;max-width:40%">
<a href="images/ziyi_image.jpg"><img style="width:100%;max-width:100%" alt="profile photo" src="images/ziyi_image.jpg" 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>
Presently, I am investigating hyperspectral cameras through the integration of co-designed deep learning and optics. Also, my focus extends to the realm of light sheet microscopic image restoration.
</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>add gif here</tr> -->
<tr onmouseout="translucent_stop()" onmouseover="translucent_start()">
<td style="padding:20px;width:25%;vertical-align:middle">
<div class="one">
<div class="two" id='translucent_image'>
<img src='images/3dp.gif' width="160">
</div>
</div>
<script type="text/javascript">
function translucent_start() {
document.getElementById('translucent_image').style.opacity = "1";
}
function translucent_stop() {
document.getElementById('translucent_image').style.opacity = "1";
}
translucent_stop()
</script>
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<a href="https://ieeexplore.ieee.org/document/9746410">
<papertitle>Learning Monocular 3D Human Pose Estimation With Skeletal Interpolation</papertitle>
</a>
<br>
<strong>Ziyi Chen</strong>, Akihiro Sugimoto, Shang-Hong Lai
<!-- <p></p> -->
<br>
<em>ICASSP</em>, 2022
<br>
<a href="https://ieeexplore.ieee.org/document/9746410">Paper</a> /
<a href="https://sigport.org/sites/default/files/docs/poster_155.pdf">Poster</a> /
<p></p>
<p>
Sequential 3D human pose augmentation with skeletal interpolation.
</p>
</td>
</tr>
</tbody></table>
</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:0px">
<br>
<p style="text-align:center;font-size:small;">
Thank <a href="https://jonbarron.info/">Dr. Jon Barron</a> for sharing the source code of his personal page.
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>