SthPhoenix / InsightFace-REST

InsightFace REST API for easy deployment of face recognition services with TensorRT in Docker.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build RetinaFace TensorRT Failed

connortran216 opened this issue · comments

RuntimeError: Failed downloading url http://insightface.ai/files/models/retinaface_mnet025_v2.zip
The url link is dead for now. Could you pls share this model?

Those models are no longer supported by official package, moreover this repo no longer requires official package.
Looks like you get this exception while trying to run build_retina_trt.py from converters directory, which isn't maintained for a while and is subject for removal.

You can build engine by running deploy_trt.sh with detector changed to retinaface_r50_v1, in this case ONNX model will be downloaded from Google drive and converted to TRT engine.

Thank you for your support. I will close this issue here.