/Blaze-Face-cpp

C++ implementation of the Blaze Face tflite model

Primary LanguageC++

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