Skip to content

AnweshCR7/RhythmNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RhythmNet: End-to-end Heart Rate Estimation from Face via Spatial-temporal Representation

A reproduction of the RhythmNet model. Paper link

Dataset:

VIPL-HR dataset

Experiments

Shared parameters:

batch size: 32
Dataset: VIPL
Model: RhythmNet
initial learning rate: 1e-3
epochs: 50
window_size = 300 frames with stride of 0.5 seconds

Dataset-split: 5 fold validation

Experiment for 1-Fold without GRU layer

Set Loss MAE (bpm) RMSE (bpm)
Training 3.096 1.817 2.834
Eval 15.91 9.255 11.787

Experiment for 1-Fold with GRU layer

Set Loss MAE (bpm) RMSE (bpm)
Training 3.925 2.423 4.16
Eval 14.25 13.992 17.019

About

End-to-end Heart Rate Estimation from Face via Spatial-temporal Representation. A replication of the RhythmNet model.

Topics

Resources

License

Stars

Watchers

Forks