Skip to content

Analyzes Melee gameplay and extracts game information from video

Notifications You must be signed in to change notification settings

mic-max/melee-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melee Vision

Analyzes Melee gameplay and extracts game information from video

Moves

Guess what moves a player has done by storing a collection of moves with their damage ranges, including their ability to stale.

Audio

Can some information be learned from the games sound and music. Stage selected, moves being used, type of KO.

Game Boundaries

Find "Go!" and "Game!" splashes, or assume start of game is 08:00 00 and that the end is when several frames have passed and the timer stayed the same value.

Improve Guessing Accuracy

Make sure the crops are good, damages with 1 need to be fixed for sure

  1. Run program and get all guesses in a folder
  2. Move incorrect guesses to their proper folder
  3. Now we have folders that correctly identify their contents.
  4. Run each file through the similarity function to determine how closely it matches the options.

Load Computed Hashed from Database

sqlite python Have the program load all precomputed data from the database. This should improve startup time, and reduce disk requirements. All programs can load from the same database as well to stay in sync.

About

Analyzes Melee gameplay and extracts game information from video

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages