Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,16 @@
|
|
1 |
---
|
2 |
-
title: Detection
|
3 |
tags:
|
4 |
- evaluate
|
5 |
- metric
|
6 |
-
description:
|
|
|
|
|
7 |
sdk: gradio
|
8 |
sdk_version: 3.19.1
|
9 |
app_file: app.py
|
10 |
pinned: false
|
|
|
11 |
---
|
12 |
|
13 |
# Metric Card for Detection Metric
|
@@ -201,4 +204,4 @@ We can specify different area range levels, at which we would like to compute th
|
|
201 |
## Further References
|
202 |
Calculating metrics is based on pycoco tools: https://github.com/cocodataset/cocoapi/tree/master/PythonAPI/pycocotools
|
203 |
|
204 |
-
Further info about metrics: https://www.analyticsvidhya.com/blog/2020/09/precision-recall-machine-learning/
|
|
|
1 |
---
|
2 |
+
title: Detection Metrics
|
3 |
tags:
|
4 |
- evaluate
|
5 |
- metric
|
6 |
+
description: >-
|
7 |
+
Compute multiple object detection metrics at different bounding box area
|
8 |
+
levels.
|
9 |
sdk: gradio
|
10 |
sdk_version: 3.19.1
|
11 |
app_file: app.py
|
12 |
pinned: false
|
13 |
+
emoji: 🕵️
|
14 |
---
|
15 |
|
16 |
# Metric Card for Detection Metric
|
|
|
204 |
## Further References
|
205 |
Calculating metrics is based on pycoco tools: https://github.com/cocodataset/cocoapi/tree/master/PythonAPI/pycocotools
|
206 |
|
207 |
+
Further info about metrics: https://www.analyticsvidhya.com/blog/2020/09/precision-recall-machine-learning/
|