InsightFace-REST icon indicating copy to clipboard operation
InsightFace-REST copied to clipboard

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

Results 43 InsightFace-REST issues
Sort by recently updated
recently updated
newest added

I have downloaded the onnx model according to #99 issue , but now I still encounter a problem. I don't know how to change it ![image](https://user-images.githubusercontent.com/53048104/199673518-2c32d660-0a29-4d50-996a-b9bd397442f6.png)

Hey. I have analyzed .onnx files of both gnkps and bnkps models for scrfd_10g, and I saw that there are so many differences in architecture of these models. So what...

@SthPhoenix ```terminal 2024-03-09 09:54:29 Traceback (most recent call last): 2024-03-09 09:54:29 File "/usr/local/lib/python3.10/dist-packages/uvicorn/protocols/http/h11_impl.py", line 412, in run_asgi 2024-03-09 09:54:29 result = await app( # type: ignore[func-returns-value] 2024-03-09 09:54:29 File "/usr/local/lib/python3.10/dist-packages/uvicorn/middleware/proxy_headers.py",...