Skip to content

cpow-89/carla_image_segmentation_dataset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 

Repository files navigation

Dataset for image segmentation

This dataset was created by using the Carla Simulator. If you are interested in creating your own image segmentation dataset using carla you can find full documentation and the code I used on my GitHub page.

Image Example

Example image

Segmentation Mask Example

Example label

Dataset Description:

This dataset has been created on windows using carla simulator v.0.9.5. The dataset contains 1206 images + image segmentation masks with a resolution of 800x600 pixels. The dataset also provides a valid.txt file which includes information on which files to use for validation. If you are interested in an example on how to use this dataset to train an UNet Model take a look at my GitHub page.

How to interpret the codes of the image segmentation mask?

The codes are identical to the offical carla coding.

Code Label
0 Unlabeled
1 Building
2 Fence
3 Other
4 Pedestrian
5 Pole
6 Road line
7 Road
8 Sidewalk
9 Vegetation
10 Car
11 Wall
12 Traffic sign

Limitations

The windows version of carla simulator v.0.9.5 does not include pedestrians. That´s why the dataset also does not include pedestrians.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published