dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9k stars 1.88k forks source link

Sample with face recognition and training? #6454

Closed johandanforth closed 1 year ago

johandanforth commented 1 year ago

I'm missing a sample for face recognition, with both training and consumption, implemented with ML.Net. It seems that @MatiKingloom had something going there, a couple of years ago.

michaelgsharp commented 1 year ago

@luisquintanilla do you know if we have a sample laying around somewhere?

luisquintanilla commented 1 year ago

Hi @johandanforth,

Thanks for your question.

We have some general object detection tutorials that can help get you started.

As you develop your solutions, we encourage you to review some of the Microsoft Responsible AI transparency notes on facial recognition. While not specific to ML.NET, several of those considerations are still good to keep in mind.

johandanforth commented 1 year ago

Thanks @luisquintanilla but that doesn't really help much. Object detection isn't nearly as good as face recognition and identification, and I'm well aware of implications of use. This is for internal use, I'm building albums from old pictures taken from company events and travels, years and years back, where current and former employees can help identifying who's who on the pictures and I thought ML could help out. Nothing scary ☺️

luisquintanilla commented 1 year ago

@johandanforth hmm...in that case I don't believe there are any samples. At least none that I'm aware of.

I found this post which I suspect relates in part to #5062