Update README.md
Browse files
README.md
CHANGED
@@ -18,13 +18,7 @@ The dataset consists of procedurally generated images of 2D sprites, under contr
|
|
18 |
- Object position X (32 values)
|
19 |
- Object position Y (32 values)
|
20 |
|
21 |
-
All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**.
|
22 |
-
|
23 |
-
Each image is provided along with:
|
24 |
-
|
25 |
-
- **Discrete latent classes** (indices for each factor)
|
26 |
-
- **Continuous latent values**
|
27 |
-
- **Actual object color used (colorRGB field)**
|
28 |
|
29 |
These variants allow systematic testing under **different nuisance variations** (color, noise, background texture, abstract factors).
|
30 |
|
|
|
18 |
- Object position X (32 values)
|
19 |
- Object position Y (32 values)
|
20 |
|
21 |
+
All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**. Each image is provided along with **Discrete latent classes** (indices for each factor), **Continuous latent values** and **Actual object color used (colorRGB field)**.
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
|
23 |
These variants allow systematic testing under **different nuisance variations** (color, noise, background texture, abstract factors).
|
24 |
|