mirror of
https://github.com/immich-app/immich.git
synced 2024-12-28 06:31:58 +00:00
remove outdated tag score
This commit is contained in:
parent
662b0f844a
commit
d151c08fde
1 changed files with 0 additions and 6 deletions
|
@ -14,12 +14,6 @@ byte_image = BytesIO()
|
|||
def _(parser: ArgumentParser) -> None:
|
||||
parser.add_argument("--clip-model", type=str, default="ViT-B-32::openai")
|
||||
parser.add_argument("--face-model", type=str, default="buffalo_l")
|
||||
parser.add_argument(
|
||||
"--tag-min-score",
|
||||
type=int,
|
||||
default=0.0,
|
||||
help="Returns all tags at or above this score. The default returns all tags.",
|
||||
)
|
||||
parser.add_argument(
|
||||
"--face-min-score",
|
||||
type=int,
|
||||
|
|
Loading…
Reference in a new issue