MrSupiri / BallTracker

Mark the path which ball has traveled in video clip for cricket match replay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub issues codebeat badge Requirements Status GitHub license Platform Say Thanks! Discord Shield Twitter Follow

BallTracker

Mark the path which ball has traveled in video clip for cricket match replay ScreenShot of Final Replay

Installation

Use the python package manager pip to install dependencies.

pip install -r requirements.txt

If you get this error while running pip install

ImportError: libtk8.6.so: cannot open shared object file: No such file or directory

Check this - https://stackoverflow.com/a/48505199

Technologies Used

  • Numpy
  • OpenCV
  • Pillow
  • Hashing Algorithm

Usage

  • Install the dependencies
  • Run BallTracker.py
  • Load the Video File
  • Mark the ball Path
  • Save as mp4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

About

Mark the path which ball has traveled in video clip for cricket match replay

License:MIT License


Languages

Language:Python 100.0%