Spaces:
Configuration error
Configuration error
Change opencv to imutils
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
numpy==1.19.4
|
| 2 |
torch==1.13.0
|
| 3 |
torchvision
|
| 4 |
-
|
| 5 |
git+https://github.com/facebookresearch/segment-anything.git
|
| 6 |
pycocotools
|
| 7 |
onnxruntime
|
|
|
|
| 1 |
numpy==1.19.4
|
| 2 |
torch==1.13.0
|
| 3 |
torchvision
|
| 4 |
+
imutils
|
| 5 |
git+https://github.com/facebookresearch/segment-anything.git
|
| 6 |
pycocotools
|
| 7 |
onnxruntime
|