Skip to content

reiserwang/BearID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BearID

To build the UWP BearID App, copy the ArcFace model to the UWP\BearID folder and rename it to ArcFace.onnx

Architecture

  • 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

Code Structure

  • 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.

Reference

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published