-
Notifications
You must be signed in to change notification settings - Fork 269
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
How to run all three models at once #13
Comments
Did you pass through a mode parameter? |
At first yes but I removed the mode parameter later, but after that too it still only ran on player detection when I used the above argument |
I want the end result to be the same as shown in the video,it detects the players keypoints and maps them on the minimap |
closed by mistake my apologies |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have setup and installed all dependencies but when I pass this argument
#python examples/soccer/main.py --source_video_path examples/soccer/data/001.mp4 --target_video_path examples/soccer/data/001_output.mp4 --device cuda
I made very minor changes to make it run on gpu rest code is same
It runs only the first PLAYER_DETECTION model
Maybe my argument is wrong please tell me how to run the model so I get output as displayed
The text was updated successfully, but these errors were encountered: