takuya-takeuchi / FaceRecognitionDotNet

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

Beginner friendly documentation. #64

Closed petvas closed 5 years ago

petvas commented 5 years ago

Please provide a step by step guide how to use the examples. Like where to get the shape_predictor_68_face_landmarks.dat files etc.. How to deal with Unable to load DLL DlibDotNet.Native.dll error.... I spent 3 hours to make it work but I can't, browsing the source give me some hint where I should put the Helen files from the page, but currently it is really hard get into this project.

takuya-takeuchi commented 5 years ago

How is this? https://github.com/takuya-takeuchi/FaceRecognitionDotNet/wiki/Quickstart

petvas commented 5 years ago

Great! Thank you!