dac-sdc-2024 / README.md
Charitarth's picture
Update README.md
de46172 verified
|
raw
history blame contribute delete
No virus
831 Bytes
---
language:
- en
size_categories:
- 1K<n<10K
task_categories:
- object-detection
pretty_name: DAC SDC 2024
dataset_info:
features:
- name: image
dtype: image
- name: objects
struct:
- name: bbox
sequence:
sequence: int64
- name: categories
sequence: int64
- name: segmentation
sequence:
sequence: float64
splits:
- name: train
num_bytes: 3223931152.0
num_examples: 10000
download_size: 3336168589
dataset_size: 3223931152.0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
Information on this dataset can be found on the [contest website](https://pku-sec-lab.github.io/dac-sdc-2024/info/).
The only modifications done between the original dataset and here is that images with the _1.jpg suffix have been removed.