Dataset Viewer
The dataset viewer should be available soon. Please retry later.
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 files in the repo root:
zhiyuan_objv2_train.jsonzhiyuan_objv2_val.json
- Downloads last month
- -