Skip to content

kyukyukyu/ugproj-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Undergraduate Project

Notes on cloning this project

This project has hanjianwei/cmake-modules as its submodule to load CMake modules which are needed to make use of external libraries. So, when you clone this project, you should run one of these operations:

  1. Cloning with --recursive option
$ git clone --recursive https://github.com/kyukyukyu/ugproj-detector.git
  1. Init and update git submodule after cloning
$ git clone https://github.com/kyukyukyu/ugproj-detector.git
$ git submodule init
$ git submodule update

For more information on git submodule, check this out.

About

Face detector from video files written in C++ with OpenCV.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published