IntelRealSense / RealSenseID

Intel® RealSense™ ID SDK
https://intelrealsense.com/facial-authentication/
Apache License 2.0
98 stars 57 forks source link

Which function to use for the fastest anti-spoofing? #98

Closed tetek closed 3 years ago

tetek commented 3 years ago

What would be the fastest way to do anti-spoofing? and how fast can it get? Right now we are using ExtractFaceprintsForAuth,. I'm asking because I expected it to work faster when changed from multi to single face, but that had no effect. Always around 600ms.

Thanks

alexk1976 commented 3 years ago

yes, this function is ok. Also you can use Authenticate(). In settings it's recommended to select "Spoof" algo flow and "medium" security level. We expected to release more optimized version on coming Sunday