【发布时间】:2020-09-20 02:53:51
【问题描述】:
for face_location in face_locations:
top , right, bottom , left = face_location
print("A face is located at the pixel locations Top: {} , Right:{} , Left: {} , Bottom: {}.")
**** I always get this error:****
File "<ipython-input-55-23558b69803e>", line 1
for face_location in face_locations:
^SyntaxError: 解析时出现意外 EOF
【问题讨论】:
-
当出现任何错误时,实际的错误通常是上一行或下一行