๐จ Update in Test Dataset | ๐ฅ Reminder to Download
๐ต๏ธ Introduction
Youโre almost there! You can see the Red Planet in its glory. โ๏ธ
But thereโs one small problem โ you need to know the planetโs rotation before you land. Luckily, you have a dataset of various Mars rotations. Using the ML approach, you can predict the Mars planet rotation!
Click here to access the starter kit.
๐พ Dataset
The given dataset contains images of Mars's planet from different views. Each image contains its label the angle its is rotated from its axis. The range of angle of rotation is from 1-360. The dimensions of the images 256*256. The mars planet is only rotated on Z axis!
๐ Files
Following files are available in the resources
section:
train.zip
- (40000
samples) This zip file contains the mars planet images with images name corresponding toImageID
column oftrain.csv
train.csv
- (40000
samples) This csv file contains theImageID
column corresponding totrain.zip
andlabel
column as Mars Rotation which is between 0 to 360 degree.val.zip
- (4000
samples) This zip file contains the mars planet images with images name corresponding toImageID
column ofval.csv
val.csv
- (4000
samples) This csv file contains theImageID
column corresponding toval.zip
andlabel
column as Mars Rotation which is between 0 to 360 degree.test.zip
- (10000
samples) This zip file contains the mars planet images which will be used to evaluate the performance of the model.
๐ Submission
- Prepare a CSV containing
ImageID
column corresponding totest.zip
andlabel
column as Mars Planet Rotation. - 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 Mean Squared Error will be used to test the efficiency of the model.
๐ Links
- ๐ช Challenge Page: https://www.aicrowd.com/challenges/ai-blitz-7/problems/mars-rotation
- ๐ฃ๏ธ Discussion Forum: https://www.aicrowd.com/challenges/ai-blitz-7/problems/mars-rotation/discussion
- ๐ Leaderboard: https://www.aicrowd.com/challenges/ai-blitz-7/problems/mars-rotation/leaderboard
๐ฑ Contact
Notebooks
4
|
1
|