takuya-takeuchi / FaceRecognitionDotNet

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

when image.mode = Greyscale then add Rgb image? #202

Closed falsebo closed 2 years ago

falsebo commented 2 years ago

https://github.com/takuya-takeuchi/FaceRecognitionDotNet/blob/07c359db45dadf7e9d0966104c9fbbe097cb05bf/src/FaceRecognitionDotNet/FaceRecognition.cs#L368

Is this a mistake?

takuya-takeuchi commented 2 years ago

@falsebo Yes. it should be mistake. But we must check whether it occurs other issue if fix it.

takuya-takeuchi commented 2 years ago

Fix