jaredhwang commited on
Commit
1d07d1d
·
1 Parent(s): 8f446c9

add category id mapping to class name

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -73,6 +73,19 @@ This is an object detection dataset with 8 classes:
73
  - `id`: List of annotation IDs
74
  - `segmentation`: List of polygon segmentations (each as list of [x1,y1,x2,y2,...] coordinates)
75
 
 
 
 
 
 
 
 
 
 
 
 
 
 
76
  ### Data Sources
77
  | Region | Lat/Long Bounding Coordinates | Source Resolution | # images in dataset |
78
  |-----------------|---------------------------------------------|-------------------|---------------------|
 
73
  - `id`: List of annotation IDs
74
  - `segmentation`: List of polygon segmentations (each as list of [x1,y1,x2,y2,...] coordinates)
75
 
76
+ ### Category IDs to Category
77
+
78
+ | Category ID | Class |
79
+ |-----------------|-----------------|
80
+ | 0 | objects |
81
+ | 1 | access_aisle |
82
+ | 2 | curbside |
83
+ | 3 | dp\_no\_aisle |
84
+ | 4 | dp\_one\_aisle |
85
+ | 5 | dp\_two\_aisle |
86
+ | 6 | one\_aisle |
87
+ | 7 | two\_aisle |
88
+
89
  ### Data Sources
90
  | Region | Lat/Long Bounding Coordinates | Source Resolution | # images in dataset |
91
  |-----------------|---------------------------------------------|-------------------|---------------------|