Face landmarks example using ONNX Runtime C++, support dynamic batchsize.
- ONNX Runtime
- CMake 3.13.3
- OpenCV 4.6.0
bash scripts/pull_onnx_lib.sh
https://github.com/opencv/opencv
https://github.com/deepcam-cn/yolov5-face
$ bash scripts/convert_onnx.sh
$ mkdir build & cd build
$ cmake ..
$ make
$ ./yoloface
Many thanks to these following projects
https://github.com/deepcam-cn/yolov5-face https://github.com/hpc203/yolov5-face-landmarks-opencv-v2