模块化裁剪

This commit is contained in:
hejianjun
2022-01-30 22:26:52 +08:00
parent a84452ba1c
commit e1b5d17b05
5 changed files with 53 additions and 50 deletions
+4
View File
@@ -0,0 +1,4 @@
import hog
def face_center(filename, model):
return hog.face_center(filename, model)