This commit is contained in:
zcr
2026-01-08 17:02:33 +08:00
parent b57e61f2f7
commit aab2697ea7
13 changed files with 2113 additions and 6 deletions

19
pyproject.toml Normal file
View File

@@ -0,0 +1,19 @@
[project]
name = "aida-seg-anything"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = [
"litserve>=0.2.17",
"minio>=7.2.20",
"numpy>=2.2.6",
"opencv-python>=4.11.0.86",
"pydantic-settings==2.11.0",
"requests>=2.32.5",
"segment-anything",
"torch>=2.9.1",
"torchvision>=0.24.1",
]
[tool.uv.sources]
segment-anything = { git = "https://github.com/facebookresearch/segment-anything.git" }