File size: 1,235 Bytes
4068969 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
---
dataset_info:
features:
- name: image
dtype: image
- name: image_id
dtype: string
- name: height
dtype: int64
- name: width
dtype: int64
- name: objects
struct:
- name: bbox
sequence:
sequence: float64
- name: categories
sequence: int64
- name: annotations
list:
- name: id
dtype: int64
- name: image_id
dtype: string
- name: category_id
dtype: int64
- name: segmentation
sequence: 'null'
- name: area
dtype: float64
- name: bbox
sequence: float64
- name: iscrowd
dtype: int64
- name: attributes
struct:
- name: occluded
dtype: bool
- name: rotation
dtype: float64
- name: pixel_values
dtype: image
splits:
- name: train
num_bytes: 4224301647.371447
num_examples: 4531
- name: val
num_bytes: 1578402712.2047803
num_examples: 1693
- name: test
num_bytes: 1413383645.4237726
num_examples: 1516
download_size: 7207311109
dataset_size: 7216088005.0
---
# Dataset Card for "cova-coco-v2"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |