To build the UWP BearID App, copy the ArcFace model to the UWP\BearID folder and rename it to ArcFace.onnx
- Capture video / picture from camera
- Get bear face using custom YOLO ONNX model (BearFace.onnx)
- Get bear embedding vector using ArcFace ONNX model (ArcFace.onnx)
- Identify bear using cosine similarity
- UWP/ Implementations based on aboce architecture, contributed by Tony.
- bearid_dlib/ Deprecated codes based on https://github.com/hypraptive/bearid
- Dockerfile Deprecated. Dockerfile for bearid_dlib.