CoolFace
Datasetpublic

surenreddy/object365

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: https://huggingface.co/datasets/surenreddy/object365.

sourceHugging Facecc-by-4.0updated 4mo agoView on Hugging Face
1likes2.1kdownloads
Dataset Card

Objects365 Dataset

Objects365 detection dataset in HuggingFace parquet format.

Schema

ColumnTypeDescription
imageImageRGB image (PIL)
idint32Image ID matching COCO annotation
widthint32Image width
heightint32Image height
annotationsstringJSON-serialized annotations list

Usage

python
from datasets import load_dataset

ds = load_dataset("surenreddy/object365", split="train")

Annotations are available as COCO-format JSON files in the repo root:

  • —zhiyuan_objv2_train.json
  • —zhiyuan_objv2_val.json