InstallationΒΆ

Gluon Face supports Python 3.5 or later. To install this package you need install GluonCV and MXNet first:

pip install gluoncv --pre
pip install mxnet-mkl --pre --upgrade
# if cuda XX is installed
pip install mxnet-cuXXmkl --pre --upgrade

Then install gluonfr:

  • From Socure(recommend)
pip install git+https://github.com/THUFutureLab/gluon-face.git@master
  • Pip
pip install gluonfr