Skip to content

Deuzwood/minimap-analyser

Repository files navigation

Minimap analyser

Pylint

Minimap analyser for the game League of Legends. This repo is using some content from TrainYourOwnYOLO (Mainly for "2_Training" and "3_Inference").

Use

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.

env

python3 -m venv env
source env/bin/activate

Then install module for your env with

pip install -r requirements.txt

Code Used

Authors

  • Nicolas Wallet
  • Pierre Skibinski