road-detection / README.md
bnsapa's picture
Upload README.md with huggingface_hub
81ac973
|
raw
history blame
No virus
791 Bytes
---
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: validation
path: data/validation-*
- split: test
path: data/test-*
dataset_info:
features:
- name: image
dtype: image
- name: label
dtype:
class_label:
names:
'0': images
'1': lane
'2': segments
splits:
- name: train
num_bytes: 72555221.0
num_examples: 480
- name: validation
num_bytes: 9101017.0
num_examples: 60
- name: test
num_bytes: 8757044.0
num_examples: 60
download_size: 90174728
dataset_size: 90413282.0
---
# Dataset Card for "road-detection"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)