--- license: apache-2.0 task_categories: - image-feature-extraction - image-classification - image-to-3d - image-segmentation size_categories: - 1M 3.0 install ``` pip install huggingface_hub ``` Then to download the RGB dataset run ``` python download_coil100.py ``` And if you want the binary version run ``` python download_coil100_binary.py ``` ## Citation if you use the dataset, please cite us: **BibTeX:** ```bibtex @inproceedings{NEURIPS2024_26d01e5e, author = {Dapueto, Jacopo and Noceti, Nicoletta and Odone, Francesca}, booktitle = {Advances in Neural Information Processing Systems}, editor = {A. Globerson and L. Mackey and D. Belgrave and A. Fan and U. Paquet and J. Tomczak and C. Zhang}, pages = {21912--21948}, publisher = {Curran Associates, Inc.}, title = {Transferring disentangled representations: bridging the gap between synthetic and real images}, url = {https://proceedings.neurips.cc/paper_files/paper/2024/file/26d01e5ed42d8dcedd6aa0e3e99cffc4-Paper-Conference.pdf}, volume = {37}, year = {2024} } ``` ## Uses This dataset is intended for non-commercial research purposes only. ## Dataset Card Authors [Jacopo Dapueto](https://huggingface.co/dappu97)