Datasets:

Modalities:
Image
Text
Formats:
parquet
ArXiv:
Tags:
License:
Fbordes commited on
Commit
e857e03
1 Parent(s): e05d5f2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md CHANGED
@@ -26,3 +26,26 @@ configs:
26
  - split: train
27
  path: data/train-*
28
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  - split: train
27
  path: data/train-*
28
  ---
29
+
30
+ ## PUG Animals
31
+ The PUG: Animals dataset contains 215,040 pre-rendered images using 70 animal assets, 64 environments, 3 sizes, 4 textures, under 4 camera orientations.
32
+ It was designed with the intent to create a dataset with variation factors available. Inspired by research on out-of-distribution generalization, PUG: Animals allows one to precisely control distribution shifts between training and testing which can provide better insight on how a deep neural network generalizes on held out variation factors.
33
+
34
+ ## LICENSE
35
+ The datasets are distributed under the CC-BY-NC, with the addenda that they should not be used to train Generative AI models.
36
+
37
+ ## Citing PUG
38
+ If you use one of the PUG datasets, please cite:
39
+ ```
40
+ @misc{bordes2023pug,
41
+ title={PUG: Photorealistic and Semantically Controllable Synthetic Data for Representation Learning},
42
+ author={Florian Bordes and Shashank Shekhar and Mark Ibrahim and Diane Bouchacourt and Pascal Vincent and Ari S. Morcos},
43
+ year={2023},
44
+ eprint={2308.03977},
45
+ archivePrefix={arXiv},
46
+ primaryClass={cs.CV}
47
+ }
48
+ ```
49
+
50
+ ## To learn more about the PUG datasets:
51
+ Please visit the [website](https://pug.metademolab.com/) and the [github](https://github.com/facebookresearch/PUG)