WIP: rPPG as features for PAD
Hey all,
So I'm working on this rPPG features for PAD. Right now, I implemented three different algorithms to retrieve the pulse signal, and they are all based on what I previously did in bob.rppg.base
(and hence, bob.pad.face
should then depend on it eventually).
At the moment, all pulse extraction algorithm are implemented as bob.pad.face.Extractor
, but the more I think about it, I think that they should be implemented as bob.pad.face.Preprocessor
for mainly two reasons:
- Solves the problem with rotated videos directly (instead of having an "empty" preprocessor copying data)
- Gives the ability to then extract features from the pulse (i.e. frequency spectrum, for instance)
@amohammadi @onikisins @dgeissbuhler @andre.anjos @ageorge @pkorshunov any comments, remarks, suggestions on the best way to integrate that in this package are welcomed
Thanks !
Merge request reports
Activity
Hi @heusch
As long as
bob.rppg.base
does not have any dependencies that could go unmaintained, it should be ok to add it as a dependency here. I see that it depends on two db packages. db packages tend to go unmaintained. Could you drop those frombob.rppg.base
or make it optional in there?@amohammadi Good point. It may need some rework on the
bob.rppg.base
package then. @andre.anjos what do you think ? I'll open an issue onbob.rppg.base
for that matter.added 22 commits
-
5ee01dfd...8a66d83c - 17 commits from branch
master
- 99126097 - Merge branch 'master' into rppg
- fa5b2087 - [extractor] removed all the pulse extractor
- ce463a0c - [preprocessor] added all the pulse algorithms as preprocessor, and removed the dummy one
- cad231fb - [extractor] added the extraction of the freq spectrum for pulse signal
- d1df496f - [extractor] added feature extractor from Li paper
Toggle commit list-
5ee01dfd...8a66d83c - 17 commits from branch
added 1 commit
- 8fc2c962 - [extractor] added FFT features, modified Freq Features (Li), added LTSS features
added 1 commit
- f176d11d - [extractor] removed the import for Autocorrelation (not existing anymore)
assigned to @heusch
added 1 commit
- d028b3f6 - [database] first attempt to incorporate 3DMAD database
added 1 commit
- f58d5fde - [extractor] fixed extractors for pulse-based PAD
added 1 commit
- ffb0f091 - [database] remove batl and 3dmad in __init__ file
added 1 commit
- ba80ebba - [doc] fixed indentation in bob/pad/face/preprocessor/PPGSecure.py docstring
added 1 commit
- c2948d8f - [conda] added bob.rppg.base as run and test requirements
Hey all,
As mentioned earlier by @amohammadi, I removed the dependencies in
bob.rppg.base
. Now that everything is green, it would be nice to merge this branch. Any objection ?Thanks
- Resolved by Guillaume HEUSCH
- Resolved by Guillaume HEUSCH