Update dsprites-noisy.py
Browse files- dsprites-noisy.py +2 -2
dsprites-noisy.py
CHANGED
@@ -12,9 +12,9 @@ class DSprites(datasets.GeneratorBasedBuilder):
|
|
12 |
def _info(self):
|
13 |
return datasets.DatasetInfo(
|
14 |
description=(
|
15 |
-
"
|
16 |
"commonly used for disentangled representation learning. "
|
17 |
-
"This is the
|
18 |
"while background remains black. "
|
19 |
"Factors: color (1), shape (3), scale (6), orientation (40), position X (32), position Y (32). "
|
20 |
"Images are 64x64 RGB."
|
|
|
12 |
def _info(self):
|
13 |
return datasets.DatasetInfo(
|
14 |
description=(
|
15 |
+
"Noisy dSprites dataset: procedurally generated 2D shapes dataset with known ground-truth factors, "
|
16 |
"commonly used for disentangled representation learning. "
|
17 |
+
"This is the NoisyDSprites variant, where each background is randomly noised, "
|
18 |
"while background remains black. "
|
19 |
"Factors: color (1), shape (3), scale (6), orientation (40), position X (32), position Y (32). "
|
20 |
"Images are 64x64 RGB."
|