roboflow / sports

computer vision and sports
MIT License
2.36k stars 251 forks source link

How to run all three models at once #13

Open Dhavallc opened 2 months ago

Dhavallc commented 2 months ago

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

kaleb-adcellgroup commented 2 months ago

Did you pass through a mode parameter?

Dhavallc commented 2 months ago

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

Dhavallc commented 2 months ago

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

Dhavallc commented 2 months ago

closed by mistake my apologies