Add 'real_scenes_real_pendulum' config data files
Browse files- README.md +7 -3
- dataset_infos.json +10 -10
- real_scenes_real_pendulum/train-00000-of-00001.parquet +3 -0
README.md
CHANGED
@@ -271,10 +271,10 @@ dataset_info:
|
|
271 |
dtype: string
|
272 |
splits:
|
273 |
- name: train
|
274 |
-
num_bytes:
|
275 |
num_examples: 9999
|
276 |
-
download_size:
|
277 |
-
dataset_size:
|
278 |
- config_name: real_scenes_rendered_magnetic_128
|
279 |
features:
|
280 |
- name: image
|
@@ -401,6 +401,10 @@ configs:
|
|
401 |
data_files:
|
402 |
- split: train
|
403 |
path: real_scenes_convex_len_render_images/train-*
|
|
|
|
|
|
|
|
|
404 |
---
|
405 |
# 🧠 Causal3D: A Benchmark for Visual Causal Reasoning
|
406 |
|
|
|
271 |
dtype: string
|
272 |
splits:
|
273 |
- name: train
|
274 |
+
num_bytes: 2884667.13
|
275 |
num_examples: 9999
|
276 |
+
download_size: 1558722
|
277 |
+
dataset_size: 2884667.13
|
278 |
- config_name: real_scenes_rendered_magnetic_128
|
279 |
features:
|
280 |
- name: image
|
|
|
401 |
data_files:
|
402 |
- split: train
|
403 |
path: real_scenes_convex_len_render_images/train-*
|
404 |
+
- config_name: real_scenes_real_pendulum
|
405 |
+
data_files:
|
406 |
+
- split: train
|
407 |
+
path: real_scenes_real_pendulum/train-*
|
408 |
---
|
409 |
# 🧠 Causal3D: A Benchmark for Visual Causal Reasoning
|
410 |
|
dataset_infos.json
CHANGED
@@ -703,7 +703,7 @@
|
|
703 |
},
|
704 |
"real_scenes_real_pendulum": {
|
705 |
"description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
|
706 |
-
"citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}",
|
707 |
"homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
|
708 |
"license": "CC-BY-4.0",
|
709 |
"features": {
|
@@ -719,7 +719,9 @@
|
|
719 |
"_type": "Value"
|
720 |
}
|
721 |
},
|
722 |
-
"builder_name": "
|
|
|
|
|
723 |
"version": {
|
724 |
"version_str": "1.0.0",
|
725 |
"major": 1,
|
@@ -729,16 +731,14 @@
|
|
729 |
"splits": {
|
730 |
"train": {
|
731 |
"name": "train",
|
732 |
-
"num_bytes":
|
733 |
-
"num_examples":
|
734 |
-
"dataset_name":
|
735 |
}
|
736 |
},
|
737 |
-
"
|
738 |
-
"
|
739 |
-
"
|
740 |
-
"size_in_bytes": 0,
|
741 |
-
"config_name": "real_scenes_real_pendulum"
|
742 |
},
|
743 |
"real_scenes_rendered_magnetic_128": {
|
744 |
"description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
|
|
|
703 |
},
|
704 |
"real_scenes_real_pendulum": {
|
705 |
"description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
|
706 |
+
"citation": "@article{liu2025causal3d,\n title={CAUSAL3D: A Comprehensive Benchmark for Causal Learning from Visual Data},\n author={Liu, Disheng and Qiao, Yiran and Liu, Wuche and Lu, Yiren and Zhou, Yunlai and Liang, Tuo and Yin, Yu and Ma, Jing},\n journal={arXiv preprint arXiv:2503.04852},\n year={2025}\n}\n",
|
707 |
"homepage": "https://huggingface.co/datasets/LLDDSS/Causal3D",
|
708 |
"license": "CC-BY-4.0",
|
709 |
"features": {
|
|
|
719 |
"_type": "Value"
|
720 |
}
|
721 |
},
|
722 |
+
"builder_name": "causal3_d",
|
723 |
+
"dataset_name": "causal3_d",
|
724 |
+
"config_name": "real_scenes_real_pendulum",
|
725 |
"version": {
|
726 |
"version_str": "1.0.0",
|
727 |
"major": 1,
|
|
|
731 |
"splits": {
|
732 |
"train": {
|
733 |
"name": "train",
|
734 |
+
"num_bytes": 2884667.13,
|
735 |
+
"num_examples": 9999,
|
736 |
+
"dataset_name": null
|
737 |
}
|
738 |
},
|
739 |
+
"download_size": 1558722,
|
740 |
+
"dataset_size": 2884667.13,
|
741 |
+
"size_in_bytes": 4443389.13
|
|
|
|
|
742 |
},
|
743 |
"real_scenes_rendered_magnetic_128": {
|
744 |
"description": "Causal3D is a benchmark for evaluating causal reasoning in physical and hypothetical visual scenes. \nIt includes both real-world recordings and rendered synthetic scenes demonstrating causal interactions.\n",
|
real_scenes_real_pendulum/train-00000-of-00001.parquet
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2587c91e2fe0776b01135525c2ed0a37e1e22b189fb59cc1795fe909310a071b
|
3 |
+
size 1558722
|