hercapa commited on
Commit
47ff51f
1 Parent(s): f5ca6dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -13,4 +13,16 @@ annotations_creators:
13
  ---
14
 
15
 
 
 
 
 
 
 
 
 
 
 
 
 
16
 
 
13
  ---
14
 
15
 
16
+ # IPL-CARLA-dataset
17
+
18
+ Autonomous driving semantic segmentation dataset created with CARLA (Cars Learning to Act) simulator.
19
+
20
+ ## Dataset information
21
+
22
+ Images are generated from two different simulated cities. They include different weather (sunny, foggy and rainy) and daytime (morning, day, sunset and night) conditions. It contains 20000 RGB-rendered images and their corresponding ground truth segmented masks. Images and masks have a size of 800 x 600 pixels.
23
+
24
+ ## Dataset structure
25
+
26
+ Images are named as rgb_{1,...20000}.png and their corresponding ground truth are named as seg_{1,...,20000}.png. Due to space constraints the first 10000 (1-10000) images and masks are in the images and labels folders and the last 10000 (10001-20000) are in the images_2 and labels_2 folders.
27
+
28