-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 2.28 KB
/
Copy pathindex.html
File metadata and controls
60 lines (51 loc) · 2.28 KB
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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to XinZeng's Personal homepage</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="bg-layer"></div>
<div class="container">
<header>
<img src="images/avatar.jpeg" alt="头像" class="avatar">
<div>
<h1>Xin Zeng</h1>
<div class="subtitle">Master degree candidate</div>
<div class="subtitle">Research Interest: Computer Vision, 6D Pose Estimation</div>
<div style="margin-top: 10px;">
<a href="mailto:zengxin239@gmail.com">Email</a> |
<a href="https://github.com/zstar239">GitHub</a>
</div>
</div>
</header>
<section>
<h2>About Me</h2>
<p>
Graduated with a Bachelor's degree in Mechanical Engineering from Southwest Petroleum University in 2024 and is currently pursuing a Master's degree at the Chinese Academy of Sciences. My research areas mainly include 6D Pose Estimation, Image Processing, and Artificial Intelligence.
</p>
</section>
<section>
<h2>News</h2>
<ul>
<li><strong>[2026.01]</strong> Submitted a paper to Acta Astronautica.</li>
<li><strong>[2025.07]</strong> Started working on BSPN project.</li>
<li><strong>[2024.09—2025.07]</strong> Going to class and slacking off.</li>
<li><strong>[2024.09]</strong> Admission to the University of Chinese Academy of Sciences.</li>
</ul>
</section>
<section>
<h2>Publications</h2>
<div class="paper-item">
<span class="paper-title">An Ultra-Lightweight Geometry-Guided Progressive Network for Monocular Spacecraft 6D Pose Estimation</span>
<span><strong>Xin Zeng</strong></span><br>
<span><em>Under Review</em>, 2026.</span>
<br>
<a href="#">[PDF]</a> <a href="https://github.com/zstar239/BSPN">[Code]</a>
</div>
</section>
</div>
</body>
</html>