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

Can I use it on CPU only?

martinenkoEduard opened this issue · comments

Can I use it on CPU only?

Yes, just run it with deploy_cpu.sh

我使用cpu启动提示我
ModuleNotFoundError: No module named 'onnxruntime'
是需要自己安装'onnxruntime'?

Previously onnxruntime was a dependency of onnx-simplifier and was installed with it, looks like now it should be specified in requirements.txt directly. I'll fix it right now.