Primary competition visual

Benin National Olympiad for Artificial Intelligence | Phase 1

Helping Benin
5000 Points
Closing soon! (14 days left)
Classification
Computer Vision
70 joined
2 active
Starti
Apr 17, 26
Closei
May 01, 26
Reveali
May 01, 26
About

The data was collected from 25 cm resolution imagery across urban, rural and agricultural landscapes. There are a total of 1200 images split into train and test.

The objective of this competition is to identify whether an image contains a road segment or not. Dry river beds, railway tracks and power lines could look like roads. It is important to classify these as “not roads”.

Files available for download:

  • Images.zip - contain the images.
  • Train.csv - contains the image IDs that are in the train set and the labels. You will use this dataset to select the images from Train_Images.zip to train your model on.
  • Test.csv- contains image IDs for the test set. You will use this dataset to select the images from Images.zip to apply your model to.
  • SampleSubmission.csv - shows the submission format for this competition, with the ‘Image_ID’ column mirroring that of Test.csv. The order of the rows does not matter, but the names of the ‘Image_ID’must be correct.
Files
Description
Files
This is the test file for on which the trained model should be applied.
This file is meant for model training.
This file shows the structure of your submission file.
This notebook shows you how to make your first submission.
This file contains the images for the challenge.