first version

This commit is contained in:
2026-04-25 16:23:09 +05:30
commit 7d3c36050b
73 changed files with 19033 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
# 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