Skip to content

haraldbo/WoW-player-facing-prediction-CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predicting player facing from the World of Warcraft minimap player arrow

animation of minimap compass needle with predicted angle on top

About

  • A CNN that predicts the player facing direction from the World of Warcraft minimap cursor.
  • Network predicts $(\hat{x}, \hat{y})$ on the unit circle. Predicted player facing is obtained by $atan2(\hat{y}, \hat{x})$.
  • Dataset consist of images of size 32x32 that have been annotated with the actual player facing, $\theta$.
    • $x = cos(\theta)$
    • $y = sin(\theta)$
  • Loss = $\sqrt{(\hat{x}-x)^2 + (\hat{y} - y)^2}$

test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages