回答編集履歴

2

d

2020/10/29 03:43

投稿

tiitoi
tiitoi

スコア21956

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

2020/10/29 03:43

投稿

tiitoi
tiitoi

スコア21956

test CHANGED
@@ -22,7 +22,7 @@
22
22
 
23
23
 
24
24
 
25
- if len(face) == 0:
25
+ if len(face) > 0:
26
26
 
27
27
  max_face = max(faces, key=lambda x: x[2] * x[3])
28
28