Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 747 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 747 Bytes

face_recognition_BCI_ResNet

Data and Python scripts accompanying PLoS ONE paper Cyborg groups enhance face recognition in crowded environments.

The main experimental script is exp.py, and the protocol of the experiment is described in the paper.

The folder imagesBW contains the black-and-white images (with normalized grayscale) used for the paper. However, these were created from original coloured images, which are in the folder images.

The script automatic_face_recognition.py uses the face_recognition library and pre-trained ResNet model to automatically classify each image, and also estimate the confidence of the algorithm.