-
Notifications
You must be signed in to change notification settings - Fork 524
New issue
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
Help Needed: X-AnyLabeling Not Using GPU #786
Comments
device switched to GPU but inferencing not working properly. I tired to run this command But getting errors
|
Hey there! @shahzaibkhan9: The immediate error Also, for a more stable development environment, I recommend using Windows Subsystem for Linux (WSL2) with Ubuntu instead. This approach typically has fewer compatibility issues and is better supported for deep learning development. |
Hi, I’ve set up the environment using WSL, but I’m encountering the following issue:
It appears to be related to PyQt5. I attempted to set the platform to qcb, but it didn’t resolve the issue:
Has anyone encountered this before? Any suggestions on how to fix it? Thanks in advance! |
Maybe you can refer to post #761 |
Still not working. Please see. |
I'm sorry for your experience. Unfortunately, I don't know how to solve it. It seems to be related to missing libraries or incorrect settings in your system environment. I recommend searching for a solution on Google or Reddit. 😢 |
Search before asking
Question
System Information
App name: X-AnyLabeling
App version: 2.5.2
Device: GPU
Operating System: Windows-10-10.0.22631-SP0
CPU: Intel64 Family 6 Model 183 Stepping 1, GenuineIntel
GPU: 0, NVIDIA GeForce RTX 4090, 24564
CUDA: V12.6.77
Python Version: 3.10.16
PyQt5 Version: 5.15.7
ONNX Version: 1.17.0
ONNX Runtime Version: None
ONNX Runtime GPU Version: 1.20.1
OpenCV Contrib Python Headless Version: 4.10.0.84
Query:
Hi,
I'm currently working on annotating images using SAM2, but it's using the CPU for processing instead of the GPU. Even though I've updated the preferred_device variable to GPU in app_info.py, the application still defaults to using the CPU.
I’ve attached screenshots for reference. Could someone please help me figure out what might be causing this issue and guide me on how to ensure the GPU is being used?
Thanks in advance!
Additional
No response
The text was updated successfully, but these errors were encountered: