Datasets:
Add files using upload-large-folder tool
Browse files- README.md +21 -0
- chunk_0.parquet +3 -0
- chunk_1.parquet +3 -0
- chunk_2.parquet +3 -0
- chunk_3.parquet +3 -0
- chunk_4.parquet +3 -0
- parquet_info.json +22 -0
README.md
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- visual-question-answering
|
| 5 |
+
tags:
|
| 6 |
+
- spatial-reasoning
|
| 7 |
+
- path-tracing
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# Spatial Imaginative Token — Path Tracing (Text Chain-of-Thought)
|
| 11 |
+
|
| 12 |
+
Path Tracing (PT) training split for the Spatial Imaginative Token project (11204 samples).
|
| 13 |
+
Variant: **Text Chain-of-Thought**.
|
| 14 |
+
|
| 15 |
+
Used by [Spatial-Imaginative-Token](https://github.com/weikaih04/Spatial-Imaginative-Token):
|
| 16 |
+
download with `python scripts/download_spatial_datasets.py --task pt`.
|
| 17 |
+
|
| 18 |
+
Raw provenance:
|
| 19 |
+
- Train: `linjieli222/tifa_train_v3`
|
| 20 |
+
- Val/Test: `linjieli222/ai2thor_path_tracing_2point_tifa_filtered_val_v3`
|
| 21 |
+
- Real: `linjieli222/real_indoor_path_tracing`
|
chunk_0.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:adf4ce32e0816d12890b47fb12c231f6cde36526caf9bf6df7a716b110c8d436
|
| 3 |
+
size 4800947848
|
chunk_1.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:da4cb59dcb5bb3a9e66323cef899f58277adc90e218f7e7f757c99dcab4532d4
|
| 3 |
+
size 4867037667
|
chunk_2.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:06ee8e78269bfa2e9509afb7beefcd22536e682fbf06719b6e61071e9e3e8482
|
| 3 |
+
size 4836231294
|
chunk_3.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:718ad0ba2675b8e1e155d0a7786e83758bacc5ca77122b6330d8ece56a6c5984
|
| 3 |
+
size 4599007490
|
chunk_4.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:570da9f01a09abb23cf8d0931a9d71fa027c872e47ff4c2d50908ae95f1faf21
|
| 3 |
+
size 4672966322
|
parquet_info.json
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"chunk_0.parquet": {
|
| 3 |
+
"num_row_groups": 49,
|
| 4 |
+
"num_rows": 2241
|
| 5 |
+
},
|
| 6 |
+
"chunk_1.parquet": {
|
| 7 |
+
"num_row_groups": 50,
|
| 8 |
+
"num_rows": 2241
|
| 9 |
+
},
|
| 10 |
+
"chunk_2.parquet": {
|
| 11 |
+
"num_row_groups": 49,
|
| 12 |
+
"num_rows": 2241
|
| 13 |
+
},
|
| 14 |
+
"chunk_3.parquet": {
|
| 15 |
+
"num_row_groups": 47,
|
| 16 |
+
"num_rows": 2241
|
| 17 |
+
},
|
| 18 |
+
"chunk_4.parquet": {
|
| 19 |
+
"num_row_groups": 48,
|
| 20 |
+
"num_rows": 2240
|
| 21 |
+
}
|
| 22 |
+
}
|