-
Hi @prouast,
First all of all, thanks for the great work. I wanted to ask two things specifically:
1. Is this code base still relevant with respect to the current SOTA in rPPG estimation? If not…
-
I am trying to feed my own videos/groundtruth into this pipeline and I cannot figure out what isn't working.
I created a dataset like this:
```
Sample dataset structure:
---------------…
-
Hello. At first, thank you for your amazing work!
I tried to get high heartrate using your code, but I can't achieve it. When I measure heartrate at 30 fps, I could detect high bpm easily , but below…
-
Hello I've been using your repository for RPPG, to extract vitals signs from a blod volumne pulse signal obtain from short videos (10-20s, (25fpm)), I have been trying your repo for this task due to y…
-
I can't figure out what the getFps function is doing. I see it is called in in `RPPG.cpp` to create the `fps` variable, but I can't figure out what the intention is. Could you clarify and break down w…
-
Hello, I am a Msc student and I am developing a zero-shot learning solution to the face spoofing problem. I am trying to incorporate a rPPG component. I have tried to use a code similar to the one on …
-
I am running on windows 10, python 3.8 and getting this error with basic demo file
```
AttributeError Traceback (most recent call last)
in
15 # 4 - display …
-
ICA remote photoplethysmography method - by Poh, M. Z., McDuff, D. J., & Picard, R. W. (2010), available at [github.com/phuselab/pyVHR](https://github.com/phuselab/pyVHR), should be implemented. Later…
-
I have found no effective steps to build and run.
-
**cfgFilename = '/Users/rupakkatwal/Downloads/pyVHR-master/pyVHR/analysis/sample.cfg'
test = TestSuite(configFilename=cfgFilename)
result = test.start(outFilename='sampleExp.h5', verb=4)**
…