Skip to content
Snippets Groups Projects
Commit f8273b94 authored by Shivam Khandelwal's avatar Shivam Khandelwal
Browse files

Added information about purchase phase

parent a77b7f74
No related branches found
No related tags found
No related merge requests found
![ZEW Data Purchasing Challenge 2022](https://i.imgur.com/TgkocHf.jpg) ![ZEW Data Purchasing Challenge 2022](https://i.imgur.com/j5zjnsn.png)
# [ZEW Data Purchasing Challenge 2022](https://www.aicrowd.com/challenges/data-purchasing-challenge-2022) - Starter Kit # [ZEW Data Purchasing Challenge 2022](https://www.aicrowd.com/challenges/data-purchasing-challenge-2022) - Starter Kit
...@@ -25,6 +25,20 @@ In this **multi-label image classification task**, the images consist of synthet ...@@ -25,6 +25,20 @@ In this **multi-label image classification task**, the images consist of synthet
Each of the images have a 4 dimensional label representing the presence or the absence of `['scratch_small', 'scratch_large', 'dent_small', 'dent_large']` in the images. Each of the images have a 4 dimensional label representing the presence or the absence of `['scratch_small', 'scratch_large', 'dent_small', 'dent_large']` in the images.
### **What's special about this challenge?** ⭐
As you would have noticed the challenge name is "Data Purchasing Challenge". Wonder why? 😉
This challenge features online evaluation in which your submissions don't only train & predict online. BUT go through **purchase phase** as well.
**What is a Purchase Phase?** 🤔
This challenge has subset of the dataset which is unlabelled. During the purchase phase, your model is provided with a fixed budget. Your model can use that budget and ask images to be labelled using `purchase_label` function.
In this sense, participants have to make a data purchasing decision.
We hope you are as excited as we are!! 🤩
# Table of contents # Table of contents
<details align="left"> <details align="left">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment