A pretrained Keras model for face anti-spoofing or face liveness detection problem based on rPPG.

The model does the following:

1- Processes the input using ResNet18.

2- Extracts rPPG from the images to the dense layer.

Then, the outputs are merged and sent to the classification layer.

Training videos were split into RGB frames, and then passed to the ResNet18 model.

You May Also Like: