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

Automatic download of glintr100.onnx fails

bwmcin opened this issue · comments

It appears that the glintr100.onnx file that is downloaded is actual HTML stating that the file it to big for virus scan and requests input to ok the download. I manually downloaded the file and all works.

It's known issue, fix will be uploaded shortly.
It seems that approximately week or two ago Google have changed download workflow.

For now you can check fix proposed for src/api_trt/modules/utils/download_google.py in #71 pull request.

Fixed with #73