Skip to content

Face prediction CLI using rust ORT library, Ultraface and Arcface. Iterates image folder [image_folder] and compares faces found to [test_case_path].

Notifications You must be signed in to change notification settings

olalium/face-prediction-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

face-prediction-rs

Face prediction CLI using rust ORT library, Ultraface and Arcface. Iterates image folder [image_folder] and compares faces found to [test_case_path].

Setup

  1. download the Ultra face 640 onnx model and put it in [ultra_model_path]
  2. download the Arc face arcfaceresnet100-11-int8.onnx model and put it in [arc_model_path]
  3. add images to [image_folder]
  4. run cargo build --release
  5. run ./target/release/face-prediction [ultra_model_path] [arc_model_path] [image_folder] [output_dir] [test_case_path]

About

Face prediction CLI using rust ORT library, Ultraface and Arcface. Iterates image folder [image_folder] and compares faces found to [test_case_path].

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages