# DlibDetect_CNNFaceRecognition **Repository Path**: hugh_sun/DlibDetect_CNNFaceRecognition ## Basic Information - **Project Name**: DlibDetect_CNNFaceRecognition - **Description**: Face Recognition using CNN with Dlib detecting - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-03-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DlibDetect_CNNFaceRecognition Face Recognition using CNN with Dlib detecting ## Requirements To play with the trained model or to train the model, only need: * Python 3.5.4 * Numpy 1.14 * OpenCv 3.4.0 * Tensorflow 1.2.1 * Keras 2.1.5 * skimage 0.13.1 ## Getting Started To train the model,directly run: ```Python python train.py ``` To play with the trained model for prediction or recognition,run the following script from the directory ```Python python recognition.py --image_path=./test_dir/bush.jpg ``` ```Python python recognition.py --image_path=./test_dir/blair.jpg ``` ```Python python recognition.py --image_path=./test_dir/bush_blair2.jpg ```