๐ต๏ธ Introduction
Itโs time to land! The long journey of 234.65 million km is in its last stretch. But thereโs a glitch in your system.
The dashboard is malfunctioning and you donโt know what stage the spacecraft is in. You do know that the spacecraft has 5 stages โ heading to Mars, Entering Mars Atmosphere, Deploy Parachute, Backshell Separation and Touchdown.
Given an image, without using labels, create a model that will predict the stage of Mars spacecraft. Read to know more about the problem and access the starter-kit over here.
๐พ Dataset
This is an Unsupervised Image Classification challenge in which you will need to predict the stage of the Mars Rover Landing only with mages! The images are 256 in width & the height of .jpg
format.
The given dataset contains images of various stages of Mars Rover Landing. It's unsupervised image classification with a total of 5 stages to classify. The 5 stages, in order, are as follows:
-
Heading to Mars ( In Space )
-
Entering Mars Atmosphere
-
Deploy Parachutes
-
Backshell Separation
-
TouchDown!
๐ Files
Following files are available in the resources
section:
test.zip
- (1799
samples) This zip will image containing different stages of Mars Rover Landing!
๐ Submission
- Prepare a CSV containing
ImageID
column andlabel
the column containing values between 0 to 4. - The name of the above file should be submission.csv.
- Sample submission format available at sample_submission.csv in the resources section.
Make your first submission here ๐ !!
๐ Evaluation Criteria
During evaluation Adjusted Rand Score will be used to calculate the score!
๐ Links
- ๐ช Challenge Page: https://www.aicrowd.com/challenges/stageclustering
- ๐ฃ๏ธ Discussion Forum: https://www.aicrowd.com/challenges/stageclustering/discussion
- ๐ Leaderboard: https://www.aicrowd.com/challenges/stageclustering/leaderboards