Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isala404/balltracker
- Owner: isala404
- License: mit
- Created: 2018-03-19T08:16:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T23:51:51.000Z (about 1 year ago)
- Last Synced: 2024-04-13T04:47:18.096Z (7 months ago)
- Topics: cricket, hacktoberfest, opencv
- Language: Python
- Homepage:
- Size: 5.76 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.