Code examples from the book "Deep Learning for Computer Vision: Practitioner Bundle" by A. Rosebrock. These are not my property, I keep them as self-study notes. Some files have more comments and other files have some bugs fixed.
:: export variable PYTHONPATH to run the scripts correctly ::
In a POSIX system (Linux or OSX): export PYTHONPATH=/current/path/of/this/project ** the path where this file is **
To remove TensorFlow warning about CPU enhancement support: export TF_CPP_MIN_LOG_LEVEL=2