Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

The C++ version of CenterFace with OpenCV

requirement

  • opencv 3.4.2 or higher (with cv::dnn)

usage

  • cd CenterFace/prj-opencv-cpp
  • mkdir build && cd build && cmake && make
  • ./demo ../../models/onnx your_image_path

Actually, the opencv-cpp version can be used on the mobile device as you like. And we are so happy to get your test result about inference time.