jaredhwang commited on
Commit
09bca82
·
1 Parent(s): 51dfc61

add more dataset details to readme

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -72,6 +72,29 @@ This is an object detection dataset with 8 classes:
72
  - `id`: List of annotation IDs
73
  - `segmentation`: List of polygon segmentations (each as list of [x1,y1,x2,y2,...] coordinates)
74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
75
  ### Data Splits
76
 
77
  | Split | Examples |
@@ -80,6 +103,8 @@ This is an object detection dataset with 8 classes:
80
  | test | 717 |
81
  | valid | 720 |
82
 
 
 
83
  ## Usage
84
 
85
  ```python
 
72
  - `id`: List of annotation IDs
73
  - `segmentation`: List of polygon segmentations (each as list of [x1,y1,x2,y2,...] coordinates)
74
 
75
+ ### Data Sources
76
+ | Region | Lat/Long Bounding Coordinates | Source Resolution | # images in dataset |
77
+ |-----------------|---------------------------------------------|-------------------|---------------------|
78
+ | Seattle | (47.9572, -122.4489), (47.4091, -122.1551) | 3 inch/pixel | 2,790 |
79
+ | Washington D.C. | (38.9979, -77.1179), (38.7962, -76.9008) | 3 inch/pixel | 1,801 |
80
+ | Spring Hill | (35.7943, -87.0034), (35.6489, -86.8447) | Unknown | 534 |
81
+ | Total | | | 5,125 |
82
+
83
+ ### Class Composition
84
+ | Class | Quantity in dataset |
85
+ |----------------|---------------------|
86
+ | access\_aisle | 4,693 |
87
+ | curbside | 36 |
88
+ | dp\_no\_aisle | 300 |
89
+ | dp\_one\_aisle | 2,790 |
90
+ | dp\_two\_aisle | 402 |
91
+ | one\_aisle | 3,424 |
92
+ | two\_aisle | 117 |
93
+ | Total | 11,762 |
94
+
95
+ ###
96
+
97
+
98
  ### Data Splits
99
 
100
  | Split | Examples |
 
103
  | test | 717 |
104
  | valid | 720 |
105
 
106
+ ### Class splits
107
+
108
  ## Usage
109
 
110
  ```python