object365
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.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 files in… See the full description on the dataset page: https://huggingface.co/datasets/toilaluan/object365.object365-labels_80Cls
Objects365 80-Class Object Detection Subset
Dataset Description
This dataset is a filtered 80-class subset of Objects365 prepared for large-scale object-detection pretraining and training.
The original Objects365 dataset contains 365 object categories, more than 600,000 training images, and over 10 million manually annotated bounding boxes. This derived version retains 80 target classes and reorganizes the corresponding metadata and annotations into JSON Lines… See the full description on the dataset page: https://huggingface.co/datasets/Tran1312/object365-labels_80Cls.object365-images_80Cls
Objects365 80-Class Image Data
This dataset contains image data derived from the Objects365 object-detection dataset and reorganized for an 80-class detection/pretraining pipeline.
The original Objects365 dataset was introduced by Shao et al. at ICCV 2019 as a large-scale object-detection dataset containing 365 object categories and more than 10 million manually annotated bounding boxes [1].
Important: This repository/dataset is a derived 80-class organization of Objects365… See the full description on the dataset page: https://huggingface.co/datasets/Tran1312/object365-images_80Cls.object365detection_Object365
