Skip to content

DL4CV StarterBundle by Rosebrock: excercises and code examples with some editions by me.

Notifications You must be signed in to change notification settings

positronn/DL4CV1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DL4CV1

Code examples from the book "Deep Learning for Computer Vision" 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

About

DL4CV StarterBundle by Rosebrock: excercises and code examples with some editions by me.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages