tomasz-lewicki / ai-thermometer

Fever screening with IR & RGB cameras and Deep CNNs
152 stars 40 forks source link

Question about face detection #9

Closed nanogear closed 4 years ago

nanogear commented 4 years ago

Hello, thank you very much for your codes.

Just want to know if the face detection is possible if a person is using a mask. Thank you in advance!

tomasz-lewicki commented 4 years ago

Hey @nanogear ,

Yes, however you should expect lower accuracy.

The detector in this repository is an SSD detector trained on the FDDB dataset. The dataset doesn't contain samples with masks, but I had some success testing the detection with a mask on.

nanogear commented 4 years ago

I see, thank you for answer me!!! Regards!