tusen-ai / simpledet

A Simple and Versatile Framework for Object Detection and Instance Recognition
Apache License 2.0
3.08k stars 488 forks source link

RuntimeError: Cannot find the MXNet library. #190

Closed lyuweiwang closed 5 years ago

lyuweiwang commented 5 years ago

I am building from Scratch. When I ran "python3 setup.py install", I found libmxnet.so is not generated. However, there were no errors before. Please tell me how to solve this. Thanks a lot.

RogerChern commented 5 years ago

Maybe you can try the docker image if you are not familiar with compiling in Linux system.