Face tracking solution

Hello everyone! (sorry per advance for my english)
I’m working on mobile app, the purpose of this app is to take a selfie and sent it on city hall facade.
But i don’t want to see something lewd.
So, i’m looking for face tracker who say “this is not a human face”, and i can’t have an employee on place who validates each photo.
Do you have any tracker to recommend or alternative solution ?

Thank’s you for your help, and sorry again for my english.

even if you detect a valid face from the image,
it could still contain something offensive on the side/overlayed or as a text?

but if you already send the image through server:

if want to do that in unity, maybe some ideas from

1 Like

I understand, and you gave me an idea, if i don’t detect face but lewd combine with face tracker

If (lewd tracker don’t find somthing && face tracker find human)
return true;

I will try that!

And thx for your answer!

oh yes, to initially take a photo from device, it requires live camera face detection (before actual photo is even taken), still at this point user can have other stuff on the camera view.

maybe these,
https://github.com/Unity-Technologies/arfoundation-samples#face-tracking
https://assetstore.unity.com/?q=face track&orderBy=1

Mgear thank’s you i will see that too :slight_smile: