deepcam-cn / yolov5-face

YOLO5Face: Why Reinventing a Face Detector (https://arxiv.org/abs/2105.12931) ECCV Workshops 2022)
GNU General Public License v3.0
2.1k stars 502 forks source link

Simple C++ cmake example #94

Closed MyraBaba closed 2 years ago

MyraBaba commented 2 years ago

Hi,

Is there any simple cmak c++ example for inference with onnx converted models ?

It would be very helpfull

PS: ncnn/android one is complicated

derronqi commented 2 years ago

check the readme, android demo and opencv dnn demo.

MyraBaba commented 2 years ago

@derronqi opencv dnn demo is for yolo5 object detection .

If there is a simple c++ example for : detecton, landrmark draws etc very helpfull

derronqi commented 2 years ago

https://github.com/hpc203/yolov5-face-landmarks-opencv-v2