回答編集履歴
2
d
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
if len(face) > 0:
|
25
|
+
if len(faces) > 0:
|
26
26
|
|
27
27
|
max_face = max(faces, key=lambda x: x[2] * x[3])
|
28
28
|
|
1
d
test
CHANGED
@@ -22,7 +22,7 @@
|
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
if len(face)
|
25
|
+
if len(face) > 0:
|
26
26
|
|
27
27
|
max_face = max(faces, key=lambda x: x[2] * x[3])
|
28
28
|
|