Skip to content

Commit 5cee7ee

Browse files
authored
fix typo in face recognition demo (#3657)
1 parent 5bcabd7 commit 5cee7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/face_recognition_demo/python/face_recognition_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ def main():
228228
if frame_num == 0:
229229
raise ValueError("Can't read an image from the input")
230230
break
231-
if input_crop it not None:
231+
if input_crop is not None:
232232
frame = center_crop(frame, input_crop)
233233
if frame_num == 0:
234234
output_transform = OutputTransform(frame.shape[:2], args.output_resolution)

0 commit comments

Comments
 (0)