The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: ConnectionError
Message: Server Disconnected
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/httpx/_transports/default.py", line 101, in map_httpcore_exceptions
yield
File "/usr/local/lib/python3.14/site-packages/httpx/_transports/default.py", line 127, in __iter__
for part in self._httpcore_stream:
^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 407, in __iter__
raise exc from None
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/connection_pool.py", line 403, in __iter__
for part in self._stream:
^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/http11.py", line 342, in __iter__
raise exc
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/http11.py", line 334, in __iter__
for chunk in self._connection._receive_response_body(**kwargs):
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/http11.py", line 203, in _receive_response_body
event = self._receive_event(timeout=timeout)
File "/usr/local/lib/python3.14/site-packages/httpcore/_sync/http11.py", line 217, in _receive_event
data = self._network_stream.read(
self.READ_NUM_BYTES, timeout=timeout
)
File "/usr/local/lib/python3.14/site-packages/httpcore/_backends/sync.py", line 126, in read
with map_exceptions(exc_map):
~~~~~~~~~~~~~~^^^^^^^^^
File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpcore/_exceptions.py", line 14, in map_exceptions
raise to_exc(exc) from exc
httpcore.ReadTimeout: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 732, in track_read
out = f_read(*args, **kwargs)
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 732, in track_read
out = f_read(*args, **kwargs)
File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1238, in read
return super().read(length)
~~~~~~~~~~~~^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1846, in read
out = self.cache._fetch(self.loc, self.loc + length)
File "/usr/local/lib/python3.14/site-packages/fsspec/caching.py", line 189, in _fetch
self.cache = self.fetcher(start, end) # new block replaces old
~~~~~~~~~~~~^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1194, in _fetch_range
r = http_backoff("GET", url, headers=headers, timeout=constants.HF_HUB_DOWNLOAD_TIMEOUT)
File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 559, in http_backoff
return next(
_http_backoff_base(
...<9 lines>...
)
)
File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 479, in _http_backoff_base
raise err
File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 467, in _http_backoff_base
response = client.request(method=method, url=url, **kwargs)
File "/usr/local/lib/python3.14/site-packages/httpx/_client.py", line 825, in request
return self.send(request, auth=auth, follow_redirects=follow_redirects)
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpx/_client.py", line 928, in send
raise exc
File "/usr/local/lib/python3.14/site-packages/httpx/_client.py", line 922, in send
response.read()
~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/httpx/_models.py", line 881, in read
self._content = b"".join(self.iter_bytes())
~~~~~~~~^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpx/_models.py", line 897, in iter_bytes
for raw_bytes in self.iter_raw():
~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/site-packages/httpx/_models.py", line 951, in iter_raw
for raw_stream_bytes in self.stream:
^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpx/_client.py", line 153, in __iter__
for chunk in self._stream:
^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpx/_transports/default.py", line 126, in __iter__
with map_httpcore_exceptions():
~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.14/contextlib.py", line 162, in __exit__
self.gen.throw(value)
~~~~~~~~~~~~~~^^^^^^^
File "/usr/local/lib/python3.14/site-packages/httpx/_transports/default.py", line 118, in map_httpcore_exceptions
raise mapped_exc(message) from exc
httpx.ReadTimeout: The read operation timed out
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/text/text.py", line 98, in _generate_tables
batch = f.read(self.config.chunksize)
File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 869, in read_with_retries
raise ConnectionError("Server Disconnected") from disconnect_err
ConnectionError: Server Disconnected
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
text string |
|---|
1 2023-11-13 14:18:09.856232 |
2 2023-11-13 14:18:09.888146 |
3 2023-11-13 14:18:09.920060 |
4 2023-11-13 14:18:09.952973 |
5 2023-11-13 14:18:09.984445 |
6 2023-11-13 14:18:10.016377 |
7 2023-11-13 14:18:10.048342 |
8 2023-11-13 14:18:10.081222 |
9 2023-11-13 14:18:10.112139 |
10 2023-11-13 14:18:10.144086 |
11 2023-11-13 14:18:10.176967 |
12 2023-11-13 14:18:10.208880 |
13 2023-11-13 14:18:10.256752 |
14 2023-11-13 14:18:10.288707 |
15 2023-11-13 14:18:10.320613 |
16 2023-11-13 14:18:10.352538 |
17 2023-11-13 14:18:10.384420 |
18 2023-11-13 14:18:10.416326 |
19 2023-11-13 14:18:10.448269 |
20 2023-11-13 14:18:10.480184 |
21 2023-11-13 14:18:10.513080 |
22 2023-11-13 14:18:10.544982 |
23 2023-11-13 14:18:10.576897 |
24 2023-11-13 14:18:10.624800 |
25 2023-11-13 14:18:10.656683 |
26 2023-11-13 14:18:10.688598 |
27 2023-11-13 14:18:10.720513 |
28 2023-11-13 14:18:10.752481 |
29 2023-11-13 14:18:10.784373 |
30 2023-11-13 14:18:10.816301 |
31 2023-11-13 14:18:10.848172 |
32 2023-11-13 14:18:10.880087 |
33 2023-11-13 14:18:10.912000 |
34 2023-11-13 14:18:10.944912 |
35 2023-11-13 14:18:10.976882 |
36 2023-11-13 14:18:11.024732 |
37 2023-11-13 14:18:11.056666 |
38 2023-11-13 14:18:11.088565 |
39 2023-11-13 14:18:11.120353 |
40 2023-11-13 14:18:11.152321 |
41 2023-11-13 14:18:11.184236 |
42 2023-11-13 14:18:11.216151 |
43 2023-11-13 14:18:11.248065 |
44 2023-11-13 14:18:11.280978 |
45 2023-11-13 14:18:11.312892 |
46 2023-11-13 14:18:11.344807 |
47 2023-11-13 14:18:11.376762 |
48 2023-11-13 14:18:11.424650 |
49 2023-11-13 14:18:11.456549 |
50 2023-11-13 14:18:11.488463 |
51 2023-11-13 14:18:11.520384 |
52 2023-11-13 14:18:11.552327 |
53 2023-11-13 14:18:11.584330 |
54 2023-11-13 14:18:11.616204 |
55 2023-11-13 14:18:11.648119 |
56 2023-11-13 14:18:11.680075 |
57 2023-11-13 14:18:11.713005 |
58 2023-11-13 14:18:11.744877 |
59 2023-11-13 14:18:11.776792 |
60 2023-11-13 14:18:11.824655 |
61 2023-11-13 14:18:11.856562 |
62 2023-11-13 14:18:11.888213 |
63 2023-11-13 14:18:11.921115 |
64 2023-11-13 14:18:11.953029 |
65 2023-11-13 14:18:11.984946 |
66 2023-11-13 14:18:12.016893 |
67 2023-11-13 14:18:12.048836 |
68 2023-11-13 14:18:12.080722 |
69 2023-11-13 14:18:12.112637 |
70 2023-11-13 14:18:12.144552 |
71 2023-11-13 14:18:12.176507 |
72 2023-11-13 14:18:12.224400 |
73 2023-11-13 14:18:12.256321 |
74 2023-11-13 14:18:12.288174 |
75 2023-11-13 14:18:12.321120 |
76 2023-11-13 14:18:12.352997 |
77 2023-11-13 14:18:12.384910 |
78 2023-11-13 14:18:12.416861 |
79 2023-11-13 14:18:12.448738 |
80 2023-11-13 14:18:12.480653 |
81 2023-11-13 14:18:12.512602 |
82 2023-11-13 14:18:12.544610 |
83 2023-11-13 14:18:12.576516 |
84 2023-11-13 14:18:12.624352 |
85 2023-11-13 14:18:12.656266 |
86 2023-11-13 14:18:12.688366 |
87 2023-11-13 14:18:12.720219 |
88 2023-11-13 14:18:12.753132 |
89 2023-11-13 14:18:12.784051 |
90 2023-11-13 14:18:12.816964 |
91 2023-11-13 14:18:12.848910 |
92 2023-11-13 14:18:12.880790 |
93 2023-11-13 14:18:12.912741 |
94 2023-11-13 14:18:12.944619 |
95 2023-11-13 14:18:12.976534 |
96 2023-11-13 14:18:13.024454 |
97 2023-11-13 14:18:13.056324 |
98 2023-11-13 14:18:13.088237 |
99 2023-11-13 14:18:13.120170 |
MCD-rPPG: Multi-Camera Dataset for Remote Photoplethysmography
This repository contains the dataset from the paper "Gaze into the Heart: A Multi-View Video Dataset for rPPG and Health Biomarkers Estimation".
The MCD-rPPG dataset is available on the Hugging Face Hub: MCD-rPPG Dataset
The presented large-scale multimodal MCD-rPPG dataset is designed for remote photoplethysmography (rPPG) and health biomarker estimation from video. The dataset includes synchronized video recordings from three cameras at different angles, PPG and ECG signals, and extended health metrics (arterial blood pressure, oxygen saturation, stress level, etc.) for 600 subjects in both resting and post-exercise states.
We also provide an efficient multi-task neural network model that estimates the pulse wave signal and other biomarkers from facial video in real-time, even on a CPU.
The MCD-rPPG Dataset
The dataset contains:
- 3600 video recordings (600 subjects × 2 states × 3 cameras)
- Synchronized PPG (100 Hz) and ECG signals
- 13 health biomarkers: systolic/diastolic pressure, oxygen saturation, temperature, glucose, glycated hemoglobin, cholesterol, respiratory rate, arterial stiffness, stress level (PSM-25), age, sex, BMI.
- Multi-view videos: frontal webcam, FullHD camcorder, mobile phone camera.
Fast Baseline Model
We propose an efficient multi-task model that:
- Processes video in real-time on a CPU (up to 13% faster than leading models).
- Estimates the PPG signal and 10+ health biomarkers simultaneously.
- Is lightweight (~4 MB) and uses domain-specific preprocessing suitable for low-power devices.
The model architecture combines domain-specific preprocessing (ROI selection on the face) with a convolutional network (1D Feature Pyramid Network).
Code and Sample Usage
See GitHub repository https://github.com/ksyegorov/mcd_rppg
To get started with the code and reproduce experiments, follow these steps:
Clone the repository:
git clone https://github.com/ksyegorov/mcd_rppg.git cd mcd_rppg/Install dependencies. Using a virtual environment is recommended.
pip install -r requirements.txtRun the notebooks you are interested in (e.g.,
train_SCNN_8roi_mcd_rppg.ipynb) for training or reproducing experiments. Remember to download the MCD-rPPG dataset first.
Results and Comparison
The tables below show key results of our model (Ours) compared to state-of-the-art (SOTA) alternatives. MAE (Mean Absolute Error) is calculated for the PPG signal and Heart Rate (HR).
Table: Model performance comparison (MAE) in cross-dataset scenarios (Summary of results from the paper)
| Model | ... | MCD-rPPG (HR MAE) | ... |
|---|---|---|---|
| PBV | ... | 15.37 | ... |
| OMIT | ... | 4.78 | ... |
| POS | ... | 3.80 | ... |
| PhysFormer | ... | 4.08 | ... |
| Ours | ... | 4.86 | ... |
Table: Performance for different camera views and inference speed
| Model | CPU Inference (s) | Size (Mb) | Frontal PPG MAE | Side PPG MAE |
|---|---|---|---|---|
| POS | 0.26 | 0 | 0.87 | 1.25 |
| PhysFormer | 0.93 | 28.4 | 0.46 | 0.97 |
| Ours | 0.15 | 3.9 | 0.68 | 1.10 |
Complete results, including biomarker evaluation, are presented in the paper.
Citation
If you use the MCD-rPPG dataset or code from this repository, please cite our work:
@inproceedings{10.1145/3746027.3758255,
author = {Egorov, Konstantin and Botman, Stepan and Blinov, Pavel and Zubkova, Galina and Ivaschenko, Anton and Kolsanov, Alexander and Savchenko, Andrey},
title = {Gaze into the Heart: A Multi-View Video Dataset for rPPG and Health Biomarkers Estimation},
year = {2025},
isbn = {9798400720352},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3746027.3758255},
doi = {10.1145/3746027.3758255},
abstract = {Progress in remote PhotoPlethysmoGraphy (rPPG) is limited by the critical issues of existing publicly available datasets: small size, privacy concerns with facial videos, and lack of diversity in conditions. The paper introduces a novel, comprehensive, large-scale multi-view video dataset for rPPG and health biomarkers estimation. Our dataset comprises 3600 synchronized video recordings from 600 subjects, captured under varied conditions (resting and post-exercise) using multiple consumer-grade cameras at different angles. To enable multimodal analysis of physiological states, each recording is paired with a 100 Hz PPG signal and extended health metrics, such as electrocardiogram, arterial blood pressure, biomarkers, temperature, oxygen saturation, respiratory rate, and stress level. Using this data, we train an efficient rPPG model and compare its quality with existing approaches in cross-dataset scenarios. The public release of our dataset and model should significantly speed up the progress in the development of AI medical assistants.},
booktitle = {Proceedings of the 33rd ACM International Conference on Multimedia},
pages = {13053–13059},
numpages = {7},
keywords = {biosignals, rppg, telemedicine, video},
location = {Dublin, Ireland},
series = {MM '25}
}
- Downloads last month
- 71