Skip to content

tinkletan/Player_Tracking_Tinkle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redbak Project Orion - Player Tracking

Dataset

  • Annotate the data with roboflow and then export the dataset in Yolo canonical format

Model Training

  • Model training content is in the Training folder
  • Two versions of Yolov8 and Yolov11 models were trained, and the effect of the two models was tested separately. The effect of yolo11 is better.
  • See the Models folder for the model files.

Add sahi algorithm to improve detection performance

Yolo only: The comparison of increasing the sahi algorithm Apply Sahi: The comparison of increasing the sahi algorithm

We can see that using the SAHI algorithm can indeed improve the accuracy of small object detection.However, since the sahi algorithm is to slice and detect the content and then merge it, it takes a lot of time, which will affect the efficiency of real-time detection. So I decided to use the sahi algorithm only in some frames.

Calculate football speed

  • Realize the calculation of football speed The speed of the football

References List

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published