Deep learning project that solves Where's Wally puzzles by finding the exact position of Wally in an image
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.
- Install latest version of Tensorflow
- Follow Tensorflow Object Detection Installation instructions (optional)
python find_wally_pretty.py
or
python find_wally.py
One of the images from the eval folder should pop up with wally outlined
See LICENSE for details. Copyright (c) 2017 Tadej Magajna.