GithubHelp home page GithubHelp logo

guerinsylvain / computer-vision Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.76 MB

Learning how to implement face detection and recognition in video stream

Python 6.07% Jupyter Notebook 93.93% Batchfile 0.01%

computer-vision's Introduction

Some useful computer vision resources

Long term objective is to build a tool to detect personalities in videos


References
Setup
   Get the sources
   Install Visual C++ Tools for Cmake
   Install the CUDA Toolkit 10.1
   Install the NVIDIA CUDA Deep Neural Network library (cuDNN v7.6.5 (November 5th, 2019), for CUDA 10.1)
   Install and configure Python

References

Here are some references that helped me to build this experiment:

Setup

Get the sources

You may

  • clone this github repository
  • or download a zip containing the latest version or a given release of the code

Install Visual C++ Tools for Cmake

  1. Install Visual Studio build tools from here.
  2. In Visual Studio 2017 go to the Individual Components tab, Visual C++ Tools for Cmake, and check the checkbox under the "Compilers, build tools and runtimes" section.

Install the CUDA Toolkit 10.1

  1. Please install from the following link
    Note that you can uncheck "Install Visual Studio Extensions" in the options.
  1. Follow the instructions detailed here
    Make sure to install the version v7.6.5 (November 5th, 2019), for CUDA 10.1

Install and configure Python

  1. Install Python 3.7 or later.
  2. From the root folder of the project, type
    pip install virtualenv
    
  3. Then type
    virtualenv --python="C:\Users\[YOUR USER NAME]\AppData\Local\Programs\Python\Python37\python.exe" venv      
    
    This will create a venv subfolder.
    Note that the path to the python.exe (v3.7) may vary on your machine. If python has been installed with visual studio, you may have something similar to this:
    virtualenv --python="C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe" venv
    
  4. From the root folder of the project, activate the virtual environment by typing:
    .\venv\Scripts\activate.bat
    
  5. Install packages:
    pip install -r requirements.txt   
    

computer-vision's People

Contributors

guerinsylvain avatar

Watchers

 avatar

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.