Skip to content

massimiliano96/Blaze-Face-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blaze-Face-cpp

C++ implementation of the Blaze Face tflite model

Requirements

Dependencies installation

Release

conan install . --build=missing -s build_type=Release

Debug

conan install . --build=missing -s build_type=Debug

Build

Targets

  • Detection library : cmake --build build/<build_type> --target blazeFace
  • Demo executable: cmake --build build/<build_type> --target Executable

About

C++ implementation of the Blaze Face tflite model

Resources

Stars

Watchers

Forks

Packages

No packages published