justin2341 commited on
Commit
13340c5
·
verified ·
1 Parent(s): e8e96f0

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -12,7 +12,7 @@ def face_crop(image, face_rect):
12
  x2 = face_rect.get('x2')
13
  y2 = face_rect.get('y2')
14
  width = x2 - x1 + 1
15
- height = y2 - y2 + 1
16
 
17
 
18
  if x1 < 0:
 
12
  x2 = face_rect.get('x2')
13
  y2 = face_rect.get('y2')
14
  width = x2 - x1 + 1
15
+ height = y2 - y1 + 1
16
 
17
 
18
  if x1 < 0: