We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows using ONNX runtime
import cv2 import time from rtmlib import Wholebody, Body, RTMPose, RTMO, draw_skeleton import onnxruntime as ort
device = 'dml' # cpu, cuda, mps, dml backend = 'onnxruntime' # opencv, onnxruntime, openvino
openpose_skeleton = False
Device is set to DML, but GPU occupy only 2-3% and CPU usage is over 60%
DML supposed to run faster than CPU only mode and occupy more GPU
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Prerequisite
Environment
Windows using ONNX runtime
Reproduces the problem - code sample
import cv2
import time
from rtmlib import Wholebody, Body, RTMPose, RTMO, draw_skeleton
import onnxruntime as ort
device = 'dml' # cpu, cuda, mps, dml
backend = 'onnxruntime' # opencv, onnxruntime, openvino
openpose_skeleton = False
ort.set_default_logger_severity(0)
Reproduces the problem - command or script
Device is set to DML, but GPU occupy only 2-3% and CPU usage is over 60%
Reproduces the problem - error message
Device is set to DML, but GPU occupy only 2-3% and CPU usage is over 60%
Additional information
DML supposed to run faster than CPU only mode and occupy more GPU
The text was updated successfully, but these errors were encountered: