metadata
language:
- en
task_categories:
- image-classification
- object-detection
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: image
struct:
- name: bytes
dtype: binary
- name: path
dtype: string
- name: label_breed
dtype: string
- name: image_id
dtype: string
- name: label_cat_dog
dtype: string
- name: labels_bbox_enriched
list:
- name: bbox
sequence: float64
- name: confidence
dtype: float64
- name: label
dtype: string
- name: caption_enriched
dtype: string
splits:
- name: train
num_bytes: 378762625
num_examples: 3680
- name: test
num_bytes: 413657966
num_examples: 3669
download_size: 790824012
dataset_size: 792420591
Oxford-IIIT-Pets-VL-Enriched
Oxford IIIT Pets Dataset enriched with image and object annotations using foundation models.
Check out interactive visualization here.