--- size_categories: - 10K🌐Project page            📖Paper            GitHub
We introduce the PODS (Personal Object Discrimination Suite) dataset, a new benchmark for personalized vision tasks.

pods.jpg

## PODS The PODS dataset is new a benchmark for personalized vision tasks. It includes: * 100 common household objects from 5 semantic categories * 4 tasks (classification, retrieval, segmentation, detection) * 4 test splits with different distribution shifts. * 12 test images per instance (3 per split). PODS is [available on HuggingFace](#hf-link-here), or can be directly downloaded [here](#link-here). Metadata is stored in two files: * `pods_info.json`: * `classes`: A list of class names * `class_to_idx`: Mapping of each class to an integer id * `class_to_sc`: Mapping of each class to a broad, single-word semantic category * `class_to_split`: Mapping of each class to the `val` or `test` split. * `pods_image_annos.json`: Maps every image ID to its class and test split (one of `[train, objects, pose, all]`)