YYuanAnyVision / mxnet_mtcnn_face_detection

MTCNN face detection
738 stars 314 forks source link

Import error, library missing? #15

Closed oxydron closed 7 years ago

oxydron commented 7 years ago

Stacktrace:

Traceback (most recent call last):
  File "main.py", line 2, in <module>
    import mxnet as mx
ImportError: No module named 'mxnet'

Any tips?

Edit: https://github.com/dmlc/mxnet

123chengbo commented 7 years ago

your mxnet OK? mxnet-python should be installed first, cd mxnet/python python setup.py

then you can import mxnet

oxydron commented 7 years ago

I think you should add this information on the main README.md for this repo. Best regards.