dogs
Datasets
All datasets matching “dogs”DogSpeak_Dataset
DogSpeak: A Canine Vocalization Classification Dataset
Paper: https://dl.acm.org/doi/10.1145/3746027.3758298
Dataset: https://huggingface.co/datasets/ArlingtonCL2/DogSpeak_Dataset
Dataset Summary
DogSpeak is a large-scale canine vocalization dataset designed to advance research in animal communication and computational bioacoustics.
Unlike previous canine vocalization datasets recorded in controlled environments, DogSpeak is sourced from a large collection of… See the full description on the dataset page: https://huggingface.co/datasets/ArlingtonCL2/DogSpeak_Dataset.cats_vs_dogs_samplecats_vs_dogs
Dataset Card for Cats Vs. Dogs
Dataset Summary
A large set of images of cats and dogs. There are 1738 corrupted images that are dropped. This dataset is part of a now-closed Kaggle competition and represents a subset of the so-called Asirra dataset.
From the competition page:
The Asirra data set
Web services are often protected with a challenge that's supposed to be easy for people to solve, but difficult for computers. Such a challenge is often called a CAPTCHA… See the full description on the dataset page: https://huggingface.co/datasets/microsoft/cats_vs_dogs.Stanford_dogs
Context
The Stanford Dogs dataset contains images of 120 breeds of dogs from around the world. This dataset has been built using images and annotation from ImageNet for the task of fine-grained image categorization. It was originally collected for fine-grain image categorization, a challenging problem as certain dog breeds have near identical features or differ in colour and age. I have used only images, so this does not contain any labels .
Content
Number of images:… See the full description on the dataset page: https://huggingface.co/datasets/ksaml/Stanford_dogs.cats-vs-dogs-sample
Dataset Card for Dataset Name
Subset of https://huggingface.co/datasets/microsoft/cats_vs_dogs, converted into FiftyOne dataset format.
This is a FiftyOne dataset with 5000 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset =… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/cats-vs-dogs-sample.Stanford-Dogs-Imbalanced
Dataset Card for StanfordDogsImbalanced
This is a FiftyOne dataset with 19060 samples.
Installation
If you haven't already, install FiftyOne:
pip install -U fiftyone
Usage
import fiftyone as fo
import fiftyone.utils.huggingface as fouh
# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = fouh.load_from_hub("Voxel51/Stanford-Dogs-Imbalanced")
# Launch the App
session = fo.launch_app(dataset)
Dataset… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Stanford-Dogs-Imbalanced.
