Coder Social home page Coder Social logo

deeplearning-computervision-book's Introduction

Deep Learning for Computer Vision's Practice

Description:

Code examples from Adrian Rosebrock's Deep Learning for Computer Vision with Python.

Link to download

Click here

Copyright:

@book{rosebrock_dl4cv,
  author={Rosebrock, Adrian},
  title={Deep Learning for Computer Vision with Python},
  year={2019},
  edition={3.0.0},
  publisher={PyImageSearch.com}
}

##Considerations: It's important to say that all codes in this repo are inspired/a copy from the examples in the book and that I shouldn't take credit for any of it.

NOTE: The main goal of this repository is to be a guide and exemplify my knoledge throughout the world of Deep Learning and Computer Vision, working as baseline.

Requirements:

  • Docker
  • Animals dataset - you can download it here

NOTE: After downloading the dataset move the Animals dir into the datasets dir.

Quickstart;

  • Run the docker_run.sh file using the path to the python file as parameter as bellow: $ docker_run.sh PATH/TO/MY/PYTHON/file.py

NOTE: If this is the first time you run the docker_run.sh file and you haven't already pulled the diogo364/dl4cv:1.0 image from my DockerHub it will automatically pull the image and might take a while.

  • You will be asked to enter all CLI parameters for the python script you are running as shown bellow:
    ...
    > [INSTRUCTION] Enter parameters CLI parameters, else press enter!
    > [TIP] If you don't know about CLI parameters type -h or --help
    $ -d CLI-PARAMETER1 -e CLI-PARAMETER2
    
  • After the execution all images outputs will be saved inside an outputs dir within your workdir

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.