openfoodfacts / openfoodfacts-ai

This is a tracking repo for all our AI projects. 🍕 🤖🍼
226 stars 53 forks source link

Enable whitelisting specific faces #37

Closed teolemon closed 6 years ago

teolemon commented 6 years ago

Many cloud computer vision have face detection algos, but they might find a face on packaging while we're looking for faces of users. Allow to whitelist "known faces" and to flag actual faces.

rahil1304 commented 6 years ago

Hey, I'm Rahil from India. I'd like to work on this issue.

akshatkish commented 6 years ago

My name is Akshat and I am from India. I would like to clarify and establish the issue, here. We require to detect faces using any face detection algorithm but then to filter out only those faces that are known to the machine learning model from training phase (rejecting those that are also printed on packaging).

rahil1304 commented 6 years ago

So finally 1) detect the face (I'd like to use dlib and it's more accurate than voila jones and other algorithms) 2) filter out and detect only those images that are required and already known Am I Correct?