All Projects → vc1492a → Hey Waldo

vc1492a / Hey Waldo

Licence: other
Labeled images of the Where's Waldo puzzle for use in classification and image recognition problems.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Hey Waldo

Pyconv
Pyramidal Convolution: Rethinking Convolutional Neural Networks for Visual Recognition (https://arxiv.org/pdf/2006.11538.pdf)
Stars: ✭ 231 (+67.39%)
Mutual labels:  convolutional-neural-networks, image-recognition
Pytorch Bayesiancnn
Bayesian Convolutional Neural Network with Variational Inference based on Bayes by Backprop in PyTorch.
Stars: ✭ 779 (+464.49%)
Mutual labels:  convolutional-neural-networks, image-recognition
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+136.23%)
Mutual labels:  convolutional-neural-networks, image-recognition
Ios 10 Sampler
Code examples for new APIs of iOS 10.
Stars: ✭ 3,341 (+2321.01%)
Mutual labels:  convolutional-neural-networks, image-recognition
Estimated Depth Map Helps Image Classification
Depth estimation with neural network, and learning on RGBD images
Stars: ✭ 52 (-62.32%)
Mutual labels:  convolutional-neural-networks, image-recognition
Transfer Learning Suite
Transfer Learning Suite in Keras. Perform transfer learning using any built-in Keras image classification model easily!
Stars: ✭ 212 (+53.62%)
Mutual labels:  convolutional-neural-networks, image-recognition
Saliency
TensorFlow implementation for SmoothGrad, Grad-CAM, Guided backprop, Integrated Gradients and other saliency techniques
Stars: ✭ 648 (+369.57%)
Mutual labels:  convolutional-neural-networks, image-recognition
Iresnet
Improved Residual Networks (https://arxiv.org/pdf/2004.04989.pdf)
Stars: ✭ 163 (+18.12%)
Mutual labels:  convolutional-neural-networks, image-recognition
Pathology Images Analysis Using Cnn
Scripts for https://www.nature.com/articles/s41598-018-27707-4, using Convolutional Neural Network to detect lung cancer tumor area
Stars: ✭ 31 (-77.54%)
Mutual labels:  convolutional-neural-networks, image-recognition
Deep learning projects
Stars: ✭ 28 (-79.71%)
Mutual labels:  convolutional-neural-networks, image-recognition
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-86.96%)
Mutual labels:  convolutional-neural-networks, image-recognition
Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+957.97%)
Mutual labels:  convolutional-neural-networks, image-recognition
Pneumonia Detection From Chest X Ray Images With Deep Learning
Detecting Pneumonia in Chest X-ray Images using Convolutional Neural Network and Pretrained Models
Stars: ✭ 64 (-53.62%)
Mutual labels:  convolutional-neural-networks, image-recognition
Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (+0.72%)
Mutual labels:  convolutional-neural-networks, image-recognition
Tensorflow realtime multi Person pose estimation
Multi-Person Pose Estimation project for Tensorflow 2.0 with a small and fast model based on MobilenetV3
Stars: ✭ 129 (-6.52%)
Mutual labels:  convolutional-neural-networks
Reproduce Chexnet
Reproduce CheXNet
Stars: ✭ 136 (-1.45%)
Mutual labels:  convolutional-neural-networks
Adventures In Deep Learning
A curated list of Deep Learning resources sorted by reputation
Stars: ✭ 131 (-5.07%)
Mutual labels:  convolutional-neural-networks
Simpsonrecognition
Detect and recognize The Simpsons characters using Keras and Faster R-CNN
Stars: ✭ 131 (-5.07%)
Mutual labels:  convolutional-neural-networks
Wsddn
Weakly Supervised Deep Detection Networks (CVPR 2016)
Stars: ✭ 138 (+0%)
Mutual labels:  convolutional-neural-networks
Mrcnn Scene Recognition
MR-CNNs for Large-Scale Scene Recognition
Stars: ✭ 135 (-2.17%)
Mutual labels:  convolutional-neural-networks

Hey Waldo

License

This repository contains labeled images of the Where's Waldo puzzle for use in classification and image recognition problems, which I painstakingly hand labeled. Along with the labeled images are 19 original images, as well as the Python script used to create the smaller labeled images. Color, grayscale, and black or white versions of the labeled images are included as part of the data set.

Image Formats

  • 256 x 256 pixels (317 images)
  • 128 x 128 pixels (1344 images)
  • 64 x 64 pixels (5376 images)

Discussion

I decided to label images as containing Waldo regardless of where Waldo is located in the image. As such, there are images that are labeled as Waldo that are not strictly part of the puzzle. Waldo look-alikes, such as those with different hair styles or glasses, were also labeled as Waldo. This was just due to the way in which I decided to approach the problem, so feel free to relabel the images according to your needs and interpretation.

Classification with these images is a difficult problem due to the Waldo's variable size (scaling issue), repeating patterns (red/white stripes present on other objects), occlusion (Waldo is often blocked by other people or objects), and the nature of the data, which is unbalanced (most images do not contain Waldo). It's a tough but fun application and I invite others to give it a try and share their results.

Fun Stuff

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].