road-detection / README.md
bnsapa's picture
Add license and other meta data
33a0077
|
raw
history blame
No virus
858 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
num_examples: 480
- name: validation
num_bytes: 9101017
num_examples: 60
- name: test
num_bytes: 8757044
num_examples: 60
download_size: 90174728
dataset_size: 90413282
license: gpl-3.0
task_categories:
- image-to-image
size_categories:
- n<1K
---
# Dataset Card for "road-detection"
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)