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

Hash Mismatch

Sayyam-Jain opened this issue · comments

Hi Thank you for the wonderful work.
In the recognition models (Glintr100 & Arcface), there is a hash mismatch where it tries to download the model again resulting in incomplete download.

This results in protobuf errors. I downloaded the files manually and commented the following lines and the model compiled successfully.


trt_rebuild_required = True

Can you please check. Thanks again

Hi! It's known issue with downloading models from some regions, where google drive might be inaccessible. Downloading models manually should fix the issue.