Face detection – An overview and comparison of different solutions
1–10 of 18 posts
Re: Face detection – An overview and comparison of different solutions
#2 Amazon 52.66 %
Google 40.43 %
IBM 39.36 %
Microsoft 17.55 %Re: Face detection – An overview and comparison of different solutions
#3When I first started exploring these apis I just assumed Google would be amazing but that is _not the case at all_. I suspect they save their best stuff for their own products and the api solutions always lag a little behind. IBM may be better because their apis are such a core offering. Microsoft's stuff is a clear afterthought and the only Amazon service I've had success with is Rekognition. That said, Transcribe just launched so it may/will improve with time.
Re: Face detection – An overview and comparison of different solutions
#4Re: Face detection – An overview and comparison of different solutions
#5[1] https://github.com/davidsandberg/facenet/tree/master/src/ali...
Re: Face detection – An overview and comparison of different solutions
#6Not to mention the article does not address any real world key points of using FR. Their usage rages are a joke; real world scenarios begin at 100K much sooner than a month, and are typically measured with these numbers per minute or hour. Real world usage of FR at the rates of these services breaks banks.
Re: Face detection – An overview and comparison of different solutions
#7Note that if you use open source models, it’s orders of magnitude cheaper. In my own tests, an off the shelf face DNN-based face detector [1] ran at 20 FPS on a 16 vCPU machine (Google Cloud). With our hand-rolled distributed execution engine [2], we processed around 40 million images for about $2000, which is 14x cheaper than the cheapest figure cited in OP. I don’t know the accuracy difference, but it sounds like O…
Re: Face detection – An overview and comparison of different solutions
#8Does anyone have a clue on how much it will cost to detect faces and extract 128d encodings from ~100M of 200x200 photos?
Re: Face detection – An overview and comparison of different solutions
#9I've tinkered with face recognition in the past days, and am now waiting for a response to my GCE quota request for a V100 GPU. $8/h rate for a preemptible instance seems really cheap, yet I am not sure if I will ever be able to process my dataset. Does anyone have a clue on how much it will cost to detect faces and extract 128d encodings from ~100M of 200x200 photos?
Re: Face detection – An overview and comparison of different solutions
#10Note that if you use open source models, it’s orders of magnitude cheaper. In my own tests, an off the shelf face DNN-based face detector [1] ran at 20 FPS on a 16 vCPU machine (Google Cloud). With our hand-rolled distributed execution engine [2], we processed around 40 million images for about $2000, which is 14x cheaper than the cheapest figure cited in OP. I don’t know the accuracy difference, but it sounds like O…
It's not open source, but our FR software runs on as low as a $100 Intel Compute Stick, while still providing 10+million FR compares per second, at accuracy rates in the 90's. On a 3.4Ghz i7 we provide 24M compares per second. That could be video or stills, acquired from live cameras, media files, or still images, via local/network storage, rtsp and related ip streams, or a REST API. Exports have full customization,…
"Please contact us for a facial recognition demo or to discuss your requirements for a facial recognition technology solution."
My assumption from that is the price is way too high for me as a hobbyist developer, and it's not worth the hour or more of back-and-forth to try a demo and get prices. Give me clear pricing on the website and some way to access a demo without having to contact you, that way I can tell in 60 seconds if this is worth pursuing or not.
I actually am in the market for something like this, I built AllThePeople.net and would love a better large-scale face recognition system. But no, I will not contact you for a demo and to discuss pricing.