FolloWaldo

A neural network trained to solve the classic game of Where's Waldo. Built using Tensorflow 2 Object Detection API.

Example input:

input_img

Example output:

output_img

Try it out for yourself!

http://34.207.231.139:8000/

Website:

Built with Django

Terminal:

  1. Model should be saved to exported-models/my_model
  2. Run run_inference.py to perform inference
    • Use --help for configuration options
  3. Images can be updated in images/input and are produced in images/output
Share this project:

Updates