hichem-abdellali commited on
Commit
cccedf3
·
verified ·
1 Parent(s): d64615f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -23,7 +23,7 @@ import evaluate
23
  from seametrics.payload.processor import PayloadProcessor
24
 
25
  payload = {}
26
- module = evaluate.load("SEA-AI/ref-metric")
27
  res = module._compute(payload, max_iou=0.5, recognition_thresholds=[0.3, 0.5, 0.8])
28
  print(res)
29
  ```
@@ -197,7 +197,3 @@ author={Milan, Anton and Leal-Taix{\'e}, Laura and Reid, Ian and Roth, Stefan an
197
  journal={arXiv preprint arXiv:1603.00831},
198
  year={2016}}
199
  ```
200
-
201
- ## Further References
202
-
203
- - [Github Repository - py-motmetrics](https://github.com/cheind/py-motmetrics/tree/develop)
 
23
  from seametrics.payload.processor import PayloadProcessor
24
 
25
  payload = {}
26
+ module = evaluate.load("SEA-AI/ref-metrics")
27
  res = module._compute(payload, max_iou=0.5, recognition_thresholds=[0.3, 0.5, 0.8])
28
  print(res)
29
  ```
 
197
  journal={arXiv preprint arXiv:1603.00831},
198
  year={2016}}
199
  ```