tryolabs / soccer-video-analytics

Demo on how to compute soccer ball possession automatically using AI.
https://tryolabs.com
MIT License
185 stars 52 forks source link

The exported video can't be played with any video player. #10

Open Delta913 opened 9 months ago

o1gres commented 9 months ago

Is it exported correctly? I'm able to play the video with VLC without problem. Do you have errors during the execution?

Delta913 commented 9 months ago

Oh, right, VLC is working, player detection is good, but ball detection is not working. and there is no ball tracking.

o1gres commented 9 months ago

I tried with the ball possession statistics and it are very accurate, but yes, the arrow about the ball movement are draw only when the ball in near the camera

Delta913 commented 9 months ago

If I use the provided ball.pt for the ball detection, even the ball is near the camera, ball is not detected. Can you send me your ball.pt or other .pt files?

o1gres commented 9 months ago

I'm using this ball.pt file https://github.com/tryolabs/soccer-video-analytics/releases/tag/v0

Delta913 commented 9 months ago

I also used this one, but not working correctly.