π΅οΈ Introduction
In most F1 races, the difference between first and second position is a matter of a fraction of a second. So maintaining your speed is the most important thing!
But what happens when you canβt read the speed dial properly at such a high speed? The next puzzle requires you to take the images of the speedometer and predict the speed of the car. Donβt know how to get started, check out our code kit.
πΎ Dataset
The given dataset contains images of speedometer. Each image contains its label i.e. the speed of the F1 Car. The image dimensions of the images 256*256.
π Files
Following files are available in the resources
section:
train.zip
- (40000
samples) This zip file contains the speedometer images name corresponding toImageID
column oftrain.csv
train.csv
- (40000
samples) This csv file contains theImageID
column corresponding totrain.zip
andlabel
column as speed of F1 car.val.zip
- (4000
samples) This zip file contains the speedometer 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 speed of F1 car.test.zip
- (10000
samples) This zip file contains the speedometer 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 speed of F1 car. - 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/speedrecognition
- π£οΈ Discussion Forum: https://www.aicrowd.com/challenges/speedrecognition/discussion
- π Leaderboard: https://www.aicrowd.com/challenges/speedrecognition/leaderboards
π± Contact
Notebooks
0
|
0
|