Update README.md
Browse files
README.md
CHANGED
@@ -24,9 +24,44 @@ Each sub-dataset (scene) contains:
|
|
24 |
|
25 |
- `images/`: Rendered images under different camera views and backgrounds.
|
26 |
- `tabular.csv`: Instance-level annotations including object attributes in causal graph.
|
27 |
-
📷 **Example image** from the dataset:
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
<!-- - `causal_graph.json`: Ground-truth causal structure (as adjacency matrix or graph).
|
32 |
- `view_info.json`: Camera/viewpoint metadata.
|
|
|
24 |
|
25 |
- `images/`: Rendered images under different camera views and backgrounds.
|
26 |
- `tabular.csv`: Instance-level annotations including object attributes in causal graph.
|
|
|
27 |
|
28 |
+
|
29 |
+
## 🖼️ Visual Previews
|
30 |
+
|
31 |
+
Below are example images from different Causal3D scenes:
|
32 |
+
|
33 |
+
<table>
|
34 |
+
<tr>
|
35 |
+
<td align="center">
|
36 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/parabola.png" width="250"/><br/>parabola
|
37 |
+
</td>
|
38 |
+
<td align="center">
|
39 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/convex.png" width="250"/><br/>convex
|
40 |
+
</td>
|
41 |
+
</tr>
|
42 |
+
<tr>
|
43 |
+
<td align="center">
|
44 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/magnetic.png" width="200"/><br/>magnetic
|
45 |
+
</td>
|
46 |
+
<td align="center">
|
47 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/pendulum.png" width="200"/><br/>pendulum
|
48 |
+
</td>
|
49 |
+
<td align="center">
|
50 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/reflection.png" width="200"/><br/>reflection
|
51 |
+
</td>
|
52 |
+
</tr>
|
53 |
+
<tr>
|
54 |
+
<td align="center">
|
55 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/seesaw.png" width="200"/><br/>seesaw
|
56 |
+
</td>
|
57 |
+
<td align="center">
|
58 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/spring.png" width="200"/><br/>spring
|
59 |
+
</td>
|
60 |
+
<td align="center">
|
61 |
+
<img src="https://huggingface.co/datasets/LLDDSS/Causal3D/resolve/main/preview/water_flow.png" width="200"/><br/>water_flow
|
62 |
+
</td>
|
63 |
+
</tr>
|
64 |
+
</table>
|
65 |
|
66 |
<!-- - `causal_graph.json`: Ground-truth causal structure (as adjacency matrix or graph).
|
67 |
- `view_info.json`: Camera/viewpoint metadata.
|