模块化裁剪
This commit is contained in:
4
ImageProcessing/cnn.py
Normal file
4
ImageProcessing/cnn.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import hog
|
||||
|
||||
def face_center(filename, model):
|
||||
return hog.face_center(filename, model)
|
||||
Reference in New Issue
Block a user