Spaces:
Sleeping
Sleeping
Commit
·
e672bc7
1
Parent(s):
5e401be
add pycocotools
Browse files- app.py +1 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import torch
|
|
|
2 |
|
3 |
try:
|
4 |
import detectron2
|
|
|
1 |
import torch
|
2 |
+
import pycocotools
|
3 |
|
4 |
try:
|
5 |
import detectron2
|
requirements.txt
CHANGED
@@ -3,3 +3,4 @@ torchvision
|
|
3 |
opencv-python-headless
|
4 |
pyyaml==5.1
|
5 |
pillow==9.5.0
|
|
|
|
3 |
opencv-python-headless
|
4 |
pyyaml==5.1
|
5 |
pillow==9.5.0
|
6 |
+
pycocotools
|