Metadata-Version: 2.1
Name: xface
Version: 0.0.2
Summary: XFace.
Home-page: https://github.com/007gzs/xface
Author: 007
Author-email: 007gzs@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/x-rst
Requires-Dist: opencv-python
Requires-Dist: scikit-image
Requires-Dist: torch (>=1.1.0)
Requires-Dist: torchvision (>=0.3.0)

###########
XFace
###########

.. image:: https://img.shields.io/pypi/v/xface.svg
       :target: https://pypi.org/project/xface

安装与升级
==========


为了简化安装过程，推荐使用 pip 进行安装

.. code-block:: bash

    pip install xface

升级 Django Cool 到新版本::

    pip install -U xface

如果需要安装 GitHub 上的最新代码::

    pip install https://github.com/007gzs/xface/archive/master.zip


