Skip to content

servindc/HereIsWally

 
 

Repository files navigation

HereIsWally

Deep learning project that solves Where's Wally puzzles by finding the exact position of Wally in an image

alt text

HereIsWally is a Tensorflow project that includes a model for solving Where's Wally puzzles. It uses Faster RCNN Inception v2 model initially trained on COCO dataset and retrained for finding Wally using transfer learning with Tensorflow Object Detection API.

Getting Ready

  1. Install latest version of Tensorflow
  2. Follow Tensorflow Object Detection Installation instructions (optional)

Usage

python find_wally_pretty.py

or

python find_wally.py

One of the images from the eval folder should pop up with wally outlined

Requirements

Sources

Copyright

See LICENSE for details. Copyright (c) 2017 Tadej Magajna.

About

Deep learning project that solves Where's Waldo puzzles by finding Waldo in an image

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.2%
  • Jupyter Notebook 0.8%