回答編集履歴

1

Debug初期値

2018/01/16 08:40

投稿

YouheiSakurai
YouheiSakurai

スコア6142

test CHANGED
@@ -88,7 +88,7 @@
88
88
 
89
89
 
90
90
 
91
- def fgrects(rects, mode='RGB', debug=True):
91
+ def fgrects(rects, mode='RGB', debug=False):
92
92
 
93
93
  rects = [*sorted(map(Rect.from_2d, rects), reverse=True)]
94
94