InsightFace-REST
InsightFace-REST copied to clipboard
Can I use it on CPU only?
trafficstars
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.