mirror of
https://github.com/serengil/deepface.git
synced 2025-06-12 22:37:09 +00:00
function name snake case
This commit is contained in:
parent
2e2aa21bba
commit
5b280dcb81
@ -817,4 +817,4 @@ def detectFace(img_path, detector_backend = 'opencv', enforce_detection = True,
|
|||||||
#---------------------------
|
#---------------------------
|
||||||
#main
|
#main
|
||||||
|
|
||||||
functions.initializeFolder()
|
functions.initialize_folder()
|
||||||
|
@ -43,7 +43,7 @@ def initialize_input(img1_path, img2_path = None):
|
|||||||
|
|
||||||
return img_list, bulkProcess
|
return img_list, bulkProcess
|
||||||
|
|
||||||
def initializeFolder():
|
def initialize_folder():
|
||||||
|
|
||||||
home = str(Path.home())
|
home = str(Path.home())
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user