TalBarami commited on
Commit
fe52b24
·
verified ·
1 Parent(s): a483592

Update README.md

Browse files

## MSD Shapes3D Dataset Attribution

The Multi-factor Sequential Disentanglement benchmark includes a **modified variant of the 3D Shapes dataset**, adapted to support sequential multi-factor disentanglement.

In this setup, the **floor hue**, **wall hue**, **object hue**, and **shape** are static, while the **scale** and **orientation** change over time.

- Original repository:
https://github.com/deepmind/3d-shapes

```


@misc
{3dshapes18,
title={3D Shapes Dataset},
author={Burgess, Chris and Kim, Hyunjik},
howpublished={https://github.com/deepmind/3dshapes-dataset/},
year={2018}
}
```
⚠ **Note:** The 3D Shapes dataset is released under the Apache License 2.0. We redistribute it here solely for non-commercial research purposes, following the original publication. Please cite the above when using this dataset in your work.

Files changed (1) hide show
  1. README.md +109 -108
README.md CHANGED
@@ -1,108 +1,109 @@
1
- ---
2
- license: apache-2.0
3
- configs:
4
- - config_name: default
5
- data_files:
6
- - split: train
7
- path: data/train-*
8
- - split: val
9
- path: data/val-*
10
- - split: test
11
- path: data/test-*
12
- dataset_info:
13
- features:
14
- - name: id
15
- dtype: int32
16
- - name: x
17
- sequence: image
18
- - name: floor_hue
19
- dtype:
20
- class_label:
21
- names:
22
- '0': '0.0'
23
- '1': '0.1'
24
- '2': '0.2'
25
- '3': '0.3'
26
- '4': '0.4'
27
- '5': '0.5'
28
- '6': '0.6'
29
- '7': '0.7'
30
- '8': '0.8'
31
- '9': '0.9'
32
- - name: wall_hue
33
- dtype:
34
- class_label:
35
- names:
36
- '0': '0.0'
37
- '1': '0.1'
38
- '2': '0.2'
39
- '3': '0.3'
40
- '4': '0.4'
41
- '5': '0.5'
42
- '6': '0.6'
43
- '7': '0.7'
44
- '8': '0.8'
45
- '9': '0.9'
46
- - name: object_hue
47
- dtype:
48
- class_label:
49
- names:
50
- '0': '0.0'
51
- '1': '0.1'
52
- '2': '0.2'
53
- '3': '0.3'
54
- '4': '0.4'
55
- '5': '0.5'
56
- '6': '0.6'
57
- '7': '0.7'
58
- '8': '0.8'
59
- '9': '0.9'
60
- - name: scale
61
- dtype:
62
- class_label:
63
- names:
64
- '0': '0.75'
65
- '1': '1.25'
66
- - name: shape
67
- dtype:
68
- class_label:
69
- names:
70
- '0': cube
71
- '1': cylinder
72
- '2': sphere
73
- '3': capsule
74
- - name: orientation
75
- dtype:
76
- class_label:
77
- names:
78
- '0': '-30.0'
79
- - name: scale_dynamic
80
- dtype:
81
- class_label:
82
- names:
83
- '0': increasing_1x
84
- '1': decreasing_1x
85
- '2': increasing_2x
86
- '3': decreasing_2x
87
- '4': alternating_big_small
88
- '5': alternating_small_big
89
- - name: orientation_dynamic
90
- dtype:
91
- class_label:
92
- names:
93
- '0': counterclockwise
94
- '1': static
95
- '2': clockwise
96
- splits:
97
- - name: train
98
- num_bytes: 1719422360.0
99
- num_examples: 50400
100
- - name: val
101
- num_bytes: 385934168.0
102
- num_examples: 10800
103
- - name: test
104
- num_bytes: 386670112.0
105
- num_examples: 10800
106
- download_size: 1993673319
107
- dataset_size: 2492026640.0
108
- ---
 
 
1
+ ---
2
+ license: apache-2.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: val
9
+ path: data/val-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: id
15
+ dtype: int32
16
+ - name: x
17
+ sequence: image
18
+ - name: floor_hue
19
+ dtype:
20
+ class_label:
21
+ names:
22
+ '0': '0.0'
23
+ '1': '0.1'
24
+ '2': '0.2'
25
+ '3': '0.3'
26
+ '4': '0.4'
27
+ '5': '0.5'
28
+ '6': '0.6'
29
+ '7': '0.7'
30
+ '8': '0.8'
31
+ '9': '0.9'
32
+ - name: wall_hue
33
+ dtype:
34
+ class_label:
35
+ names:
36
+ '0': '0.0'
37
+ '1': '0.1'
38
+ '2': '0.2'
39
+ '3': '0.3'
40
+ '4': '0.4'
41
+ '5': '0.5'
42
+ '6': '0.6'
43
+ '7': '0.7'
44
+ '8': '0.8'
45
+ '9': '0.9'
46
+ - name: object_hue
47
+ dtype:
48
+ class_label:
49
+ names:
50
+ '0': '0.0'
51
+ '1': '0.1'
52
+ '2': '0.2'
53
+ '3': '0.3'
54
+ '4': '0.4'
55
+ '5': '0.5'
56
+ '6': '0.6'
57
+ '7': '0.7'
58
+ '8': '0.8'
59
+ '9': '0.9'
60
+ - name: scale
61
+ dtype:
62
+ class_label:
63
+ names:
64
+ '0': '0.75'
65
+ '1': '1.25'
66
+ - name: shape
67
+ dtype:
68
+ class_label:
69
+ names:
70
+ '0': cube
71
+ '1': cylinder
72
+ '2': sphere
73
+ '3': capsule
74
+ - name: orientation
75
+ dtype:
76
+ class_label:
77
+ names:
78
+ '0': '-30.0'
79
+ - name: scale_dynamic
80
+ dtype:
81
+ class_label:
82
+ names:
83
+ '0': increasing_1x
84
+ '1': decreasing_1x
85
+ '2': increasing_2x
86
+ '3': decreasing_2x
87
+ '4': alternating_big_small
88
+ '5': alternating_small_big
89
+ - name: orientation_dynamic
90
+ dtype:
91
+ class_label:
92
+ names:
93
+ '0': counterclockwise
94
+ '1': static
95
+ '2': clockwise
96
+ splits:
97
+ - name: train
98
+ num_bytes: 1719422360.0
99
+ num_examples: 50400
100
+ - name: val
101
+ num_bytes: 385934168.0
102
+ num_examples: 10800
103
+ - name: test
104
+ num_bytes: 386670112.0
105
+ num_examples: 10800
106
+ download_size: 1993673319
107
+ dataset_size: 2492026640.0
108
+ ---
109
+