Skip to content

Commit f7ad1f2

Browse files
Sagar Waghmaresagarwaghmare69
authored andcommitted
Update readme with corrected camera pose information.
PiperOrigin-RevId: 767724282
1 parent 4f36b5a commit f7ad1f2

4 files changed

Lines changed: 32 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2222
-->
2323

2424
## [Unreleased]
25+
### Fixed
26+
27+
- Updated SANPO-Real with corrected camera poses in camera_poses_fixed.csv.
2528

2629
## [0.1.0] - 2022-01-01
2730

2831
* Initial release
2932

30-
[Unreleased]: https://github.com/google-research/sanpo_dataset/compare/v0.1.0...HEAD
31-
[0.1.0]: https://github.com/google-research/sanpo_dataset/releases/tag/v0.1.0
33+
[Unreleased]: https://github.com/google-research-datasets/sanpo_dataset

README.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,32 @@
99

1010
<p align="center">
1111
<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> •
1313
<a href="#download-data"><b>Download Data</b></a> •
1414
<a href="#license--contact"><b>License & Contact</b></a>
1515
</p>
1616

1717
</div>
1818

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+
1938
## Dataset
2039
**S**cene Understanding, **A**ccessibility, **N**avigation, **P**athfinding,
2140
**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
7291
inadequately processed, please contact us immediately at <a href="mailto:sanpo_dataset@google.com">sanpo_dataset@google.com</a>.
7392

7493
## 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).
7695

7796
## Download Data
7897
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
117136
If you found this dataset useful, please consider citing our paper:
118137

119138
<pre>
120-
@article{sanpo_dataset,
121-
title={&#123;SANPO&#125;: 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}
125146
}
126147
</pre>
127148

res/sanpo-wacv25-poster.jpg

2.24 MB
Loading

res/sanpo-wacv25-poster.pdf

1.36 MB
Binary file not shown.

0 commit comments

Comments
 (0)