| license: cc-by-nc-4.0 | |
| task_categories: | |
| - image-to-text | |
| - visual-question-answering | |
| language: | |
| - en | |
| tags: | |
| - panoramic | |
| - 360-degree | |
| - vision-language | |
| - benchmark | |
| # PanoSpace-Bench | |
| This repository contains panoramic images and metadata annotations. | |
| ## Structure | |
| - `images/*.tar`: sharded outdoor panoramic images. | |
| - `metadata/indoor-*.jsonl.gz`: sharded indoor metadata annotations. | |
| - `metadata/outdoor-*.jsonl.gz`: sharded outdoor metadata annotations. | |
| - `metadata/manifest.json`: dataset manifest. | |
| - `metadata/summary.json`: dataset summary. | |
| Each metadata row preserves the original fields and adds: | |
| - `_source_json`: original JSON path in the source dataset. | |
| - `_metadata_split`: metadata split name, such as `indoor` or `outdoor`. | |
| ## Notes | |
| Large numbers of small JSON and image files are packed into JSONL.GZ and TAR shards for efficient hosting and downloading. | |