Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isala404/balltracker

Mark the path which ball has traveled in video clip for cricket match replay
https://github.com/isala404/balltracker

cricket hacktoberfest opencv

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

![GitHub issues](https://img.shields.io/github/issues/mrsupiri/BallTracker)
[![codebeat badge](https://codebeat.co/badges/7301d0f0-7ce6-4b75-9741-9dee997ed7a9)](https://codebeat.co/projects/github-com-mrsupiri-balltracker-master)
[![Requirements Status](https://requires.io/github/mrsupiri/BallTracker/requirements.svg?branch=master)](https://requires.io/github/mrsupiri/BallTracker/requirements/?branch=master)
![GitHub license](https://img.shields.io/github/license/mrsupiri/R2D2)
![Platform](https://img.shields.io/badge/platform-Windows-red)
[![Say Thanks!](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg)](https://saythanks.io/to/mrsupiri)
[![Discord Shield](https://discordapp.com/api/guilds/589829086583455757/widget.png?style=shield)](https://discord.gg/8dQCZzk)
[![Twitter Follow](https://img.shields.io/twitter/follow/mrsupiri?style=social)](https://twitter.com/mrsupiri)

# BallTracker
Mark the path which ball has traveled in video clip for cricket match replay
![ScreenShot of Final Replay](https://raw.githubusercontent.com/mrsupiri/BallTracker/master/screenshot.png)

## Installation

Use the python package manager [pip](https://pip.pypa.io/en/stable/) to install dependencies.

```bash
pip install -r requirements.txt
```

If you get this error while running `pip install`

```py
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.