Spaces:
Runtime error
Runtime error
Younes Belkada
commited on
Commit
•
1109053
1
Parent(s):
b94117b
update files
Browse files- README.md +1 -1
- requirements.txt +5 -1
README.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
---
|
2 |
title: COCOEvaluate
|
3 |
datasets:
|
4 |
-
-
|
5 |
tags:
|
6 |
- evaluate
|
7 |
- metric
|
|
|
1 |
---
|
2 |
title: COCOEvaluate
|
3 |
datasets:
|
4 |
+
- coco
|
5 |
tags:
|
6 |
- evaluate
|
7 |
- metric
|
requirements.txt
CHANGED
@@ -1 +1,5 @@
|
|
1 |
-
git+https://github.com/huggingface/evaluate@main
|
|
|
|
|
|
|
|
|
|
1 |
+
git+https://github.com/huggingface/evaluate@main
|
2 |
+
torch
|
3 |
+
torchvision
|
4 |
+
pycoco
|
5 |
+
pycocotools
|