kevinconka commited on
Commit
6168220
·
verified ·
1 Parent(s): eb6539c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,13 +1,16 @@
1
  ---
2
- title: Detection Metric
3
  tags:
4
  - evaluate
5
  - metric
6
- description: "Compute multiple object detection metrics at different bounding box area levels."
 
 
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/