├── Classifiers └── face.xml ├── LICENSE.md ├── NOTICE.md ├── README.md ├── dataSet └── face-1.1.jpg ├── dataSetGenerator.py ├── detector.py ├── trainer.py └── trainer └── test.xml /Classifiers/face.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/Classifiers/face.xml -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/LICENSE.md -------------------------------------------------------------------------------- /NOTICE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/NOTICE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/README.md -------------------------------------------------------------------------------- /dataSet/face-1.1.jpg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /dataSetGenerator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/dataSetGenerator.py -------------------------------------------------------------------------------- /detector.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/detector.py -------------------------------------------------------------------------------- /trainer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thecodacus/Face-Recognition/HEAD/trainer.py -------------------------------------------------------------------------------- /trainer/test.xml: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------