GithubHelp home page GithubHelp logo

tadejmagajna / hereiswally Goto Github PK

View Code? Open in Web Editor NEW
239.0 14.0 52.0 138.62 MB

Deep learning project that solves Where's Wally puzzles by finding Wally in an image

Home Page: https://towardsdatascience.com/how-to-find-wally-neural-network-eddbb20b0b90

License: MIT License

Python 96.09% Jupyter Notebook 0.83% Starlark 3.08%

hereiswally's Issues

Text Labels are potentially missing

In the first section "Preparing the dataset", you mention the labels corresponding to the images that would be packed into a single binary TF file.

I speculate this labels file is a collection of annotations in PASCAL VOC format, output from a program like labelImg.

This file seems to be missing from the repo.

Looking in final.config, is's possible that one of the two following files is our missing labels file.

label_map_path: "/Users/tadej/waldo/labels.pbtxt"
label_map_path: "/Users/tadej/waldo/labels.txt"

Please advise.

checkpoint.ckpt file missing

hi
nice article, i am trying to follow your steps but I got stuck at this point :

the trained_model folder should have not a checkpoint.ckpt file ??
currently in your repo and also in the link for the trained_model there is only a checkpoint file (without ckpt extension)

How should I set the "fine_tune_checkpoint:" value on my example.config file?

my example.config currently looks like this:

fine_tune_checkpoint: "/home/antoine/Documents/ia/HereIsWally/trained_model/checkpoint"

"utils" missing from find_wally.py

The utils module (likely from the TF Object Detection repo) is missing from this repo.

 HereIsWally git:(master) python3 find_wally.py 
Traceback (most recent call last):
  File "find_wally.py", line 8, in <module>
    from utils import label_map_util
ModuleNotFoundError: No module named 'utils'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.