Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,7 @@ The dataset contains **1,036,800 images** at a resolution of **64×64 pixels** (
|
|
37 |
|background_color|purple=0, sea green=1, salmon=2|
|
38 |
|horizontal_axis (DOF1)|0,...,39|
|
39 |
|vertical_axis (DOF2)|0,...,39|
|
|
|
40 |
Each image corresponds to a unique combination of these 7 factors. The images are stored in a **row-major order** (fastest-changing factor is `vertical_axis`, slowest-changing factor is `object_color`).
|
41 |
|
42 |
### Why no train/test split?
|
|
|
37 |
|background_color|purple=0, sea green=1, salmon=2|
|
38 |
|horizontal_axis (DOF1)|0,...,39|
|
39 |
|vertical_axis (DOF2)|0,...,39|
|
40 |
+
|
41 |
Each image corresponds to a unique combination of these 7 factors. The images are stored in a **row-major order** (fastest-changing factor is `vertical_axis`, slowest-changing factor is `object_color`).
|
42 |
|
43 |
### Why no train/test split?
|