Spaces:
Sleeping
Sleeping
franzi2505
commited on
Commit
•
c9750d3
1
Parent(s):
94d4ad4
Update README.md
Browse files
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 |
-
|
|
|
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 |
|