yunusskeete commited on
Commit
4795398
·
1 Parent(s): 09c624a

Upload dataset_infos.json

Browse files
Files changed (1) hide show
  1. dataset_infos.json +113 -0
dataset_infos.json ADDED
@@ -0,0 +1,113 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "description": "This dataset contains 1028 images each 640x380 pixels.\nThe dataset is split into 249 test and 779 training examples.\nEvery image comes with MS COCO format annotations.\nThe dataset was collected in Carla Simulator, driving around in autopilot mode in various environments\n(Town01, Town02, Town03, Town04, Town05) and saving every i-th frame.\nThe labels where then automatically generated using the semantic segmentation information.\n",
3
+ "citation": "",
4
+ "homepage": "https://github.com/yunusskeete/Carla-COCO-Object-Detection-Dataset",
5
+ "license": "MIT",
6
+ "features": {
7
+ "image_id": {
8
+ "dtype": "int64",
9
+ "id": null,
10
+ "_type": "Value"
11
+ },
12
+ "width": {
13
+ "dtype": "int32",
14
+ "id": null,
15
+ "_type": "Value"
16
+ },
17
+ "height": {
18
+ "dtype": "int32",
19
+ "id": null,
20
+ "_type": "Value"
21
+ },
22
+ "file_name": {
23
+ "dtype": "string",
24
+ "id": null,
25
+ "_type": "Value"
26
+ },
27
+ "url": {
28
+ "dtype": "string",
29
+ "id": null,
30
+ "_type": "Value"
31
+ },
32
+ "objects": {
33
+ "feature": {
34
+ "id": {
35
+ "dtype": "int64",
36
+ "id": null,
37
+ "_type": "Value"
38
+ },
39
+ "area": {
40
+ "dtype": "int64",
41
+ "id": null,
42
+ "_type": "Value"
43
+ },
44
+ "bbox": {
45
+ "feature": {
46
+ "dtype": "float32",
47
+ "id": null,
48
+ "_type": "Value"
49
+ },
50
+ "length": 4,
51
+ "id": null,
52
+ "_type": "Sequence"
53
+ },
54
+ "category": {
55
+ "num_classes": 5,
56
+ "names": [
57
+ "automobile",
58
+ "bike",
59
+ "motorbike",
60
+ "traffic_light",
61
+ "traffic_sign"
62
+ ],
63
+ "names_file": null,
64
+ "id": null,
65
+ "_type": "ClassLabel"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "post_processed": null,
71
+ "supervised_keys": null,
72
+ "task_templates": null,
73
+ "builder_name": "carla-coco-object-detection-dataset",
74
+ "dataset_name": "carla-coco-object-detection-dataset",
75
+ "config_name": "default",
76
+ "version": {
77
+ "version_str": "1.1.0",
78
+ "description": null,
79
+ "major": 1,
80
+ "minor": 1,
81
+ "patch": 0
82
+ },
83
+ "splits": {
84
+ "train": {
85
+ "name": "train",
86
+ "num_bytes": 231554,
87
+ "num_examples": 779,
88
+ "shard_lengths": null,
89
+ "dataset_name": "carla-coco-object-detection-dataset"
90
+ },
91
+ "test": {
92
+ "name": "test",
93
+ "num_bytes": 114645,
94
+ "num_examples": 249,
95
+ "shard_lengths": null,
96
+ "dataset_name": "carla-coco-object-detection-dataset"
97
+ }
98
+ },
99
+ "download_checksums": {
100
+ "https://github.com/yunusskeete/Carla-COCO-Object-Detection-Dataset/raw/master/train.tar.gz": {
101
+ "num_bytes": 27893,
102
+ "checksum": null
103
+ },
104
+ "https://github.com/yunusskeete/Carla-COCO-Object-Detection-Dataset/raw/master/test.tar.gz": {
105
+ "num_bytes": 14913,
106
+ "checksum": null
107
+ }
108
+ },
109
+ "download_size": 42806,
110
+ "post_processing_size": null,
111
+ "dataset_size": 346199,
112
+ "size_in_bytes": 389005
113
+ }