Spaces:
Build error
Build error
Satyajithchary
commited on
Commit
•
9d9e293
1
Parent(s):
97d2179
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,7 +1,9 @@
|
|
1 |
-
streamlit
|
2 |
torch
|
3 |
torchvision
|
4 |
-
tqdm
|
5 |
opencv-python
|
6 |
-
|
|
|
|
|
7 |
git+https://github.com/facebookresearch/detectron2.git
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
torchvision
|
|
|
3 |
opencv-python
|
4 |
+
pillow
|
5 |
+
numpy
|
6 |
+
streamlit
|
7 |
git+https://github.com/facebookresearch/detectron2.git
|
8 |
+
git+https://github.com/MaureenZOU/detectron2-xyz.git
|
9 |
+
git+https://github.com/facebookresearch/Mask2Former.git
|