This is a playground of face algorithm.
You can find everything you want
If not, just add it!!!
| state | algorithm | source |
|---|---|---|
| ✅ | facial detector | libfacedetection |
| ✅ | facial landmark | SLPT |
| ✅ | facial id detector | arcface |
| ✅ | facial gender classification | fair face |
| facial attribute classification | ||
| ✅ | facial segemantation | BiseNet |
| facial gaze estimation | ||
| facial Super-Resolution |
- environment
git clone https://github.com/LeslieZhoa/LVT.git cd LVT pip install -r requirements.txt - download model
cd utils bash download_weight.sh - run
follow LVT.py and find details
cd ../ python LVT.py




