omarmhaimdat / face_ai

Face Recognition and Detection on iOS Using Native Swift Code, Core ML, and ARKit
https://heartbeat.fritz.ai/face-recognition-and-detection-on-ios-using-native-swift-code-core-ml-and-arkit-feed10c468da
MIT License
123 stars 32 forks source link

How can I use it to identify faces without pre-trained data #1

Open Eric0625 opened 3 years ago

Eric0625 commented 3 years ago

This app seems to require prepared facial data, is it possible to detect and identify new faces during run-time? Thanks.

omarmhaimdat commented 3 years ago

Can you specify the task, if it's just face detection, that's completely possible. But, for any classification, you still need to train a custom model for that.