Spaces:
Runtime error
Runtime error
Commit
·
9693cd9
1
Parent(s):
305e358
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
-
ultralytics==8.0.128
|
|
|
|
|
|
|
|
1 |
opencv-python==4.8.0.74
|
2 |
seaborn==0.12.2
|
3 |
+
ultralytics==8.0.128
|
4 |
+
pytorch>=1.7
|
5 |
+
torchvision>=0.8
|
6 |
+
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@6fdee8f2727f4506cfbbe553e23b895e27956588
|