|
9 | 9 |
|
10 | 10 | <p align="center"> |
11 | 11 | <a href="#dataset"><b>Dataset</b></a> • |
12 | | -<a href="https://arxiv.org/abs/2309.12172"><b>Paper</b></a> • |
| 12 | +<a href="https://openaccess.thecvf.com/content/WACV2025/html/Waghmare_SANPO_A_Scene_Understanding_Accessibility_and_Human_Navigation_Dataset_WACV_2025_paper.html"><b>Paper</b></a> • |
13 | 13 | <a href="#download-data"><b>Download Data</b></a> • |
14 | 14 | <a href="#license--contact"><b>License & Contact</b></a> |
15 | 15 | </p> |
16 | 16 |
|
17 | 17 | </div> |
18 | 18 |
|
| 19 | +## Updates |
| 20 | + |
| 21 | +**06/05/2025**: We identified that orientation of SANPO-Real camera poses was |
| 22 | +not in sync with SANPO-Synthetic (right-handed, Y-up). We have rectified the |
| 23 | +issue and you can find the corrected camera poses for SANPO-Real in |
| 24 | +`fixed_camera_poses.csv`. |
| 25 | + |
| 26 | +**02/28/2025**: |
| 27 | + |
| 28 | +- [SANPO Paper](https://openaccess.thecvf.com/content/WACV2025/html/Waghmare_SANPO_A_Scene_Understanding_Accessibility_and_Human_Navigation_Dataset_WACV_2025_paper.html) was accepted and published in [WACV 2025](https://wacv2025.thecvf.com/). |
| 29 | +- [SANPO WACV Presentation Poster](res/sanpo-wacv25-poster.pdf): |
| 30 | +<div align="center"> |
| 31 | +<p align="center"> |
| 32 | +<a href="res/sanpo-wacv25-poster.pdf"> |
| 33 | +<img src="res/sanpo-wacv25-poster.jpg" width="800px"> |
| 34 | +</a> |
| 35 | +</p> |
| 36 | +</div> |
| 37 | + |
19 | 38 | ## Dataset |
20 | 39 | **S**cene Understanding, **A**ccessibility, **N**avigation, **P**athfinding, |
21 | 40 | **O**bstacle Avoidance is a multi-attribute dataset of common outdoor scenes |
@@ -72,7 +91,7 @@ information (PII) such as faces and license plates. If any sample is found to be |
72 | 91 | inadequately processed, please contact us immediately at <a href="mailto:sanpo_dataset@google.com">sanpo_dataset@google.com</a>. |
73 | 92 |
|
74 | 93 | ## Paper |
75 | | -SANPO is described in [http://arxiv.org/TODO](our publication (PDF)). |
| 94 | +[SANPO was published in WACV 2025](https://openaccess.thecvf.com/content/WACV2025/html/Waghmare_SANPO_A_Scene_Understanding_Accessibility_and_Human_Navigation_Dataset_WACV_2025_paper.html). |
76 | 95 |
|
77 | 96 | ## Download Data |
78 | 97 | All SANPO data can be downloaded directly from our [Google Cloud Storage bucket](https://console.cloud.google.com/storage/browser/gresearch/sanpo_dataset/v0). |
@@ -117,11 +136,13 @@ We release SANPO dataset under the <a href="https://creativecommons.org/licenses |
117 | 136 | If you found this dataset useful, please consider citing our paper: |
118 | 137 |
|
119 | 138 | <pre> |
120 | | -@article{sanpo_dataset, |
121 | | - title={{SANPO}: A Scene Understanding, Accessibility, Navigation, Pathfinding, Obstacle Avoidance Dataset}, |
122 | | - author={Sagar M. Waghmare and Kimberly Wilber and Dave Hawkey and Mikhail Sirotenko and Xuan Yang and Matthew Wilson and Stephanie Debats and Cattalyya Nuengsigkapian and Astuti Sharma and Lars Pandikow and Huisheng Wang and Hartwig Adam}, |
123 | | - journal={arXiv preprint arXiv:2309.12172}, |
124 | | - year={2024} |
| 139 | +@InProceedings{Waghmare_2025_WACV, |
| 140 | + author = {Waghmare, Sagar M. and Wilber, Kimberly and Hawkey, Dave and Yang, Xuan and Wilson, Matthew and Debats, Stephanie and Nuengsigkapian, Cattalyya and Sharma, Astuti and Pandikow, Lars and Wang, Huisheng and Adam, Hartwig and Sirotenko, Mikhail}, |
| 141 | + title = {SANPO: A Scene Understanding Accessibility and Human Navigation Dataset}, |
| 142 | + booktitle = {Proceedings of the Winter Conference on Applications of Computer Vision (WACV)}, |
| 143 | + month = {February}, |
| 144 | + year = {2025}, |
| 145 | + pages = {7855-7864} |
125 | 146 | } |
126 | 147 | </pre> |
127 | 148 |
|
|
0 commit comments