Create requirements.txt
Browse files- requierements.txt +7 -0
requierements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.24.2
|
2 |
+
opencv-python==4.7.0.72
|
3 |
+
segment-anything @ git+https://github.com/facebookresearch/segment-anything.git@567662b0fd33ca4b022d94d3b8de896628cd32dd
|
4 |
+
torch==2.0.0
|
5 |
+
torchaudio==2.0.1
|
6 |
+
torchvision==0.15.1
|
7 |
+
transformers @ git+https://github.com/huggingface/transformers
|