Skip to content

anurgsrivastava/there-s-waldo

Repository files navigation

There's Waldo

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

alt text

'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.

Getting Ready

  1. Install the latest version of Tensorflow
  2. Follow Tensorflow Object Detection Installation Instructions (Optional)

Usage

python3 find_waldo.py images/1.jpg

The queried image should pop up with Waldo outlined in a box.

Requirements

Sources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published