tusen-ai / simpledet

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

Don't import mxnet in https://oss.aflat.top/simpledet.img #349

Open zerojuzi opened 3 years ago

zerojuzi commented 3 years ago

It don't import mxnet in https://oss.aflat.top/simpledet.img, I find python3 version is 3.5 in img, and mxnet in python3.6, I want to know how to solve!

I install python3.6.8 in simpledet.img, defult path in /usr/local/lib/python3.6, I do ln -s /root/.pyenv/versions/3.6.8/lib/python3.6/ /usr/local/lib/python3.6/, still cannot import mxnet.