https://github.com/deepinsight/insightface/tree/master/detection/RetinaFace
0.环境
mxnet-cu90 @ file:mxnet_cu90-1.2.0-py2.py3-none-manylinux1_x86_64.whl
Cython==0.29.21
easydict==1.9
numpy==1.14.6
opencv-python==4.4.0.44
环境配置步骤:
git clone https://github.com/deepinsight/insightface.git
cd insightface/RetinaFace
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple mxnet_cu90-1.2.0-py2.py3-none-manylinux1_x86_64.whl
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple Cython==0.29.21 \
easydict==1.9 \
numpy==1.14.6 \
opencv-python==4.4.0.44
make