Objects365 detection dataset in HuggingFace parquet format.
Column
Type
Description
image
Image
RGB image (PIL)
id
int32
Image ID matching COCO annotation
width
int32
Image width
height
int32
Image height
annotations
string
JSON-serialized annotations list
from datasets import load_dataset
ds = load_dataset("surenreddy/object365", split="train")
Annotations are available as COCO-format JSON… See the full description on the dataset page:
https://huggingface.co/datasets/surenreddy/object365.