This website works better with JavaScript
Home
Explore
Help
Register
Sign In
liyue
/
llxy2001-..........
Watch
9
Star
0
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
32a25fae62
Branches
Tags
master
llxy2001-.........
/
人脸特征点检测
/
facep
/
main.py
main.py
100 B
History
Raw
1
2
3
4
5
6
from app.facepapp import FacePApp
import sys
app = FacePApp()
status = app.exec()
sys.exit(status)