I know that I can use face detect with CoreML, but I'm wandering that is there any to identify the same person between two images like Photos app.
Is there any way to compare two images to identify the same person like Photos?
Recommended
You would need to train your own model for facial recognition.
The Core ML and Vision frameworks only provide support for face detection (along with facial landmarks).