Skip to content

Commit

Permalink
Merge branch 'project_page' of github.com:astra-vision/PaSCo into pro…
Browse files Browse the repository at this point in the history
…ject_page
  • Loading branch information
anhquancao committed Dec 5, 2023
2 parents 3504912 + a05ccf5 commit 7dd390b
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,15 @@ <h3 class="text-center display-5">Urban 3D Panoptic Scene Completion with <br/>U
<div class="row mt-4">
<div class=" mx-auto">
<div style="text-align: center;">
<a class="btn btn-dark" href="" target="_blank">
<a class="btn btn-dark" href="https://arxiv.org/pdf/2312.02158.pdf" target="_blank">
<!-- <img src="imgs/paper_icon.png" height="80px"> -->
<span class="icon">
<i class="fa-solid fa-file-lines"></i>
</span>
<span>Paper</span>
</a>

<a class="btn btn-dark" href="" target="_blank">
<a class="btn btn-dark" href="https://arxiv.org/abs/2312.02158" target="_blank">
<!-- <img src="imgs/paper_icon.png" height="80px"> -->
<span class="icon">
<i class="ai ai-arxiv"></i>
Expand Down Expand Up @@ -337,11 +337,13 @@ <h3 class="text-center"><i class="fa-solid fa-location-crosshairs"></i> Citation
<div class="card-block" style="background-color: #f5f5f5; padding:8px;">
<!-- <div class="card-text" style="text-align: left;background-color: #f5f5f5;"> -->
<pre class="card-text" style="text-align: left;">
@InProceedings{cao2023pasco,
author = {Cao, Anh-Quan and Dai, Angela and de Charette, Raoul},
title = {PaSCo: Urban 3D Panoptic Scene Completion with Uncertainty Awareness},
booktitle={arXiv},
year={2023},
@misc{cao2023pasco,
title={PaSCo: Urban 3D Panoptic Scene Completion with Uncertainty Awareness},
author={Anh-Quan Cao and Angela Dai and Raoul de Charette},
year={2023},
eprint={2312.02158},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
</pre>

Expand Down

0 comments on commit 7dd390b

Please sign in to comment.