Views
No views yet
Dataset Card for "COCO Detection"
Quick Start
Usagefrom datasets.load import load_dataset
dataset = load_dataset('whyen-wang/coco_detection') example = dataset['train'][500] print(example) {'image': <PIL.JpegImagePlugin.JpegImageFile image mode=RGB size=640x426>, 'bboxes': [ [192.4199981689453, 220.17999267578125, 129.22999572753906, 148.3800048828125], [76.94000244140625, 146.6300048828125, 104.55000305175781, 109.33000183105469]… See the full description on the dataset page: https://huggingface.co/datasets/whyen-wang/coco_detection.