Voxel51/cats-vs-dogs-imbalanced
Dataset Card for cats-vs-dogs-imbalanced This is a FiftyOne dataset with 2551 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/cats-vs-dogs-imbalanced") # Launch the App session = fo.launch_app(dataset)… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/cats-vs-dogs-imbalanced.
21.4k
