Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,41 @@ license: apache-2.0
|
|
| 3 |
task_categories:
|
| 4 |
- image-feature-extraction
|
| 5 |
- image-classification
|
| 6 |
-
-
|
| 7 |
size_categories:
|
| 8 |
- 1M<n<10M
|
| 9 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
task_categories:
|
| 4 |
- image-feature-extraction
|
| 5 |
- image-classification
|
| 6 |
+
- image-to-3d
|
| 7 |
size_categories:
|
| 8 |
- 1M<n<10M
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
## Dataset Details
|
| 13 |
+
|
| 14 |
+
This dataset derives from [Coil100](https://huggingface.co/datasets/Voxel51/COIL-100).
|
| 15 |
+
There are more than 1,1M images of 100 objects. Each object was turned on a turnable through 360 degrees to vary object pose with respect to a fixed color camera. Images of the objects were taken at pose intervals of 5 degrees. This corresponds to 72 poses per object. Then planar rotation (9 angles) and 18 scaling factors has been applied.
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
Objects have a wide variety of complex geometric and reflectance characteristics.
|
| 21 |
+
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
## Citation
|
| 25 |
+
|
| 26 |
+
**BibTeX:**
|
| 27 |
+
|
| 28 |
+
```bibtex
|
| 29 |
+
@article{dapueto2024transferring,
|
| 30 |
+
title={Transferring disentangled representations: bridging the gap between synthetic and real images},
|
| 31 |
+
author={Dapueto, Jacopo and Noceti, Nicoletta and Odone, Francesca},
|
| 32 |
+
journal={arXiv preprint arXiv:2409.18017},
|
| 33 |
+
year={2024}
|
| 34 |
+
}
|
| 35 |
+
```
|
| 36 |
+
|
| 37 |
+
## Uses
|
| 38 |
+
|
| 39 |
+
This dataset is intended for non-commercial research purposes only.
|
| 40 |
+
|
| 41 |
+
## Dataset Card Authors
|
| 42 |
+
|
| 43 |
+
[Jacopo Dapueto](https://huggingface.co/dappu97)
|