Skip to content
Advertisement
ImageMultimodalText

object365

Objects365 Dataset Objects365 detection dataset in HuggingFace parquet format. Schema Column Type Description image Image RGB image (PIL) id int32…

Objects365 Dataset Objects365 detection dataset in HuggingFace parquet format. Schema 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 Usage 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:

Source: Hugging Face Hub (surenreddy/object365). Metadata imported from the dataset’s Hub tags.

Advertisement