kpzhang93 / MTCNN_face_detection_alignment

Joint Face Detection and Alignment using Multi-task Cascaded Convolutional Neural Networks
MIT License
2.8k stars 1.01k forks source link

Anyone was able to get this project to run on FreeBSD 13.1? #58

Open rajhlinux opened 1 year ago

rajhlinux commented 1 year ago

Only issue with FreeBSD is no support for MATLAB 2014b, however FreeBSD do have Linux compatibility layer.

I do not understand why I was able to run perfectly of this MTCNN C++ project which does not require MATLAB: https://github.com/AlphaQi/MTCNN-light

What is it that makes this project better which requires MATLAB as opposed to many C++ projects on github which uses MTCNN implementation but does not require MATLAB dependency?

Thanks.