Update README.md
Browse files
README.md
CHANGED
@@ -40,3 +40,25 @@ configs:
|
|
40 |
- split: train
|
41 |
path: data/train-*
|
42 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
- split: train
|
41 |
path: data/train-*
|
42 |
---
|
43 |
+
|
44 |
+
## PUG ImageNet
|
45 |
+
The PUG: ImageNet dataset contains 88,328 pre-rendered images based on Unreal Engine using 724 assets representing 151 ImageNet classes with 64 environments, 7 sizes, 9 textures, 18 different camera orientations, 18 different character orientations and 7 light intensities. In contrast to PUG: Animals, PUG: ImageNet was created by varying only a single factor at a time (which explains the lower number of images than PUG: Animals despite using more factors). The main purpose of this dataset is to provide a novel, useful benchmark, paralleling ImageNet, but for fine-grained evaluation of the robustness of image classifiers, along several factors of variation.
|
46 |
+
|
47 |
+
## LICENSE
|
48 |
+
The datasets are distributed under the CC-BY-NC, with the addenda that they should not be used to train Generative AI models.
|
49 |
+
|
50 |
+
## Citing PUG
|
51 |
+
If you use one of the PUG datasets, please cite:
|
52 |
+
```
|
53 |
+
@misc{bordes2023pug,
|
54 |
+
title={PUG: Photorealistic and Semantically Controllable Synthetic Data for Representation Learning},
|
55 |
+
author={Florian Bordes and Shashank Shekhar and Mark Ibrahim and Diane Bouchacourt and Pascal Vincent and Ari S. Morcos},
|
56 |
+
year={2023},
|
57 |
+
eprint={2308.03977},
|
58 |
+
archivePrefix={arXiv},
|
59 |
+
primaryClass={cs.CV}
|
60 |
+
}
|
61 |
+
```
|
62 |
+
|
63 |
+
## To learn more about the PUG datasets:
|
64 |
+
Please visit the [website](https://pug.metademolab.com/) and the [github](https://github.com/facebookresearch/PUG)
|