Datasets:

Modalities:
Image
Text
Formats:
parquet
Libraries:
Datasets
pandas
hardhat / README.md
anindya64's picture
Upload README.md with huggingface_hub
a5f9b03
|
raw
history blame
936 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
dataset_info:
features:
- name: image
dtype: image
- name: objects
struct:
- name: image_id
dtype: int64
- name: width
dtype: int64
- name: height
dtype: int64
- name: objects
struct:
- name: id
sequence: int64
- name: area
sequence: float64
- name: bbox
sequence:
sequence: float64
- name: category
sequence: string
splits:
- name: train
num_bytes: 207310502.085
num_examples: 5297
- name: test
num_bytes: 67741175.806
num_examples: 1766
download_size: 266894515
dataset_size: 275051677.89100003
---
# Dataset Card for "hardhat"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)