Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 884 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 884 Bytes

Pokémon Go Video Analysis

Tools for analyzing Pokémon Go Player vs. Player (PvP) Videos.

from battle_logger.pipeline import BattleLoggerPipeline

pogo_pipeline = BattleLoggerPipeline()
output = pogo_pipeline.exec('path/to/video')
pogo_pipeline.save_output(out_path="test_output", basename="battle_logger_output")

Extract battles from videos and analyze what Pokémon appear in which battles:

Log your battles and analyze your Pokémon's performance:

Installation:

make conda_dev
conda activate pogo_video_analysis_env
pip install pokemon-go-video-analysis