FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 icon indicating copy to clipboard operation
FeatherNets_Face-Anti-spoofing-Attack-Detection-Challenge-CVPR2019 copied to clipboard

Data Preprocessing Code

Open ybloch opened this issue 4 years ago • 2 comments

Could you please attach the code of the Data Preprocessing, I want to test the model with my own pictures ...

ybloch avatar Aug 01 '19 04:08 ybloch

PRNet is used in Data Preprocess,and it takes a long time. I suggest you take a simpler way to remove the background。For example, you can get the depth of the background by taking the average depth of multiple points on the depth map as the depth of the face plane. The mask is filtered by the depth of the background, and the background information of RGB and IR is further removed.

SoftwareGift avatar Aug 05 '19 09:08 SoftwareGift

If the goal is just to get rid of the background then why not just use face segmentation on regular RGB images?

ybloch avatar Aug 07 '19 12:08 ybloch