haodoz0118 commited on
Commit
842e64d
·
verified ·
1 Parent(s): ef4b936

Update dsprites-noisy.py

Browse files
Files changed (1) hide show
  1. 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
- "Color dSprites dataset: procedurally generated 2D shapes dataset with known ground-truth factors, "
16
  "commonly used for disentangled representation learning. "
17
- "This is the ColorDSprites variant, where each object is randomly colored per sample, "
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."