mirror of
https://github.com/yakhyo/uniface.git
synced 2026-05-23 01:47:49 +00:00
ref: Update package mngt and optimize the vector store functions (#115)
* ref: Update download and hash chunk sizes to speed up * build: Adopt uv with uv.lock and drop requirements.txt * ref: Centralize softmax helper and minor cleanups
This commit is contained in:
committed by
GitHub
parent
73fc291930
commit
b813dc2ee7
@@ -198,7 +198,10 @@ def main():
|
||||
parser_arg.add_argument('--source', type=str, required=True, help='Image/video path or camera ID (0, 1, ...)')
|
||||
parser_arg.add_argument('--save-dir', type=str, default='outputs', help='Output directory')
|
||||
parser_arg.add_argument(
|
||||
'--model', type=str, default=ParsingWeights.RESNET18, choices=[ParsingWeights.RESNET18, ParsingWeights.RESNET34]
|
||||
'--model',
|
||||
type=ParsingWeights,
|
||||
default=ParsingWeights.RESNET18,
|
||||
choices=list(ParsingWeights),
|
||||
)
|
||||
parser_arg.add_argument(
|
||||
'--expand-ratio',
|
||||
|
||||
Reference in New Issue
Block a user