Challenge has Ended

Helmet Detection AI Challenge

Challenge requires to develop high accuracy object detection on helmets.(Major Focus : Accuracy)

Difficulty

Data Science
Hiring
Interns
Certificate
Ended
27 of 50 Participants
3,943 Views

This task requires you to develop high accuracy model for helmet detection. The techniques used will be judged on the basis of accuracy.

The candidates will be invited for an Internship Interview based on their performance on the leader-board.

NOTE:

The dataset provided is a collection of sample helmet images from the internet without annotations, so the candidate will have to use a separate dataset for training.

The submission should include:

  1. Jupyter Notebook (.ipynb) showing the approach taken for training and the dataset used.
  2. Summary Report (approx. 500-1000 words) explaining the challenges faced during the challenge and the approach taken to solve them.
  3. 'requirements.txt' with list of required packages.
  4. Execution Script for detection for test images (.py) (run.py) file.

The execution script should be named “run.py” and will be supplied a “--testdir” named command line argument for evaluation, which will contain the images in "jpg" format, the example is given below:

run.py —testdir <path to test directory>
The results must be in JSON Format (output.json) with location of helmets in an image using top left and bottom right co-ordinate.
Example:

   {

           "Name of Image": "[


                [helmet 1 top-left co-ordinate, helmet 1 bottom right],


               [helmet 2 top-left co-ordinate, helmet 2 bottom right],

               ...


                ]",

...


   }

   {

           "1.jpg": "[


                [(10, 100), (40, 200)],


               [(50, 200), (90, 3500)],

               ...


                ]",

...


   }

Currently only Python-framework based models are accepted:

  • Tensorflow
  • Pytorch
  • Keras

Judgement

  1. Detection Accuracy

Rules

  1. Submission must not include copyrighted code. If violation is found, submission will be rejected.
  2. The submission should be in a proper format as described by "Submission Guidelines".
  3. Late submission will not be accepted beyond provided deadline (Indian Standard Time).

The candidates will be invited for an Internship Interview based on their performance.

Certificates will be provided after successful submission of a solution to this challenge from dockship.io

How do I apply for this Challenge?
How do I download the dataset?
Can I make multiple submissions?
Where will the results be declared?
Can we apply as a team?
I've other queries, where can I get support?
Challenge Announced
18-Jul-2020, 12:30 pm IST
22-Jul-2020, 6:00 pm IST
Challenge Started
Application Deadline
19-Aug-2020, 6:00 pm IST
21-Aug-2020, 6:00 pm IST
Challenge Ended