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
I clone the project, and trying to do what is mentioned in examples/sports. I first installed the requirements, run main.py for PITCH_DETECTION but got this error.
The text was updated successfully, but these errors were encountered:
With cpu, keep the deafult (follow the steps as mentioned)
If you have GPU- type --device cuda
If you dont have a gpu local system, and dont want to run on CPU, you can run it on colab with run device to t4 gpu and write --device cuda
As per my understanding, MacOS already consist of a mps device which is not in there in the case of Windows. You can give the above steps a try. Thank you
I clone the project, and trying to do what is mentioned in examples/sports. I first installed the requirements, run main.py for PITCH_DETECTION but got this error.
The text was updated successfully, but these errors were encountered: