takuya-takeuchi / FaceRecognitionDotNet

The world's simplest facial recognition api for .NET on Windows, MacOS and Linux
MIT License
1.27k stars 308 forks source link

Save FaceEncoding #135

Closed danijerez closed 3 years ago

danijerez commented 4 years ago

Is there a way to save the FaceEncoding as a math operation for later use again?

takuya-takeuchi commented 4 years ago

@danijerez You can serialize method you want to use because FaceEncoding has serializable attribute. Or you can call GetRawEncoding method to get float[].