-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mac Os X mxnet #1
Comments
Hi MyraBaba, for your first question. basically, you need to build the mxnet source code to get the library. and then put to 3rdparty/lib i miss the step in the README.md document, i will update it later. regarding to the accuracy and speed . I am improving it in the progress. I will publish the result once finished. and another solution is use ncnn. you can refer to my another respository under deepinsight org - mtcnn-ncnn |
I will try and let you know. thanks |
Is mtcnn-ncnn also good for raspberry pi 2 devices ? general problem is the face deetction speed. very slow specially in arm. Have you any frame/sec . numbers for raspbery pi 2 ? best. |
no. I have tested on firefly 3399. possibly next on tx1, tx2 |
Hi,
I try to compile and gives the error:
ld: library not found for -lmxnet
Any idea how we can install mxnet to mac os x for c++ ? I tried but failed.
Second : any accuracy and speed number for detection ? CNN based model very slow in cpu and hog model not utilizing the multicore cpu.
how you compare with the current detection solution ?
thx
The text was updated successfully, but these errors were encountered: