insightface
insightface copied to clipboard
scrfd.py onnx inference doesn't use GPU
Hi, when I used to run the ONNX converted model using scrfd.py, it seems like using the CPU not the GPU
You have to install onnxruntime-gpu
library.
You have to install
onnxruntime-gpu
library.
it is alredy installed, my onnxruntime version is 1.7.0 and onnxruntime-gpu version is 1.9.0.
remove both of them, then re-install onnxruntime-gpu