insightface icon indicating copy to clipboard operation
insightface copied to clipboard

insight face does not use local model even if the local path is specified with the exact same models

Open hwang136 opened this issue 8 months ago • 3 comments

I have already downloaded the model and included them directly inside the server app = FaceAnalysis(name="buffalo_l", root="/root", providers=['CPUExecutionProvider'])

but it still tried to access github.com/deepinsight/insightface/releases/download/v0.7/buffalo_l.zip to download that zip file

hwang136 avatar Apr 09 '25 07:04 hwang136

@yingfeng @nttstar @nihui @mike-hearn This seems like a simple question. Does anyone know how to fix it.

hwang136 avatar Apr 09 '25 07:04 hwang136

Is there no solution for this yet?

AbhinavPrabhakar050501 avatar Jun 05 '25 09:06 AbhinavPrabhakar050501

This works fine for me. It expects to provide a folder in which a folder models will contain a folder buffalo_l (e.g.) in which the onnx files (extracted from the zip) will be found.

japel avatar Jul 25 '25 09:07 japel