aspis commited on
Commit
cb4ef9d
1 Parent(s): d7d8ea1

Upload dataset_infos.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. dataset_infos.json +66 -0
dataset_infos.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"aspis--car_background_removal_coco_panoptic_test": {
2
+ "description": "",
3
+ "citation": "",
4
+ "homepage": "https://segments.ai/miguelaspis/car_background_removal",
5
+ "license": "",
6
+ "features": {
7
+ "name": {
8
+ "dtype": "string",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "uuid": {
13
+ "dtype": "string",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "status": {
18
+ "dtype": "string",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "image": {
23
+ "decode": true,
24
+ "id": null,
25
+ "_type": "Image"
26
+ },
27
+ "label.annotations": [
28
+ {
29
+ "id": {
30
+ "dtype": "int32",
31
+ "id": null,
32
+ "_type": "Value"
33
+ },
34
+ "category_id": {
35
+ "dtype": "int32",
36
+ "id": null,
37
+ "_type": "Value"
38
+ }
39
+ }
40
+ ],
41
+ "label.segmentation_bitmap": {
42
+ "decode": true,
43
+ "id": null,
44
+ "_type": "Image"
45
+ }
46
+ },
47
+ "post_processed": null,
48
+ "supervised_keys": null,
49
+ "task_templates": null,
50
+ "builder_name": null,
51
+ "config_name": null,
52
+ "version": null,
53
+ "splits": {
54
+ "train": {
55
+ "name": "train",
56
+ "num_bytes": 187802931.0,
57
+ "num_examples": 235,
58
+ "dataset_name": "car_background_removal_coco_panoptic_test"
59
+ }
60
+ },
61
+ "download_checksums": null,
62
+ "download_size": 185164879,
63
+ "post_processing_size": null,
64
+ "dataset_size": 187802931.0,
65
+ "size_in_bytes": 372967810.0
66
+ }}