deepinsight / insightface

State-of-the-art 2D and 3D Face Analysis Project
https://insightface.ai
23.53k stars 5.43k forks source link

Python Examples #2659

Open richardgohth opened 1 month ago

richardgohth commented 1 month ago

Python examples seems to have disappeared. Where fo download from?

Python Example Code: Some notable examples: Face detection: examples/detection.py Face recognition: examples/recognition.py Face landmark detection: examples/landmark.py Face alignment: examples/alignment.py Age and gender prediction: examples/age_gender.py

nttstar commented 1 month ago

in python-package/ directory

richardgohth commented 4 weeks ago

in python-package/ directory

not there can give url of say detection.py? thanks

nttstar commented 4 weeks ago

such as https://github.com/deepinsight/insightface/blob/master/python-package/insightface/model_zoo/landmark.py

richardgohth commented 4 weeks ago

thank you