A Machine Learning model that attempts to solve Where's Waldo picture puzzles by searching for the exact position of Waldo in the given image
'There's Waldo' is a Tensorflow project that includes a model for solving Where's Waldo picture puzzles. It uses a Faster RCNN Inception model initially trained on COCO dataset and retrained for finding Waldo using transfer learning with Tensorflow Object Detection API. The link for the API and the training set is mentioned below.
- Install the latest version of Tensorflow
- Follow Tensorflow Object Detection Installation Instructions (Optional)
python3 find_waldo.py images/1.jpg
The queried image should pop up with Waldo outlined in a box.