All Projects → AnweshCR7 → RhythmNet

AnweshCR7 / RhythmNet

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

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to RhythmNet

TestHrv
Heart rate variability app for Garmin smartwatches
Stars: ✭ 44 (+2.33%)
Mutual labels:  heart-rate
optical-pulse-reader
iOS application that uses camera to detect heart rate.
Stars: ✭ 45 (+4.65%)
Mutual labels:  heart-rate
vbcg
real-time application for video-based methods in the context of MRI
Stars: ✭ 20 (-53.49%)
Mutual labels:  heart-rate
mhrv
Matlab toolbox for calculating Heart-Rate Variability metrics on ECG signals
Stars: ✭ 48 (+11.63%)
Mutual labels:  heart-rate
ble-heart-rate-demo
Web bluetooth heart rate monitor
Stars: ✭ 24 (-44.19%)
Mutual labels:  heart-rate
HeartRateMeasure
Video based Heart rate measure
Stars: ✭ 31 (-27.91%)
Mutual labels:  heart-rate
AnomalyDetect
Detects anomalous resting heart rate from smartwatch data.
Stars: ✭ 18 (-58.14%)
Mutual labels:  heart-rate
pulse-cpp
Android-based implementation of Eulerian Video Magnification for vital signs monitoring
Stars: ✭ 18 (-58.14%)
Mutual labels:  heart-rate
PPG
Code to estimate HR from PPG signals using Subspace Decomposition and Kalman filter for the dataset of 22 PPG recordings provided for the 2015 IEEE Signal Processing Cup (SP Cup) competition. The traces are stored in folder 'DATABASE'. Please cite this publication when referencing this material: "Measuring Heart Rate During Physical Exercise by …
Stars: ✭ 43 (+0%)
Mutual labels:  heart-rate
exhale
A Pebble app for breathing, written in C.
Stars: ✭ 12 (-72.09%)
Mutual labels:  heart-rate
max30102
max30102 full function driver
Stars: ✭ 88 (+104.65%)
Mutual labels:  heart-rate
Spatial-Subspace-Rotation
(Paper) A Novel Algorithm for Remote Photoplethysmography: Spatial Subspace Rotation
Stars: ✭ 19 (-55.81%)
Mutual labels:  heart-rate

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].