haodoz0118 commited on
Commit
8667bc2
·
verified ·
1 Parent(s): 22ab453

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -18,7 +18,13 @@ The dataset was introduced in the **β-VAE paper** and consists of procedurally
18
 
19
  All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**. The ground-truth latent factors are provided for each image, both as **discrete classes** and **continuous values**. The dataset is specifically designed for assessing the ability of models to learn **disentangled representations**, and has been used in many follow-up works after β-VAE.
20
 
21
- ![Dataset Visualization](https://github.com/deepmind/dsprites-dataset/raw/master/dsprites.gif)
 
 
 
 
 
 
22
 
23
  ## Dataset Source
24
  - **Homepage**: [https://github.com/google-deepmind/dsprites-dataset](https://github.com/google-deepmind/dsprites-dataset)
 
18
 
19
  All possible combinations of these factors are present exactly once, generating a total of **737,280 images** at a resolution of **64×64 pixels**. The ground-truth latent factors are provided for each image, both as **discrete classes** and **continuous values**. The dataset is specifically designed for assessing the ability of models to learn **disentangled representations**, and has been used in many follow-up works after β-VAE.
20
 
21
+ ![Dataset Visualization](https://huggingface.co/datasets/randall-lab/dsprites/resolve/main/animation0.gif)
22
+
23
+ The dataset is commonly used for **benchmarking disentanglement learning**, and can be used in conjunction with other variants:
24
+
25
+ - [randall-lab/dsprites-color](https://huggingface.co/datasets/randall-lab/dsprites-color)
26
+ - [randall-lab/dsprites-noisy](https://huggingface.co/datasets/randall-lab/dsprites-noisy)
27
+ - [randall-lab/dsprites-scream](https://huggingface.co/datasets/randall-lab/dsprites-scream)
28
 
29
  ## Dataset Source
30
  - **Homepage**: [https://github.com/google-deepmind/dsprites-dataset](https://github.com/google-deepmind/dsprites-dataset)