websam2_env.yml
Browse files- app.py +1 -1
- websam2_env.yml +302 -0
app.py
CHANGED
@@ -872,7 +872,7 @@ def seg_track_app():
|
|
872 |
)
|
873 |
|
874 |
app.queue(concurrency_count=1)
|
875 |
-
app.launch(debug=True, enable_queue=True, share=False)
|
876 |
|
877 |
if __name__ == "__main__":
|
878 |
mp.set_start_method("spawn")
|
|
|
872 |
)
|
873 |
|
874 |
app.queue(concurrency_count=1)
|
875 |
+
app.launch(debug=True, enable_queue=True, share=False, server_name="0.0.0.0", server_port=7869)
|
876 |
|
877 |
if __name__ == "__main__":
|
878 |
mp.set_start_method("spawn")
|
websam2_env.yml
ADDED
@@ -0,0 +1,302 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: websam2
|
2 |
+
channels:
|
3 |
+
- conda-forge
|
4 |
+
- defaults
|
5 |
+
dependencies:
|
6 |
+
- _libgcc_mutex=0.1=conda_forge
|
7 |
+
- _openmp_mutex=4.5=2_gnu
|
8 |
+
- aom=3.9.1=hac33072_0
|
9 |
+
- bzip2=1.0.8=h4bc722e_7
|
10 |
+
- ca-certificates=2024.7.4=hbcca054_0
|
11 |
+
- cairo=1.18.0=hebfffa5_3
|
12 |
+
- dav1d=1.2.1=hd590300_0
|
13 |
+
- expat=2.6.2=h59595ed_0
|
14 |
+
- font-ttf-dejavu-sans-mono=2.37=hab24e00_0
|
15 |
+
- font-ttf-inconsolata=3.000=h77eed37_0
|
16 |
+
- font-ttf-source-code-pro=2.038=h77eed37_0
|
17 |
+
- font-ttf-ubuntu=0.83=h77eed37_2
|
18 |
+
- fontconfig=2.14.2=h14ed4e7_0
|
19 |
+
- fonts-conda-ecosystem=1=0
|
20 |
+
- fonts-conda-forge=1=0
|
21 |
+
- freetype=2.12.1=h267a509_2
|
22 |
+
- fribidi=1.0.10=h36c2ea0_0
|
23 |
+
- gettext=0.22.5=h59595ed_2
|
24 |
+
- gettext-tools=0.22.5=h59595ed_2
|
25 |
+
- gmp=6.3.0=hac33072_2
|
26 |
+
- gnutls=3.7.9=hb077bed_0
|
27 |
+
- graphite2=1.3.13=h59595ed_1003
|
28 |
+
- harfbuzz=9.0.0=hda332d3_1
|
29 |
+
- icu=75.1=he02047a_0
|
30 |
+
- lame=3.100=h166bdaf_1003
|
31 |
+
- ld_impl_linux-64=2.40=hf3520f5_7
|
32 |
+
- libabseil=20240116.2=cxx17_he02047a_1
|
33 |
+
- libasprintf=0.22.5=h661eb56_2
|
34 |
+
- libasprintf-devel=0.22.5=h661eb56_2
|
35 |
+
- libass=0.17.3=h1dc1e6a_0
|
36 |
+
- libdrm=2.4.122=h4ab18f5_0
|
37 |
+
- libexpat=2.6.2=h59595ed_0
|
38 |
+
- libffi=3.4.2=h7f98852_5
|
39 |
+
- libgcc-ng=14.1.0=h77fa898_0
|
40 |
+
- libgettextpo=0.22.5=h59595ed_2
|
41 |
+
- libgettextpo-devel=0.22.5=h59595ed_2
|
42 |
+
- libglib=2.80.3=h8a4344b_1
|
43 |
+
- libgomp=14.1.0=h77fa898_0
|
44 |
+
- libhwloc=2.11.1=default_hecaa2ac_1000
|
45 |
+
- libiconv=1.17=hd590300_2
|
46 |
+
- libidn2=2.3.7=hd590300_0
|
47 |
+
- libnsl=2.0.1=hd590300_0
|
48 |
+
- libopenvino=2024.3.0=h2da1b83_0
|
49 |
+
- libopenvino-auto-batch-plugin=2024.3.0=hb045406_0
|
50 |
+
- libopenvino-auto-plugin=2024.3.0=hb045406_0
|
51 |
+
- libopenvino-hetero-plugin=2024.3.0=h5c03a75_0
|
52 |
+
- libopenvino-intel-cpu-plugin=2024.3.0=h2da1b83_0
|
53 |
+
- libopenvino-intel-gpu-plugin=2024.3.0=h2da1b83_0
|
54 |
+
- libopenvino-intel-npu-plugin=2024.3.0=h2da1b83_0
|
55 |
+
- libopenvino-ir-frontend=2024.3.0=h5c03a75_0
|
56 |
+
- libopenvino-onnx-frontend=2024.3.0=h07e8aee_0
|
57 |
+
- libopenvino-paddle-frontend=2024.3.0=h07e8aee_0
|
58 |
+
- libopenvino-pytorch-frontend=2024.3.0=he02047a_0
|
59 |
+
- libopenvino-tensorflow-frontend=2024.3.0=h39126c6_0
|
60 |
+
- libopenvino-tensorflow-lite-frontend=2024.3.0=he02047a_0
|
61 |
+
- libopus=1.3.1=h7f98852_1
|
62 |
+
- libpciaccess=0.18=hd590300_0
|
63 |
+
- libpng=1.6.43=h2797004_0
|
64 |
+
- libprotobuf=4.25.3=h08a7969_0
|
65 |
+
- libsqlite=3.46.0=hde9e2c9_0
|
66 |
+
- libstdcxx-ng=14.1.0=hc0a3c3a_0
|
67 |
+
- libtasn1=4.19.0=h166bdaf_0
|
68 |
+
- libunistring=0.9.10=h7f98852_0
|
69 |
+
- libuuid=2.38.1=h0b41bf4_0
|
70 |
+
- libva=2.22.0=hb711507_0
|
71 |
+
- libvpx=1.14.1=hac33072_0
|
72 |
+
- libxcb=1.16=hd590300_0
|
73 |
+
- libxcrypt=4.4.36=hd590300_1
|
74 |
+
- libxml2=2.12.7=he7c6b58_4
|
75 |
+
- libzlib=1.3.1=h4ab18f5_1
|
76 |
+
- ncurses=6.5=h59595ed_0
|
77 |
+
- nettle=3.9.1=h7ab15ed_0
|
78 |
+
- ocl-icd=2.3.2=hd590300_1
|
79 |
+
- openh264=2.4.1=h59595ed_0
|
80 |
+
- openssl=3.3.1=h4bc722e_2
|
81 |
+
- p11-kit=0.24.1=hc5aa10d_0
|
82 |
+
- pcre2=10.44=h0f59acf_0
|
83 |
+
- pip=24.1.2=pyhd8ed1ab_0
|
84 |
+
- pixman=0.43.2=h59595ed_0
|
85 |
+
- pthread-stubs=0.4=h36c2ea0_1001
|
86 |
+
- pugixml=1.14=h59595ed_0
|
87 |
+
- python=3.12.4=h194c7f8_0_cpython
|
88 |
+
- readline=8.2=h8228510_1
|
89 |
+
- snappy=1.2.1=ha2e4443_0
|
90 |
+
- svt-av1=2.1.2=hac33072_0
|
91 |
+
- tbb=2021.12.0=h434a139_3
|
92 |
+
- tk=8.6.13=noxft_h4845f30_101
|
93 |
+
- wayland=1.23.0=h5291e77_0
|
94 |
+
- wayland-protocols=1.36=hd8ed1ab_0
|
95 |
+
- x264=1!164.3095=h166bdaf_2
|
96 |
+
- x265=3.5=h924138e_3
|
97 |
+
- xorg-fixesproto=5.0=h7f98852_1002
|
98 |
+
- xorg-kbproto=1.0.7=h7f98852_1002
|
99 |
+
- xorg-libice=1.1.1=hd590300_0
|
100 |
+
- xorg-libsm=1.2.4=h7391055_0
|
101 |
+
- xorg-libx11=1.8.9=hb711507_1
|
102 |
+
- xorg-libxau=1.0.11=hd590300_0
|
103 |
+
- xorg-libxdmcp=1.1.3=h7f98852_0
|
104 |
+
- xorg-libxext=1.3.4=h0b41bf4_2
|
105 |
+
- xorg-libxfixes=5.0.3=h7f98852_1004
|
106 |
+
- xorg-libxrender=0.9.11=hd590300_0
|
107 |
+
- xorg-renderproto=0.11.1=h7f98852_1002
|
108 |
+
- xorg-xextproto=7.3.0=h0b41bf4_1003
|
109 |
+
- xorg-xproto=7.0.31=h7f98852_1007
|
110 |
+
- xz=5.2.6=h166bdaf_0
|
111 |
+
- zlib=1.3.1=h4ab18f5_1
|
112 |
+
- pip:
|
113 |
+
- aiofiles==23.2.1
|
114 |
+
- aiohappyeyeballs==2.3.4
|
115 |
+
- aiohttp==3.10.0
|
116 |
+
- aiosignal==1.3.1
|
117 |
+
- altair==5.3.0
|
118 |
+
- annotated-types==0.7.0
|
119 |
+
- antlr4-python3-runtime==4.9.3
|
120 |
+
- anyio==4.4.0
|
121 |
+
- argon2-cffi==23.1.0
|
122 |
+
- argon2-cffi-bindings==21.2.0
|
123 |
+
- arrow==1.3.0
|
124 |
+
- asttokens==2.4.1
|
125 |
+
- async-lru==2.0.4
|
126 |
+
- attrs==23.2.0
|
127 |
+
- babel==2.15.0
|
128 |
+
- beautifulsoup4==4.12.3
|
129 |
+
- bleach==6.1.0
|
130 |
+
- certifi==2024.7.4
|
131 |
+
- cffi==1.16.0
|
132 |
+
- charset-normalizer==3.3.2
|
133 |
+
- click==8.1.7
|
134 |
+
- comm==0.2.2
|
135 |
+
- contourpy==1.2.1
|
136 |
+
- cycler==0.12.1
|
137 |
+
- debugpy==1.8.2
|
138 |
+
- decorator==4.4.2
|
139 |
+
- defusedxml==0.7.1
|
140 |
+
- dnspython==2.6.1
|
141 |
+
- email-validator==2.2.0
|
142 |
+
- executing==2.0.1
|
143 |
+
- fastapi==0.111.1
|
144 |
+
- fastapi-cli==0.0.4
|
145 |
+
- fastjsonschema==2.20.0
|
146 |
+
- ffmpeg==1.4
|
147 |
+
- ffmpeg-python==0.2.0
|
148 |
+
- ffmpy==0.4.0
|
149 |
+
- filelock==3.15.4
|
150 |
+
- fonttools==4.53.1
|
151 |
+
- fqdn==1.5.1
|
152 |
+
- frozenlist==1.4.1
|
153 |
+
- fsspec==2024.6.1
|
154 |
+
- future==1.0.0
|
155 |
+
- gradio==3.38.0
|
156 |
+
- gradio-client==1.3.0
|
157 |
+
# - gradio-image-prompter==0.1.0
|
158 |
+
- h11==0.14.0
|
159 |
+
- httpcore==1.0.5
|
160 |
+
- httptools==0.6.1
|
161 |
+
- httpx==0.27.0
|
162 |
+
- huggingface-hub==0.24.5
|
163 |
+
- hydra-core==1.3.2
|
164 |
+
- idna==3.7
|
165 |
+
- imageio==2.35.1
|
166 |
+
- imageio-ffmpeg==0.5.1
|
167 |
+
- importlib-resources==6.4.0
|
168 |
+
- iopath==0.1.10
|
169 |
+
- ipykernel==6.29.5
|
170 |
+
- ipython==8.26.0
|
171 |
+
- ipywidgets==8.1.3
|
172 |
+
- isoduration==20.11.0
|
173 |
+
- jedi==0.19.1
|
174 |
+
- jinja2==3.1.4
|
175 |
+
- json5==0.9.25
|
176 |
+
- jsonpointer==3.0.0
|
177 |
+
- jsonschema==4.23.0
|
178 |
+
- jsonschema-specifications==2023.12.1
|
179 |
+
- jupyter==1.0.0
|
180 |
+
- jupyter-client==8.6.2
|
181 |
+
- jupyter-console==6.6.3
|
182 |
+
- jupyter-core==5.7.2
|
183 |
+
- jupyter-events==0.10.0
|
184 |
+
- jupyter-lsp==2.2.5
|
185 |
+
- jupyter-server==2.14.2
|
186 |
+
- jupyter-server-terminals==0.5.3
|
187 |
+
- jupyterlab==4.2.4
|
188 |
+
- jupyterlab-pygments==0.3.0
|
189 |
+
- jupyterlab-server==2.27.3
|
190 |
+
- jupyterlab-widgets==3.0.11
|
191 |
+
- kiwisolver==1.4.5
|
192 |
+
- linkify-it-py==2.0.3
|
193 |
+
- markdown-it-py==2.2.0
|
194 |
+
- markupsafe==2.1.5
|
195 |
+
- matplotlib==3.9.1
|
196 |
+
- matplotlib-inline==0.1.7
|
197 |
+
- mdit-py-plugins==0.3.3
|
198 |
+
- mdurl==0.1.2
|
199 |
+
- mistune==3.0.2
|
200 |
+
- moviepy==1.0.3
|
201 |
+
- mpmath==1.3.0
|
202 |
+
- multidict==6.0.5
|
203 |
+
- nbclient==0.10.0
|
204 |
+
- nbconvert==7.16.4
|
205 |
+
- nbformat==5.10.4
|
206 |
+
- nest-asyncio==1.6.0
|
207 |
+
- networkx==3.3
|
208 |
+
- notebook==7.2.1
|
209 |
+
- notebook-shim==0.2.4
|
210 |
+
- numpy==1.26.4
|
211 |
+
- nvidia-cublas-cu12==12.1.3.1
|
212 |
+
- nvidia-cuda-cupti-cu12==12.1.105
|
213 |
+
- nvidia-cuda-nvrtc-cu12==12.1.105
|
214 |
+
- nvidia-cuda-runtime-cu12==12.1.105
|
215 |
+
- nvidia-cudnn-cu12==9.1.0.70
|
216 |
+
- nvidia-cufft-cu12==11.0.2.54
|
217 |
+
- nvidia-curand-cu12==10.3.2.106
|
218 |
+
- nvidia-cusolver-cu12==11.4.5.107
|
219 |
+
- nvidia-cusparse-cu12==12.1.0.106
|
220 |
+
- nvidia-nccl-cu12==2.20.5
|
221 |
+
- nvidia-nvjitlink-cu12==12.5.82
|
222 |
+
- nvidia-nvtx-cu12==12.1.105
|
223 |
+
- omegaconf==2.3.0
|
224 |
+
- opencv-python==4.10.0.84
|
225 |
+
- orjson==3.10.6
|
226 |
+
- overrides==7.7.0
|
227 |
+
- packaging==24.1
|
228 |
+
- pandas==2.2.2
|
229 |
+
- pandocfilters==1.5.1
|
230 |
+
- parso==0.8.4
|
231 |
+
- pexpect==4.9.0
|
232 |
+
- pillow==10.4.0
|
233 |
+
- platformdirs==4.2.2
|
234 |
+
- portalocker==2.10.1
|
235 |
+
- proglog==0.1.10
|
236 |
+
- prometheus-client==0.20.0
|
237 |
+
- prompt-toolkit==3.0.47
|
238 |
+
- psutil==5.9.8
|
239 |
+
- ptyprocess==0.7.0
|
240 |
+
- pure-eval==0.2.3
|
241 |
+
- pycparser==2.22
|
242 |
+
- pydantic==2.8.2
|
243 |
+
- pydantic-core==2.20.1
|
244 |
+
- pydub==0.25.1
|
245 |
+
- pygments==2.18.0
|
246 |
+
- pyparsing==3.1.2
|
247 |
+
- python-dateutil==2.9.0.post0
|
248 |
+
- python-dotenv==1.0.1
|
249 |
+
- python-json-logger==2.0.7
|
250 |
+
- python-multipart==0.0.9
|
251 |
+
- pytz==2024.1
|
252 |
+
- pyyaml==6.0.1
|
253 |
+
- pyzmq==26.0.3
|
254 |
+
- qtconsole==5.5.2
|
255 |
+
- qtpy==2.4.1
|
256 |
+
- referencing==0.35.1
|
257 |
+
- requests==2.32.3
|
258 |
+
- rfc3339-validator==0.1.4
|
259 |
+
- rfc3986-validator==0.1.1
|
260 |
+
- rich==13.7.1
|
261 |
+
- rpds-py==0.19.1
|
262 |
+
- ruff==0.5.5
|
263 |
+
# - sam-2==1.0
|
264 |
+
- semantic-version==2.10.0
|
265 |
+
- send2trash==1.8.3
|
266 |
+
- setuptools==72.1.0
|
267 |
+
- shellingham==1.5.4
|
268 |
+
- six==1.16.0
|
269 |
+
- sniffio==1.3.1
|
270 |
+
- soupsieve==2.5
|
271 |
+
- spaces==0.29.3
|
272 |
+
- stack-data==0.6.3
|
273 |
+
- starlette==0.37.2
|
274 |
+
- sympy==1.13.1
|
275 |
+
- terminado==0.18.1
|
276 |
+
- tinycss2==1.3.0
|
277 |
+
- tomlkit==0.12.0
|
278 |
+
- toolz==0.12.1
|
279 |
+
- torch==2.4.0
|
280 |
+
- torchvision==0.19.0
|
281 |
+
- tornado==6.4.1
|
282 |
+
- tqdm==4.66.4
|
283 |
+
- traitlets==5.14.3
|
284 |
+
- triton==3.0.0
|
285 |
+
- typer==0.12.3
|
286 |
+
- types-python-dateutil==2.9.0.20240316
|
287 |
+
- typing-extensions==4.12.2
|
288 |
+
- tzdata==2024.1
|
289 |
+
- uc-micro-py==1.0.3
|
290 |
+
- uri-template==1.3.0
|
291 |
+
- urllib3==2.2.2
|
292 |
+
- uvicorn==0.30.3
|
293 |
+
- uvloop==0.19.0
|
294 |
+
- watchfiles==0.22.0
|
295 |
+
- wcwidth==0.2.13
|
296 |
+
- webcolors==24.6.0
|
297 |
+
- webencodings==0.5.1
|
298 |
+
- websocket-client==1.8.0
|
299 |
+
- websockets==11.0.3
|
300 |
+
- widgetsnbextension==4.0.11
|
301 |
+
- yarl==1.9.4
|
302 |
+
prefix: /home/scchat/miniconda3/envs/websam2
|