feat(feature-retrieval): add single image feature extraction method

This commit is contained in:
2026-02-05 21:08:49 +08:00
parent 7ce97c1965
commit a0df45ab05
3 changed files with 52 additions and 23 deletions

View File

@@ -38,3 +38,6 @@ torch = [
torchvision = [
{ index = "pytorch-cu130", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[tool.ty.environment]
root = ["./mini-nav"]