franzi2505 commited on
Commit
ada2155
·
verified ·
1 Parent(s): 969b4b8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -185,7 +185,7 @@ We can specify different area range levels, at which we would like to compute th
185
  )
186
  >>> module = evaluate.load(
187
  "./detection_metric.py",
188
- iou_thresholds=0.9,
189
  area_ranges_tuples=area_ranges_tuples
190
  )
191
  >>> module.add_batch(payload)
 
185
  )
186
  >>> module = evaluate.load(
187
  "./detection_metric.py",
188
+ iou_threshold=0.9,
189
  area_ranges_tuples=area_ranges_tuples
190
  )
191
  >>> module.add_batch(payload)