Spaces:
Sleeping
Sleeping
Commit
·
5edf838
1
Parent(s):
60e5cfd
model load
Browse files- requirements.txt +15 -0
- sam_vit_h_4b8939.pth +3 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
flask
|
2 |
+
gunicorn
|
3 |
+
flask-cors
|
4 |
+
numpy
|
5 |
+
opencv-python
|
6 |
+
Pillow
|
7 |
+
requests
|
8 |
+
git+https://github.com/facebookresearch/segment-anything.git
|
9 |
+
--extra-index-url https://download.pytorch.org/whl/cu113
|
10 |
+
torch
|
11 |
+
torchvision
|
12 |
+
matplotlib # Required for image processing and mask visualization
|
13 |
+
onnxruntime
|
14 |
+
onnx
|
15 |
+
pycocotools
|
sam_vit_h_4b8939.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a7bf3b02f3ebf1267aba913ff637d9a2d5c33d3173bb679e46d9f338c26f262e
|
3 |
+
size 2564550879
|