An experiment in using a Convolutional Neural Network to find Wally in Where's Wally images.
The code is based on @HTuennermann's code for detecting and locating cars, available here: https://github.com/HTuennermann/Vehicle-Detection-and-Tracking
$ pip install -r requirements.txt
$ jupyter notebook
Run the train
notebook.
You'll need a bunch of images that I can't share on GitHub for copyright reasons.
-
Save your Where's Wally image as
test.jpg
in the root folder of this repo. -
Run the
find-wally
notebook.