franzi2505 commited on
Commit
1d5a6f3
·
verified ·
1 Parent(s): 5b4c1b9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -78,7 +78,6 @@ Each sub-dictionary holds performance metrics at the specific area range level:
78
  Basic usage example. Add predictions and references via `module.add_batch(predictions, references)` function. Finally, compute the metrics accross predictions and ground truths over different images via `module.compute()`.
79
  ```
80
  >>> module = evaluate.load("./detection_metric.py", iou_thresholds=0.9)
81
-
82
  >>> predictions = [
83
  [
84
  [10, 15, 20, 25],
 
78
  Basic usage example. Add predictions and references via `module.add_batch(predictions, references)` function. Finally, compute the metrics accross predictions and ground truths over different images via `module.compute()`.
79
  ```
80
  >>> module = evaluate.load("./detection_metric.py", iou_thresholds=0.9)
 
81
  >>> predictions = [
82
  [
83
  [10, 15, 20, 25],