Spaces:
Runtime error
Runtime error
Lambang
commited on
Commit
•
1934bbb
1
Parent(s):
b888137
cees
Browse files
main.py
CHANGED
@@ -70,9 +70,8 @@ def preprocessing(filepath):
|
|
70 |
os.mkdir(folder_path)
|
71 |
|
72 |
|
73 |
-
|
74 |
-
# data_processor.
|
75 |
-
data_processor.enhance_contrast_histeq(data_processor.face_cropping_pred(filepath))
|
76 |
|
77 |
files = os.listdir(folder_path)
|
78 |
index = 0
|
|
|
70 |
os.mkdir(folder_path)
|
71 |
|
72 |
|
73 |
+
data_processor.detect_landmark(data_processor.face_cropping_pred(filepath))
|
74 |
+
# data_processor.enhance_contrast_histeq(data_processor.face_cropping_pred(filepath))
|
|
|
75 |
|
76 |
files = os.listdir(folder_path)
|
77 |
index = 0
|