jjasonzhang commited on
Commit
26d0322
·
verified ·
1 Parent(s): 02cf882

Upload dataset

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