Update requirements.txt
Browse files- requirements.txt +3 -5
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
|
|
1 |
torch
|
2 |
-
torchvision
|
3 |
opencv-python
|
4 |
-
|
5 |
Pillow
|
6 |
-
|
7 |
-
streamlit
|
8 |
-
SamPredictor
|
|
|
1 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
2 |
torch
|
|
|
3 |
opencv-python
|
4 |
+
numpy
|
5 |
Pillow
|
6 |
+
streamlit
|
|
|
|