LingDong- / fast-many-face-detection-with-cpp-or-openframeworks-on-mac-using-neural-networks

Fast Many Face Detection with C++/OpenFrameworks on macOS using Neural Networks
MIT License
14 stars 5 forks source link

Is it possible to build it for FreeBSD 13.1 using C++ and OpenCV only? #4

Closed rajhlinux closed 2 years ago

rajhlinux commented 2 years ago

Hello, I am using FreeBSD 13.1.

I can run C++ OpenCV projects with no issues.

In this project "fast-many-face-detection", I can simply build for cpp and run it on FreeBSD?

Thanks.

rajhlinux commented 2 years ago

I'm surprised, this is excellent code for such simplicity. I got it work just compiling the "main.cpp" at the noof folder. It works great for detecting multiple faces in real time in a live webcam stream. I have used a stream which people are walking around in the city and the program is able to detect faces.

Thanks.