# Android-MobileFaceNet-MTCNN-FaceDeSpoofing **Repository Path**: webstorage_6763/Android-MobileFaceNet-MTCNN-FaceDeSpoofing ## Basic Information - **Project Name**: Android-MobileFaceNet-MTCNN-FaceDeSpoofing - **Description**: Use tensorflow Lite on Android platform, integrated face detection (MTCNN), face anti spoofing (ECCV2018-FaceDeSpoofing) and face comparison (MobileFaceNet use InsightFace loss) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2024-09-12 - **Last Updated**: 2024-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MobileFaceNet-Android Use tensorflow Lite on Android platform, integrated face detection (MTCNN), face anti spoofing (ECCV2018-FaceDeSpoofing) and face comparison (MobileFaceNet uses InsightFace loss). https://github.com/davidsandberg/facenet Use the MTCNN here to convert .tflite, so that you can adapt to any shape. https://github.com/jiangxiluning/facenet_mtcnn_to_mobile Here's how to convert .tflite. https://github.com/yaojieliu/ECCV2018-FaceDeSpoofing Face Anti-spoofing. https://github.com/sirius-ai/MobileFaceNet_TF Use this model for face comparison on mobile phones because it is very small. # USING After putting .tflite in your assets directory, remember to add this code to your gradle: aaptOptions { noCompress "tflite" }