eugenelet/Meta-rPPG

PreProcessing Issue

Opened this issue · 0 comments

It is calling baseline process function, after checking baseline process it seems you are doing mean subtraction, mask multiplication and butter processing, but when I checked the output It is actually only doing mean subtraction and not mask multiplication and butter etc. Is it intentional or is it a bug in code ? Thanks

self.baseline_procress(inputs, masks.clone())
ppg = self.quantify(ppg)