Spaces:
Running
Running
Update README.md
Browse files
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-
|
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 |
```
|
|
|
|
|
|
|
|