Skip to content
Snippets Groups Projects
Commit e927d89d authored by Guillaume HEUSCH's avatar Guillaume HEUSCH
Browse files

[extractor] SSR: added the debug flag

parent 194a05b4
No related branches found
No related tags found
1 merge request!53WIP: rPPG as features for PAD
...@@ -48,6 +48,7 @@ class SSR(Extractor, object): ...@@ -48,6 +48,7 @@ class SSR(Extractor, object):
self.skin_threshold = skin_threshold self.skin_threshold = skin_threshold
self.skin_init = skin_init self.skin_init = skin_init
self.stride = stride self.stride = stride
self.debug = debug
self.skin_filter = bob.ip.skincolorfilter.SkinColorFilter() self.skin_filter = bob.ip.skincolorfilter.SkinColorFilter()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment