inventec-ai-center / bp-benchmark

A Benchmark for Machine-Learning based Non-Invasive Blood Pressure Estimation using Photoplethysmogram
https://doi.org/10.1038/s41597-023-02020-6
MIT License
45 stars 17 forks source link

No module named data_splitting #1

Closed alighazi99 closed 1 year ago

alighazi99 commented 1 year ago

Hi, When I run the following command:

 python process.py --config_file ./core/config/sensors_process.yaml

I get this error

from data_splitting import main as split
ModuleNotFoundError: No module named 'data_splitting'

I am also not able to find the file 'data_splitting'

inventec-ai-center commented 1 year ago

We have uploaded the data_splitting module. It keeps the samples from the same patient in the same fold, but it does not preserve BP distribution. Please refer to the paper (https://www.nature.com/articles/s41597-023-02020-6) for self-implementation or the split datasets (https://doi.org/10.6084/m9.figshare.c.6150390.v1) if you require this constraint.