heartbeat icon indicating copy to clipboard operation
heartbeat copied to clipboard

use IR videos

Open stephanschulz opened this issue 3 years ago • 2 comments

Do you think your method would work on an camera feed with irPass filter, like discussed here: https://arxiv.org/pdf/1902.05194.pdf ?

In your code you get the mean RGB value. So maybe using the mean IR as they mention "we compute the mean IR value on each region" could work too?

stephanschulz avatar Nov 13 '20 15:11 stephanschulz

I suppose if you use the logic of my implementation, you would be able to change any of the components. As far as regions are concerned, I am only using a box on the forehead that is derived from the output of the face detector. The method in the paper you linked is much more sophisticated, as it involves detecting detailed facial landmarks and using them to define many regions.

prouast avatar Nov 18 '20 09:11 prouast

Enabling the detection via IR would make this project quite useful as a baby monitor, e.g. to alert the parents of the onset of a sudden infant death syndrome.

The current methods is to use pulse meters attached to the foot of an infant. A cheap IR camera + a rasperry pi could be a great and accessible alternative that doesn't disturb the baby as much as a probe attached to a foot.

jottr avatar May 06 '22 23:05 jottr