14 lines
356 B
Plaintext
14 lines
356 B
Plaintext
# Runtime deps for the SAM2 backend HTTP server.
|
|
# Torch is intentionally NOT pinned here — install the right build for your
|
|
# CUDA/CPU first (see README.md), then `pip install -r requirements.txt`.
|
|
|
|
fastapi>=0.110
|
|
uvicorn[standard]>=0.27
|
|
pydantic>=2.6
|
|
pyyaml>=6.0
|
|
pillow>=10.0
|
|
numpy>=1.24,<2.0
|
|
opencv-python-headless>=4.8
|
|
hydra-core>=1.3
|
|
iopath>=0.1.10
|