-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (22 loc) · 1.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Open Imaging Lab</title>
<link rel="icon" href="profile/signal3_sq.png" type="image/png">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div align="center">
<img src="profile/signal2.png" width="600" height="120" alt="Signal Image">
</div>
<h2>Welcome to OpenImagingLab! 👋</h2>
<p>The OpenImagingLab is a research group from Shanghai AI Lab. We are dedicated to utilizing advanced AI algorithms to research and design innovative AI vision sensors, image processing pipelines, optical components, camera systems, and brain-inspired computing hardware for AI-ISP. Leveraging deep learning and generative AI, the team aims to develop next-generation systems suitable for image capture and 3D imaging.</p>
<div align="center">
<img src="profile/projects_page_v5.png" width="650" height="300" alt="Projects Page">
</div>
<br><br>
<p><strong>We are looking for self-motivated Interns and Joint Training PhD Students (<a href="https://www.shlab.org.cn/enrollment#channel_599">Details</a>), who are interested in computational photography, computer vision, and computer graphics. Email: [email protected]</strong></p>
</body>
</html>