Welcome to AI Blitz XI! π | Starter Kit For This Challenge! π
Community Contribution Prizes π | Find Teammates π―ββοΈ
Easy-2-Follow Notebooks π» | Discord AI Community π§
π₯ Introduction
Self-driving cars collect a large amount of visual data for decision-making. It uses three tools to replicate human eyes - cameras, radar, and lidar. Together they create a complete picture of the carβs environment. They help the car identify the place, speed, and objects around it.
Understanding the environment around the self-driving car is really critical to driving safely on the roads. Having an understanding of individual elements such as sidepaths, buildings, lanes, trees, people and other objects around the road allows safe driving. With detailed segmentation of the scenes, self-driving cars will become more accurate & safer.
For this puzzle, your task is to segment the scene of the input image. The starter kit gives a walkthrough of image segmentation and its basics.
β The Task
In this challenge your task will be to build an automated algorithm that will take the road scene image and will output the semantic segmentation from the input image :
In machine learning terms: this is a multi-class semantic segmentation task.
π Getting Started
Make your first submission using starter kit. π
πΎ Dataset
The dataset files are available here.
The semantic segmentation dataset was generated using the Carla Simulator. The dataset contains over 23 different classes.
The images ( RGB format ) are in image folder where the corresponding semantic segmentation labels ( grayscale format ) are in the segmentation folder.
π Files
Following files are available in the resources
section:
-
train.npz
- ( 4k samples ) The training images and corresponding semantic segmentation labels. -
test.zip
- ( 1k samples ) It contains the images for testing data and the generate labels will be used in the leaderboard.
π¨ How to submit
Make your first submission using the starter kit π
-
Use
segmentation
folder and fill the corresponding segmentation image. -
Inside a submission directory, put the
.ipynb
notebook from which you trained the model and made inference and save it asnotebook.ipynb
. -
Zip the submission directory
-
Overall, this is what your submission directory should look like -
π Evaluation Criteria
The evaluation metric for this competition is F1 Score with weighted
average.
π± Contact
If you have any questions, consider posting on the Blitz 11 Community Discussion board, or join the party on our Discord!
Notebooks
0
|
0
|
|
0
|
0
|
|
3
|
0
|
|
6
|
0
|