Model Hub
Browse PQC-verified AI models, datasets, and tools
Dataset Card for Office-Home This is a FiftyOne dataset with 15588 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/Office-Home") # Launch the App session = fo.launch_app(dataset) Dataset Details… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/Office-Home.
Dataset Card for MVTec AD This dataset originates from MVTec but is provided in a different format. You can easily load it using FiftyOne The total number of samples remains the same as the original: 5,354. 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/mvtec-ad.
CholecT50 Dataset (FiftyOne Format) This is a FiftyOne dataset version of the CholecT50 dataset. CholecT50 is a dataset of laparoscopic cholecystectomy surgeries, annotated with surgical action triplets. It is the first public dataset to provide action triplet annotations for surgical videos, enabling research in fine-grained surgical activity recognition. Dataset Summary CholecT50 consists of 50 videos of laparoscopic cholecystectomy surgeries. Each frame is annotated… See the full description on the dataset page: https://huggingface.co/datasets/Voxel51/cholect50.