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

Can I use it on CPU only?

Open martinenkoEduard opened this issue 3 years ago • 1 comments
trafficstars

Can I use it on CPU only?

martinenkoEduard avatar Jul 11 '22 20:07 martinenkoEduard

Yes, just run it with deploy_cpu.sh

SthPhoenix avatar Jul 11 '22 21:07 SthPhoenix

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

leruge avatar Aug 19 '22 09:08 leruge

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.

SthPhoenix avatar Aug 20 '22 07:08 SthPhoenix