-
How can i find `yolov4_face.cfg` and `yolov4_face_final.weights` files
-
hi, there is an error when I run the code:
(py36) E:\github\rPPG-master\rPPG-master>python run.py --source=0 --frame-rate=25
init
Traceback (most recent call last):
File "run.py", line 66, in …
-
Can the author explain the processing of the input data? I trained rPPGNet separately as described in the paper, but the effect is not very good. The output rPPG signal of the model is almost a straig…
-
Hello. I am trying to understand the rescanning portion of your code here:
https://github.com/prouast/heartbeat/blob/0d671adf5d5a01a054c7fcf0c223aa65c7ecf686/RPPG.cpp#L101
How is this condition …
-
Hi
Actually heart rate changes rapidly for example from 80 to 50 then 70 ... .
So i think the max change should be for instance 2 BPM per second. Do you have any idea about this?
My second questi…
-
Can you please, help me with this issue?
I have generated the models that works with triton-20.09 in a stand alone Triton-inference-server container. I have built the models-analyser and it by def…
-
In the paper there is a comparison of Meta-rPPG with other methods, but not all of the referenced authors list MAE, RMSE and r on UBFC. Could you please tell me whether you have trained these models…
-
Hi,
I got some an issue when I try to check my package using devtools::check.
This command do unit tests where a check for a plot function is done.
Unfortunately, this test systematically fails co…
-
```
sudo docker run --gpus 1 --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 -ti -v /home/ubuntu/mount-disk/sec_models/:/models -v /home/ubuntu/mount-disk/plugins/:/plugins --env LD_PRELOAD…
-
Thanks so much for releasing the code for the great paper!
At the moment the encoder seems to get updated twice during validation, judging from the following two loops:
https://github.com/eugene…