Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon Amos committed Jun 9, 2016
1 parent 252c0c9 commit bb2ef27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openface/align_dlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ def align(self, imgDim, rgbImg, bb=None,
:return: The aligned RGB image. Shape: (imgDim, imgDim, 3)
:rtype: numpy.ndarray
"""

if version == 1:
self.align_v1(imgDim, rgbImg, bb, landmarks, landmarkIndices, skipMulti)
elif version == 2:
Expand Down

0 comments on commit bb2ef27

Please sign in to comment.