canders1 commited on
Commit
ff7da81
·
verified ·
1 Parent(s): f56413a

Upload dataset

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: test
6
+ path: data/test-*
7
+ dataset_info:
8
+ features:
9
+ - name: name
10
+ dtype: string
11
+ - name: uuid
12
+ dtype: string
13
+ - name: image.url
14
+ dtype: string
15
+ - name: status
16
+ dtype: string
17
+ - name: label.annotations
18
+ list:
19
+ - name: id
20
+ dtype: int32
21
+ - name: category_id
22
+ dtype: int32
23
+ - name: label.segmentation_bitmap.url
24
+ dtype: string
25
+ splits:
26
+ - name: test
27
+ num_bytes: 49794
28
+ num_examples: 154
29
+ download_size: 25701
30
+ dataset_size: 49794
31
+ ---