Skip to content

karlosos/machine_learning_2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Machine Learning 2

Face recognition using Haar features and Realboost built from scratch with Python.

Development

  1. Install virtualenv with virtualenv .venv.
  2. Activate virtal environment with .venv\Scripts\activate.bat.
  3. Install requirements with pip install -r requirements.txt.

Download database from http://vis-www.cs.umass.edu/fddb/ and unpack it into folder data/large with following structure:

data
|___ large
    |___FBBD_folds
    |___originalPics
        |___2002
        |___2003

Starting jupyter lab

jupyter lab

Resources

https://docs.opencv.org/master/

About

Machine Learning 2 course - 2020

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published