CoolFace
23 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01harpreetsahota /celebamask-hq Dataset Card for celebamask-hq This is a FiftyOne dataset with 30000 samples. Installation If you haven't already, install FiftyOne: pip install -U fiftyone Usage import fiftyone as fo from fiftyone.utils.huggingface import load_from_hub # Load the dataset # Note: other available arguments include 'max_samples', etc dataset = load_from_hub("harpreetsahota/celebamask-hq") # Launch the App session = fo.launch_app(dataset) Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/harpreetsahota/celebamask-hq.imageimage-classification10K<n<100K0 likes1.6k downloads1y agoHugging Face02tpremoli /CelebA-attrs CelebA-128x128 CelebA with attrs at 128x128 resolution. Dataset Information The attributes are binary attributes. The dataset is already split into train/test/validation sets. Citation @inproceedings{liu2015faceattributes, title = {Deep Learning Face Attributes in the Wild}, author = {Liu, Ziwei and Luo, Ping and Wang, Xiaogang and Tang, Xiaoou}, booktitle = {Proceedings of International Conference on Computer Vision (ICCV)}, month = {December}, year… See the full description on the dataset page: https://huggingface.co/datasets/tpremoli/CelebA-attrs.imagefeature-extraction100K<n<1M10 likes1.4k downloads3y agoHugging Face03amitpuri /bollywood-celebs bollywood-celebs Dataset Description This dataset has been automatically processed by AutoTrain for project bollywood-celebs. Credits: https://www.kaggle.com/datasets/sushilyadav1998/bollywood-celeb-localized-face-dataset Languages The BCP-47 code for the dataset's language is unk. Dataset Structure Data Instances A sample from this dataset looks as follows: [ { "image": "<64x64 RGB PIL image>", "target": 15 }, {… See the full description on the dataset page: https://huggingface.co/datasets/amitpuri/bollywood-celebs.imageimage-classification2 likes1.4k downloads3y agoHugging Face04ekim15 /bone_marrow_cell_dataset About This Dataset Bone marrow biopsy is procedure applied to collect and examine bone marrow — the spongy tissue inside some of your larger bones. This biopsy can show whether your bone marrow is healthy and making normal amounts of blood cells. Doctors use these procedures to diagnose and monitor blood and marrow diseases, cancers, as well as fevers of unknown origin. The dataset contains a collection of over 170,000 de-identified, expert-annotated cells from the bone marrow… See the full description on the dataset page: https://huggingface.co/datasets/ekim15/bone_marrow_cell_dataset.imageimage-classification100K<n<1M6 likes887 downloads2y agoHugging Face05bezzam /DigiCam-CelebA-26KData is measured at 30 cm, as shown below. After downloading and installing LenslessPiCam, the simulated PSF can be obtained and compared with the measured one with the following command: python scripts/sim/digicam_psf.py \ huggingface_repo=bezzam/DigiCam-CelebA-26K \ sim.waveprop=False \ sim.deadspace=True \ digicam.gamma=2.2 \ digicam.ap_center="[58,76]" \ digicam.ap_shape="[19,25]" \ digicam.rotate=0 \ digicam.horizontal_shift=-60 \ digicam.vertical_shift=-80 For a… See the full description on the dataset page: https://huggingface.co/datasets/bezzam/DigiCam-CelebA-26K.imageimage-to-image10K<n<100K0 likes694 downloads2y agoHugging Face06tjw /deepfake-celeba MetaFLOS Deepfake Dataset (CelebA Face Deepfake Generated Images) Flux2-Klein generated deepfake images from CelebA face descriptions, for deepfake detection / comparison research. Content 19,867 generated images (full CelebA validation split) Resolution: 256×256 Each corresponds to a CelebA real face (see real_orig field in manifest) Generation style: snapshot/crop candid-photo look (not studio portrait) — off-center framing, subject possibly touching or cut by… See the full description on the dataset page: https://huggingface.co/datasets/tjw/deepfake-celeba.imageimage-classification10K<n<100K0 likes337 downloads23d agoHugging Face07draaslan /blood-cell-detection Blood Cell Detection Dataset Introduction This dataset contains annotated red blood cells(RBC) and white blood cells(WBC) from peripheral blood smear taken from a light microscope. If you use this dataset in your research, please cite it. See the Citation section below for the correct reference. Please do not cite the auto-generated Hugging Face reference, as it lists an incorrect title and year. About Blood Cell Detection Dataset Images are… See the full description on the dataset page: https://huggingface.co/datasets/draaslan/blood-cell-detection.imageobject-detection1K<n<10K1 likes335 downloads25d agoHugging Face08UniqueData /celeba-spoof-dataset Biometric Attack Dataset The similar dataset that includes all ethnicities - Anti Spoofing Real Dataset We suggest you the dataset similar to CelebA Dataset but with photos of real people, additionally the dataset for face anti spoofing and face recognition includes not only images, but videos of the individuals! The videos were gathered by capturing faces of genuine individuals presenting spoofs, using facial presentations. Our dataset proposes a novel approach that… See the full description on the dataset page: https://huggingface.co/datasets/UniqueData/celeba-spoof-dataset.imagevideo-classificationn<1K3 likes233 downloads7mo agoHugging Face09bezzam /DigiCam-CelebA-10K Dataset for the paper: https://opg.optica.org/abstract.cfm?uri=pcAOP-2023-JTu4A.45 Data is measured with a computer monitor at 30 cm as shown below (except for the in-the-wild mug measurement which is measured at 12 cm). After cloning and installing LenslessPiCam, ADMM reconstruction can be applied to the dataset with this script (handles dataset downloading from Hugging Face).python scripts/recon/dataset.py -cn recon_celeba_digicam The simulated PSF can be obtained and compared with the… See the full description on the dataset page: https://huggingface.co/datasets/bezzam/DigiCam-CelebA-10K.imageimage-to-image10K<n<100K0 likes157 downloads3y agoHugging Face10negedng /CelebA-attrs-identity CelebA Dataset from Torchvision CelebA dataset: https://mmlab.ie.cuhk.edu.hk/projects/CelebA.html Torchvision documentation: https://docs.pytorch.org/vision/main/generated/torchvision.datasets.CelebA.html Features Features include identity (id of the celeb in the image), bbox, landmarks and the 40 binary attributes Attributes are (0,1) as in the torchvision dataset, not (-1,1) as in the original format Script generation traindataset =… See the full description on the dataset page: https://huggingface.co/datasets/negedng/CelebA-attrs-identity.imageimage-classification100K<n<1M0 likes129 downloads1y agoHugging Face11yixin /metacloak_celeba_vggface2 Dataset Card for MetaCloak Dataset Summary This repository provides datasets from the MetaCloak. For each dataset, *-gen is the subset used for protecting, and *-eval is used as a clean reference to calculate some quality metrics. from datasets import load_dataset dataset = load_dataset("yixin/metacloak_celeba_vggface2") Contact Contact Us: yixinliucs@gmail.com imageimage-to-imagen<1K2 likes88 downloads2y agoHugging Face12alecccdd /celeb-fbi Celeb-FBI: Celebrity Full Body Images Dataset A cleaned and restructured version of the Celeb-FBI dataset containing 7,208 full-body celebrity images with annotations for height, weight, age, and gender. Dataset Description This dataset consists of worldwide celebrity images captured in standing, front-facing positions. It is designed for research on human attribute estimation from full-body images, including height, weight, age, and gender prediction tasks.… See the full description on the dataset page: https://huggingface.co/datasets/alecccdd/celeb-fbi.imageimage-classification1K<n<10K2 likes71 downloads10mo agoHugging Face13edgarcancinoe /celebahq_512_id_clusters celebahq_512 with SRK identity labels Summary This dataset is a derived version of jxie/celeba-hq. It keeps the original image set and adds automatically generated identity-group labels derived from face-embedding clustering. As explained in our experimental setup, we use CelebA-HQ from Karras et al. (2018), specifically the Hugging Face snapshot at revision 7ecc6a45edfb5483ccf2f7df1035d298ffe7c76b. The referenced CelebA-HQ version provides gender labels but no identity… See the full description on the dataset page: https://huggingface.co/datasets/edgarcancinoe/celebahq_512_id_clusters.imageimage-classification10K<n<100K0 likes69 downloads6mo agoHugging Face14Jiabang /Single-cell_Microscopy_Images_for_Cancer_ClassificationThis datatset is a mirror to the dataset "Single-cell Microscopy Images for Cancer Classification" DOI: "xxxxxxx" in Mendeley Data, we will maintain both to upload new dataset in time and keep these two versions the same. This is a dataset for single cell fluorescence microscopy images. The dataset includes cancer cells and normal cells. The images contain three channels: red (actin filament), green (vimentin filament), and blue (nucleus). We have 591 normal cells and 542 cancer cells. More… See the full description on the dataset page: https://huggingface.co/datasets/Jiabang/Single-cell_Microscopy_Images_for_Cancer_Classification.imageimage-classification1K<n<10K9 likes67 downloads7mo agoHugging Face15fptudsc /face-celeb-vietnamese Dataset Card for "face-celeb-vietnamese" Dataset Summary This dataset contains information on over 8,000 samples of well-known Vietnamese individuals, categorized into three professions: singers, actors, and beauty queens. The dataset includes data on more than 100 celebrities in each of the three job categories. Languages Vietnamese: The label is used to indicate the name of celebrities in Vietnamese. Dataset Structure The image and Vietnamese… See the full description on the dataset page: https://huggingface.co/datasets/fptudsc/face-celeb-vietnamese.imageimage-classification1K<n<10K7 likes44 downloads3y agoHugging Face16Dongrae /celeb-fbi Celeb-FBI: Celebrity Full Body Images Dataset A cleaned and restructured version of the Celeb-FBI dataset containing 7,208 full-body celebrity images with annotations for height, weight, age, and gender. Dataset Description This dataset consists of worldwide celebrity images captured in standing, front-facing positions. It is designed for research on human attribute estimation from full-body images, including height, weight, age, and gender prediction tasks.… See the full description on the dataset page: https://huggingface.co/datasets/Dongrae/celeb-fbi.imageimage-classification1K<n<10K0 likes43 downloads8mo agoHugging Face17winhtuan /vietnam_celeb_faceimageimage-classification10K<n<100K0 likes40 downloads10d agoHugging Face18iamivan11 /CelebA-HQ-zip CelebA-HQ dataset: 30k images 1024x1024 .zip archives imageimage-to-image10K<n<100K0 likes39 downloads10mo agoHugging Face19DBQ /Celine.Product.prices.Germany Celine web scraped data About the website Celine operates within the fashion industry in the EMEA region, particularly in Germany. This industry is currently undergoing digital transformation with a focus on Ecommerce, creating a competitive space for established and emerging fashion brands. In Germany, the local customer using various online stores has shown significant growth, displaying an increased interest in online fashion shopping. This pattern presents the fashion… See the full description on the dataset page: https://huggingface.co/datasets/DBQ/Celine.Product.prices.Germany.tabulartext-classificationn<1K1 likes25 downloads3y agoHugging Face20DBQ /Celine.Product.prices.United.Kingdom Celine web scraped data About the website The Ecommerce industry in the EMEA region, particularly in the United Kingdom, has shown a significant growth rate in recent years, becoming a pivotal element in the regions economic landscape. The rise of digital technologies and change in consumer behavior has further accelerated this upward trend. In this digital marketplace, Celine, a well-known high-end fashion brand, has maintained its mark. The dataset at-hand encompasses… See the full description on the dataset page: https://huggingface.co/datasets/DBQ/Celine.Product.prices.United.Kingdom.tabulartext-classificationn<1K0 likes24 downloads3y agoHugging Face21farsee04 /celeb-fbi Celeb-FBI: Celebrity Full Body Images Dataset A cleaned and restructured version of the Celeb-FBI dataset containing 7,208 full-body celebrity images with annotations for height, weight, age, and gender. Dataset Description This dataset consists of worldwide celebrity images captured in standing, front-facing positions. It is designed for research on human attribute estimation from full-body images, including height, weight, age, and gender prediction tasks.… See the full description on the dataset page: https://huggingface.co/datasets/farsee04/celeb-fbi.imageimage-classification1K<n<10K0 likes21 downloads8mo agoHugging Face22Celestial-One /oxford-pets Oxford-IIIT Pet Dataset Images from The Oxford-IIIT Pet Dataset. Only images and labels have been pushed, segmentation annotations were ignored. Homepage: https://www.robots.ox.ac.uk/~vgg/data/pets/ License: Same as the original dataset. imageimage-classification1K<n<10K0 likes14 downloads7mo agoHugging Face23thuanML /face-celeb-vietnamese Dataset Card for "face-celeb-vietnamese" Dataset Summary This dataset contains information on over 8,000 samples of well-known Vietnamese individuals, categorized into three professions: singers, actors, and beauty queens. The dataset includes data on more than 100 celebrities in each of the three job categories. Languages Vietnamese: The label is used to indicate the name of celebrities in Vietnamese. Dataset Structure The image and Vietnamese… See the full description on the dataset page: https://huggingface.co/datasets/thuanML/face-celeb-vietnamese.imageimage-classification1K<n<10K0 likes11 downloads5mo agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.