I feel that the processing speed is a little slow #91
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I feel that the processing speed is a little slow. How can I improve it? It takes too long for a video to be processed.
You can install the gpu version of onnx, the time to process a video will be greatly reduced. Using the command line below should be fine:
(Note: the version of onnxruntime-gpu may vary,which depend on you cuda version)
thank you. Problem solving.
Hi. My installation of SimSwap was doing great and working perfectly, but i update to onnxruntime and now im getting error and not working. May you help me to know what i doing wrong please, im newbie with all of this but i want to try that speed improvement. Thank you for all your work.
I have Windows 10, GTX 1060 6gb and my SimSwap installation are on my second hard drive (E:)
@ramnnv Did you use this command line :pip install onnxruntime-gpu==1.2.0 to install onnx gpu? If so ,you can try to use older version of onnx gpu like 1.1.2 by using pip install onnxruntime-gpu==1.1.2
@NNNNAI yes, first i use 1.2.0, then i tried the old version you said (1.1.2), but still getting the same error. Now i back to the cpu onnx and SimSwap it's working again...
@ramnnv which version of cuda did you use.You can type nvcc -V in your terminal to find out the cuda version
@NNNNAI CUDA Version: 11.2
As shown in the offcial website of onnx,you could try to install 1.7.0 or 1.8.0

@ramnnv
@NNNNAI I just tried 1.7.0 and 1.8.0 and got the same error, but thank you for trying to help me. In a few days i will reinstall windows, anaconda, gpu drivers, simswap... etc, so let's hope my problem can be solved.
Hope you can solve the problem, have a nice day.
Try 1.9.0. I think this should solve your issues.
pip install onnxruntime-gpu==1.9.0