Skip to content

An attempt to extract the minimap from Valorant eSports VODS, identify and isolate player markers using OpenCV, and track their position over time to either use as ML training data or crate a VOD reviewing tool.

Notifications You must be signed in to change notification settings

LouisJackson3083/ValoVodReviewer

Repository files navigation

On windows:

py -m venv venv
venv\Scripts\activate.bat
py -m pip install --upgrade pip
py -m pip install -r requirements.txt
py -m pip install --upgrade pytube

On mac/linux:

python3 -m venv venv
venv/bin/activate
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt
python3 -m pip install --upgrade pytube

About

An attempt to extract the minimap from Valorant eSports VODS, identify and isolate player markers using OpenCV, and track their position over time to either use as ML training data or crate a VOD reviewing tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published