Loading
AI Blitz #7: Completed #educational Weight: 20.0
2978
360
15
268

🚨 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 to ImageID column of train.csv
  • train.csv - (40000 samples) This csv file contains the ImageID column corresponding to train.zip and label 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 to ImageID column of val.csv
  • val.csv - (4000 samples) This csv file contains the ImageID column corresponding to val.zip and label 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 to test.zip and label 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

πŸ“± Contact

Notebooks

See all
[Baseline] Mars Rotation Prediction
By
Shubhamaicrowd
About 3 years ago
1