Metadata-Version: 2.1
Name: facexlib
Version: 0.1.3.1
Summary: Basic face library
Home-page: https://github.com/xinntao/facexlib
Author: Xintao Wang
Author-email: xintao.wang@outlook.com
License: Apache License 2.0
Description: # ![icon](assets/icon_small.png) FaceXLib
        
        [English](README.md) **|** [简体中文](README_CN.md) &emsp; [GitHub](https://github.com/xinntao/facexlib) **|** [Gitee码云](https://gitee.com/xinntao/facexlib)
        
        ---
        
        `facexlib` is a **pytorch-based** library for **face-related** functions, such as detection, alignment, recognition, tracking, utils for face restorations, *etc*.
        It only provides inference (without training).
        This repo is based current STOA open-source methods (see [more details](#Functions)).
        
        ## :eyes: Demo
        
        ## :wrench: Dependencies and Installation
        
        - Python >= 3.7 (Recommend to use [Anaconda](https://www.anaconda.com/download/#linux) or [Miniconda](https://docs.conda.io/en/latest/miniconda.html))
        - [PyTorch >= 1.3](https://pytorch.org/)
        - NVIDIA GPU + [CUDA](https://developer.nvidia.com/cuda-downloads)
        
        ## :sparkles: Functions
        
        | Function | Description  | Reference |
        | :--- | :---:        |     :---:      |
        | Detection | [More details](facexlib/detection/README.md) | [Pytorch_Retinaface](https://github.com/biubug6/Pytorch_Retinaface) |
        | Alignment | [More details](facexlib/alignment/README.md) | [AdaptiveWingLoss](https://github.com/protossw512/AdaptiveWingLoss) |
        | Recognition | [More details](facexlib/recognition/README.md) | [InsightFace_Pytorch](https://github.com/TreB1eN/InsightFace_Pytorch) |
        | Tracking | [More details](facexlib/tracking/README.md) | [SORT](https://github.com/abewley/sort) |
        | Utils | [More details](facexlib/utils/README.md) | |
        
        ## :scroll: License and Acknowledgement
        
        This project is released under the MIT license. <br>
        
        ## :e-mail: Contact
        
        If you have any question, open an issue or email `xintao.wang@outlook.com`.
        
Keywords: computer vision,face,detection,landmark,alignment
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
