vincentmussot commited on
Commit
a5cc71d
·
verified ·
1 Parent(s): ff975cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -6,10 +6,20 @@ task_categories:
6
  - image-segmentation
7
  configs:
8
  - config_name: arcgis
9
- sep: ;
10
  features:
11
- - name: image
12
- dtype: image
 
 
 
 
 
 
 
 
 
 
13
  data_files:
14
  - split: train
15
  path: metadata_arcgis_train.csv
 
6
  - image-segmentation
7
  configs:
8
  - config_name: arcgis
9
+ sep: ;
10
  features:
11
+ - name: image
12
+ dtype: image
13
+ - name: height
14
+ dtype: int64
15
+ - name: width
16
+ dtype: int64
17
+ - name: type
18
+ dtype: string
19
+ - name: original_dataset
20
+ dtype: string
21
+ - name: scenario
22
+ dtype: string
23
  data_files:
24
  - split: train
25
  path: metadata_arcgis_train.csv