Note that there are some explanatory texts on larger screens.

plurals
  1. POHow do I find Wally with Python?
    text
    copied!<p>Shamelessly jumping on the bandwagon :-)</p> <p>Inspired by <a href="https://stackoverflow.com/questions/8479058/how-do-i-find-waldo-with-mathematica">How do I find Waldo with Mathematica</a> and the followup <a href="https://stackoverflow.com/questions/8563604/how-to-find-waldo-with-r">How to find Waldo with R</a>, as a new python user I'd love to see how this could be done. It seems that python would be better suited to this than R, and we don't have to worry about licenses as we would with Mathematica or Matlab.</p> <p>In an example like the one below obviously simply using stripes wouldn't work. It would be interesting if a simple rule based approach could be made to work for difficult examples such as this.</p> <p><img src="https://i.stack.imgur.com/WEGrv.jpg" alt="At the beach"></p> <p>I've added the [machine-learning] tag as I believe the correct answer will have to use ML techniques, such as the Restricted Boltzmann Machine (RBM) approach advocated by Gregory Klopper in the original thread. There is some <a href="http://imonad.com/rbm/restricted-boltzmann-machine/" rel="nofollow noreferrer">RBM code available in python</a> which might be a good place to start, but obviously training data is needed for that approach. </p> <p>At the <a href="http://mlsp2009.conwiz.dk/" rel="nofollow noreferrer">2009 IEEE International Workshop on MACHINE LEARNING FOR SIGNAL PROCESSING (MLSP 2009)</a> they ran a <a href="http://mlsp2009.conwiz.dk/index.php?id=43" rel="nofollow noreferrer">Data Analysis Competition: Where's Wally?</a>. Training data is provided in matlab format. Note that the links on that website are dead, but the data (along with the source of an approach taken by <a href="http://www.eeng.nuim.ie/~semcloone/homepage.html" rel="nofollow noreferrer">Sean McLoone</a> and colleagues can be found <a href="https://labanquise.insa-rouen.fr/projects/l1pca/" rel="nofollow noreferrer">here</a> (see SCM link). Seems like one place to start.</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload