File size: 879 Bytes
bb14205
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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.