pets
Datasets
All datasets matching “pets”wds_vtab-petsoxford-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.
codex-pets-sprite-sheets
Boogu Pets Sprite Sheets
Private dataset of 3,015 RGBA WebP sprite sheets used for the Boogu image-edit training experiments.
These sprite sheets were used to train the
Codex Pets Sprite Sheet Generator.
Example
The v1_max.webp sprite sheet:
Contents
images/: 3,015 original source sprite sheets in RGBA format. V1 sheets are 1536x1872 and V2 sheets are 1536x2288.
data/train/ and data/validation/: viewer-compatible copies of the same sheets, split… See the full description on the dataset page: https://huggingface.co/datasets/irotem98/codex-pets-sprite-sheets.IPL-PETS-Illuminants
IPL-PETS-Illuminants-dataset
Illuminant modified dataset version of the famous Oxford-IIIT Pet Dataset semantic segmentation dataset in grayscale.
Dataset generation
For each image, we first convert it to grayscale. We then generate a flat (constant) light spectrum and compute the pixel reflectances that obtain the RGB pixel values. Once we have the pixel reflectances, we generate different light spectrums of different dominant wavelengths (colors) and saturations and… See the full description on the dataset page: https://huggingface.co/datasets/hercapa/IPL-PETS-Illuminants.pets
Dataset Summary
Mini(24 MB) Classification dataset for mini projects.
Cats, dogs and rabbit are included as pet in this dataset.
Supported Tasks and Leaderboards
image-classification: Based on a pet image, the goal of this task is to predict the type of pet (i.e., dog or cat or rabbit).
Languages
English
Class Label Mappings:
{
"cat": 0,
"dog": 1,
"rabbit": 2,
}
Load Dataset
from datasets import load_dataset
train_dataset =… See the full description on the dataset page: https://huggingface.co/datasets/rokmr/pets.Oxford-IIIT-Pets
