Refresh viewer schema metadata
Browse files
README.md
CHANGED
|
@@ -8,6 +8,30 @@ tags:
|
|
| 8 |
- ground-truth
|
| 9 |
- optical-flow
|
| 10 |
- layered-scene
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
# LayeredFlow-Syn Extracted Ground Truth
|
|
|
|
| 8 |
- ground-truth
|
| 9 |
- optical-flow
|
| 10 |
- layered-scene
|
| 11 |
+
configs:
|
| 12 |
+
- config_name: default
|
| 13 |
+
data_files:
|
| 14 |
+
- split: train
|
| 15 |
+
path: data/**/*.parquet
|
| 16 |
+
dataset_info:
|
| 17 |
+
features:
|
| 18 |
+
- name: visualization
|
| 19 |
+
dtype: image
|
| 20 |
+
- name: sample_id
|
| 21 |
+
dtype: string
|
| 22 |
+
- name: scene_id
|
| 23 |
+
dtype: string
|
| 24 |
+
- name: relative_path
|
| 25 |
+
dtype: string
|
| 26 |
+
- name: num_bytes
|
| 27 |
+
dtype: int64
|
| 28 |
+
- name: sha256
|
| 29 |
+
dtype: string
|
| 30 |
+
- name: content
|
| 31 |
+
dtype: binary
|
| 32 |
+
splits:
|
| 33 |
+
- name: train
|
| 34 |
+
num_examples: 3554
|
| 35 |
---
|
| 36 |
|
| 37 |
# LayeredFlow-Syn Extracted Ground Truth
|