BenjiELCA commited on
Commit
027e54c
1 Parent(s): c0d62a8
Files changed (1) hide show
  1. modules/eval.py +0 -2
modules/eval.py CHANGED
@@ -6,8 +6,6 @@ from modules.toXML import create_BPMN_id
6
  from modules.utils import is_vertical
7
 
8
 
9
-
10
-
11
  def non_maximum_suppression(boxes, scores, labels=None, iou_threshold=0.5):
12
  exception = ['pool', 'lane']
13
 
 
6
  from modules.utils import is_vertical
7
 
8
 
 
 
9
  def non_maximum_suppression(boxes, scores, labels=None, iou_threshold=0.5):
10
  exception = ['pool', 'lane']
11