Skip to content

Commit

Permalink
Merge pull request 1adrianb#23 from mihanlg/patch-1
Browse files Browse the repository at this point in the history
Update api.py
  • Loading branch information
1adrianb authored Oct 30, 2017
2 parents 191e1ee + 471d1b1 commit 252581a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion face_alignment/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def get_landmarks(self, input_image, all_faces=False):
return landmarks

def process_folder(self, path, all_faces=False):
types = ('*.jpg', '.png')
types = ('*.jpg', '*.png')
images_list = []
for files in types:
images_list.extend(glob.glob(files))
Expand Down

0 comments on commit 252581a

Please sign in to comment.