Minimap analyser for the game League of Legends. This repo is using some content from TrainYourOwnYOLO (Mainly for "2_Training" and "3_Inference").
You can follow the Jupyter Notebook file with Google Colab. If you are using it on a personal machine a list of dependencies is given ( follow env section ). If you plan to generate Confusion Matrix and mAP, we are using code from different repo. Any issues with these repo can be solve checking orignal repo.
python3 -m venv env
source env/bin/activate
Then install module for your env with
pip install -r requirements.txt
- Nicolas Wallet
- Pierre Skibinski