-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
49 lines (41 loc) · 2.11 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
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110862391-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110862391-1');
</script>
<title>CitySuper</title>
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
<link rel="icon" type="image/png" href="img/newyork.ico">
</head>
<body>
<table style="width:100%;max-width:800px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<div> CitySuper initiates a series of 🏙 city-related research work combining
Machine Learning 🤖, Computer Vision 📺, Computer Graphics 🎥, and User Interaction 👨💻👩💻.
<!-- | <a href="https://github.com/city-super">GitHub</a> -->
</div>
<div>
<ul class="author__urls social-icons">
<li><a href="GSDF"> <papertitle>GSDF</papertitle> (arxiv 2024)</a>
<li><a href="octree-gs"> <papertitle>Octree-GS</papertitle> (arxiv 2024)</a>
<li><a href="scaffold-gs"> <papertitle>Scaffold-GS</papertitle> (CVPR 2024)</a>
<li><a href="matrixcity"> <papertitle>MatrixCity</papertitle> (ICCV 2023)</a>
<li><a href="assetfield"> <papertitle>AssetField</papertitle> (ICCV 2023)</a>
<li><a href="gridnerf"> <papertitle>GridNeRF </papertitle> (CVPR 2023)</a>
<li><a href="omnicity"><papertitle>OmniCity</papertitle> (CVPR 2023)</a>
<li><a href="shoot360"> <papertitle>Shoot360</papertitle> (SIGGRAPH 2022) </a>
<li><a href="citynerf"><papertitle>CityNeRF</papertitle> (ECCV 2022)</a>
<li><a href="blockplanner"><papertitle>BlockPlanner</papertitle> (ICCV 2021)</a>
</ul>
</div>
<br>
<image src="./img/231015.png" class="image600"><br>
</table>
</body>
</html>