google-deepmind / dsprites-dataset

Dataset to assess the disentanglement properties of unsupervised learning methods
Apache License 2.0
477 stars 69 forks source link

Duplicated factor values #7

Open stormraiser opened 3 years ago

stormraiser commented 3 years ago

It seems to me that angle number 0 and angle number 39 are the same? Did you use linspace(0, 360, 40) to get the angles? That's definitely wrong. Or did you do this deliberately to get around the rotation symmetry of squares and ellipses?