关于保存特征的一些代码

This commit is contained in:
zchen
2024-03-26 18:00:35 +08:00
parent 7dce70027a
commit 88c815dd9d
16 changed files with 378 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
from pydantic import BaseModel
class SimilarMatchMItem(BaseModel):
image_path: str