franzi2505 commited on
Commit
c9750d3
1 Parent(s): 94d4ad4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -125,7 +125,8 @@ A dictionary containing the following keys:
125
  * __FP__: number of false positive predictions
126
  * __FN__: number of false negative predictions
127
  * __IOU__: sum of IOU of all TP predictions with ground truth
128
- With all these values, it is possible to calculate the final scores.
 
129
 
130
  ## Further References
131
 
 
125
  * __FP__: number of false positive predictions
126
  * __FN__: number of false negative predictions
127
  * __IOU__: sum of IOU of all TP predictions with ground truth
128
+
129
+ With all these values, it is possible to calculate the final scores.
130
 
131
  ## Further References
132