|
25 | 25 | <meta property="og:url" content="..." />
|
26 | 26 | <meta property="og:title" content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings" />
|
27 | 27 | <meta property="og:description"
|
28 |
| - content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2023" /> |
| 28 | + content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2024" /> |
29 | 29 |
|
30 | 30 | <!--Twitter preview-->
|
31 | 31 | <meta name="twitter:card" content="summary_large_image" />
|
32 |
| - <meta name="twitter:title" content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2023" /> |
| 32 | + <meta name="twitter:title" content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2024" /> |
33 | 33 | <meta name="twitter:description"
|
34 |
| - content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2023" /> |
| 34 | + content="AirPlanes: Accurate Plane Estimation via 3D-Consistent Embeddings, CVPR 2024" /> |
35 | 35 | <meta name="twitter:image" content="https://nianticlabs.github.io/airplanes/resources/social_card.png">
|
36 | 36 |
|
37 | 37 | <script>
|
|
91 | 91 |
|
92 | 92 | <div class="container" style="max-width: 1100px">
|
93 | 93 | <div class="row" style="text-align: center; padding:1rem">
|
94 |
| - <div class="col-xs-3"></div> |
| 94 | + <div class="col-xs-2"></div> |
95 | 95 | <div class="col-xs-2">
|
96 | 96 | <a href="resources/airplanes_cvpr2024.pdf">
|
97 | 97 | <i class="fa-solid fa-file-pdf fa-4x"></i></a><br>
|
| 98 | + Paper |
| 99 | + </div> |
| 100 | + <div class="col-xs-2"> |
| 101 | + <a href="resources/airplanes_cvpr2024_supp.pdf"> |
| 102 | + <i class="fa-solid fa-paperclip fa-4x"></i></a><br> |
| 103 | + Supplement |
98 | 104 | </div>
|
99 | 105 | <div class="col-xs-2">
|
100 | 106 | <a href="https://github.com/nianticlabs/airplanes">
|
101 | 107 | <i class="fa fa-github fa-4x"></i></a><br>
|
| 108 | + Code |
102 | 109 | </div>
|
103 | 110 | <div class="col-xs-2">
|
104 | 111 | <a href="https://www.youtube.com/watch?v=HnGAORJ8JEI&ab_channel=NianticResearch">
|
105 | 112 | <i class="fa-brands fa-youtube fa-4x"></i></a><br>
|
| 113 | + Video |
106 | 114 | </div>
|
107 | 115 | <div class="col-xs-3"></div>
|
108 | 116 | </div>
|
|
0 commit comments