You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Thank you for your outstanding code contribution; it's been incredibly helpful. I successfully ran and debugged the project step by step on Windows 10 following the tutorial. When running on the CPU, the project works normally and produces a non-zero mask segmentation map. However, when I switch to cuda:0, the resulting mask image is completely black (all values are zero). There are no error messages, CUDA is definitely being called, and my model was also exported based on python cspam_onnx.py --device cuda:0. Do you know what might be causing this?"