-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
156 lines (121 loc) · 4.19 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
<!DOCTYPE html>
<html lang="en">
<!-- === Header Starts === -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Jun Zheng's homepage.">
<meta name="keywords" content="Jun Zheng, Computer Vision, AIGC, Virtual Try-on">
<meta name="author" content="Jun Zheng">
<title>Jun Zheng</title>
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="icon" type="image/png" href="assets/icon.png">
<link rel="apple-touch-icon" type="image/png" href="assets/icon.png">
</head>
<!-- === Header Ends === -->
<body data-new-gr-c-s-check-loaded="14.1014.0" data-gr-ext-installed="">
<!-- === Homepage Starts === -->
<table width="980px" align="center" border="0">
<tbody>
<tr>
<td></td> <!-- Leave one column blank on the left. -->
<td valign="top">
<!-- === Avatar Starts === -->
<br>
<table style="font-size: 12pt;" width="100%" border="0">
<tbody>
<tr>
<td width="75%">
<p style="font-size: 20pt;">
<b>Jun Zheng</b>
</p>
<p style="text-align: justify;">
Currently, I am a master student at Sun Yat-sen University, under supervision of Prof. <a href="https://scholar.google.com/citations?user=voxznZAAAAAJ">Xiaodan Liang</a>. Previously, I received my Bachelor's degree at Sun Yat-sen University in 2023.
</p>
<p style="text-align: justify;">
My primary research interests lie within the fields of <b>virtual try-on</b> and <b>video generation</b>.
</p>
<br>
<a class="icon" href="https://github.com/ZhengJun-AI" target="_blank">Github</a> /
<a class="icon" href="https://huggingface.co/zxbsmk" target="_blank">HuggingFace</a> /
<a class="icon" href="https://www.zhihu.com/people/zxbsmk" target="_blank">Zhihu</a> /
<a class="icon" href="zxbsmk@gmail.com" target="_blank">Email</a>
</td>
<td width="10%"></td>
<td width="40%">
<!-- <img width="250" src="./assets/me.png"> -->
<div class="circle-mask">
<img src="./assets/me.jpg" alt="Profile Picture">
</div>
</td>
</tr>
</tbody>
</table>
<!-- === Avatar Ends === -->
<!-- === News Starts === -->
<br>
<h2>News</h2>
<ul>
<li><strong>[12/2024]</strong> We release <a href="https://zhengjun-ai.github.io/dynamic-tryon-page/" target="_blank">Dynamic Try-On</a> for video virtual try-on.</li>
<li><strong>[05/2024]</strong> We release <a href="https://zhengjun-ai.github.io/viton-dit-page/" target="_blank">VITON-DiT</a> for video virtual try-on.</li>
</ul>
<!-- === News Ends === -->
<!-- === Publication Starts === -->
<br>
<h2>
Selected Publications
</h2>
<table cellspacing="17">
<tbody>
<tr name="Dynamic Try-On"></tr>
<tr name="VITON-DiT"></tr>
</tbody>
</table>
<!-- === Publication Ends === -->
<!-- === Experience Starts === -->
<br>
<h2>Experiences</h2>
<table cellspacing="17">
<tbody>
<tr>
<td width="8%">
<img style="width: 100%; max-height: 100px; object-fit: cover;" src="./assets/institutions/bytedance.png">
</td>
<td>
<div class="institution">ByteDance</div>
<div class="period">March 2024 - Dec. 2024</div>
<div class="position">Algorithm Intern</div>
</td>
</tr>
<tr>
<td width="8%">
<img style="width: 100%; max-height: 100px; object-fit: cover;" src="./assets/institutions/zmo.png">
</td>
<td>
<div class="institution">ZMO.AI</div>
<div class="period">Nov. 2022 - July 2023</div>
<div class="position">Algorithm Intern</div>
</td>
</tr>
<tr>
<td width="8%">
<img style="width: 100%; max-height: 100px; object-fit: cover;" src="./assets/institutions/SYSU.png">
</td>
<td>
<div class="institution">Sun Yat-sen University (SYSU)</div>
<div class="period">Sep. 2019 - Jun. 2023</div>
<div class="position">Bachelor Degree in Intelligence Science and Technology</div>
</td>
</tr>
</tbody>
</table>
<!-- === Experience Ends === -->
</td>
</tr>
</tbody>
</table>
<!-- === Homepage Ends === -->
<!-- Rendering Projects-->
<script type="text/javascript" src="./assets/project_renderer.js"></script>
</body>
</html>