It has to be more sophisticated than that. Otherwise users could easily taint the datasets by giving wrong answers on purpose.
It probably checks your answer against the current model’s best guess and if it’s close enough, you get a pass and your input is added to the training data for the next iteration. The more wrong you are, the more challenges you get.
AFAIK, the first one is the real check, the second one is too train their image recognition AI.
It has to be more sophisticated than that. Otherwise users could easily taint the datasets by giving wrong answers on purpose.
It probably checks your answer against the current model’s best guess and if it’s close enough, you get a pass and your input is added to the training data for the next iteration. The more wrong you are, the more challenges you get.