Dataset Partition Description
Cloud-Robotics dataset has 7 groups of 30 classes. The partition of dataset is as follow:
Group | Classes |
---|---|
flat | road · sidewalk · ramp · runway |
human | person · rider |
vehicle | car · truck · bus · train · motorcycle · bicycle |
construction | building · wall · fence · stair · curb · flowerbed · door |
object | pole · traffic sign · traffic light · CCTV camera · Manhole · hydrant · belt · dustbin |
nature | vegetation · terrain |
sky | sky |
Data Statistics
Features
Polygonal annotations
Complexity
Diversity
Data Format
The format of json annotation is as follows:
"gtFine_polygons.json": {
"imgHeight": <int> -- Height of the image
"imgWidth": <int> -- Width of the image
"objects": <list> -- List of the objects
"label": <str> -- Name of the label
"polygon": <list> -- Boundary point coordinates
}
Data Annotation
Below are examples of high quality dense pixel annotations of 2500 real-world images. Overlayed colors encode semantic classes. Note that single instances of traffic participants are annotated individually.