Primary competition visual

MIIA Pothole Image Classification Challenge

Helping South Africa
Knowledge
Active
Classification
Computer Vision
766 joined
188 active
About

The data contains images of streets in South Africa that either have potholes (positive response) or do not (negative response). The data have been split into a test and train set. The training set contains 4,026 images of test set contains 1,650 images.

Your task is to provide the probability that an image contains a pothole. For each unique image ID you should estimate the likelihood that the image contains a pothole, with an estimated probability value between 0 and 1.

Get started on this challenge with this blog post by Johnowhitaker.

Files
Description
Files
This dataset contains a list of file names of images labeled as pothole (1) or no pothole (0) that make up the training set, i.e. these are the images on which you should train your model.
This file contains all image files (both test and train)
This dataset contains a list of file names of images that are not labeled. This is the test set on which you should apply your model.
This is an example of what your submission file should look like, including a list of unique image IDs. Your submission file should have all of the Image IDs in this file along with estimates of the corresponding probabilities of observing a pothole. The order of the Image IDs does not matter, but the names need to be correct.