gun-dataset / README.md
JoseArmando07's picture
Upload README.md with huggingface_hub
dd68162
|
raw
history blame
No virus
906 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: width
dtype: int64
- name: height
dtype: int64
- name: objects
struct:
- name: name
dtype: string
- name: bbox
sequence:
sequence: int64
- name: category
sequence: int64
- name: area
sequence: int64
- name: id
sequence: int64
- name: image_id
dtype: int64
splits:
- name: train
num_bytes: 2251055094.77
num_examples: 9990
- name: test
num_bytes: 158343390.801
num_examples: 1489
download_size: 2287347190
dataset_size: 2409398485.571
---
# Dataset Card for "gun-dataset"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)