You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, First of all, I would like to thank you for sharing your valuable knowledge and results.
I am a student to use the model implemented in your repository.
In the code implemented on inference.py , there are lines 68, 69
Can you tell me what the bvp value obtained through this code means? When I read read.me , it's called the wave value, but I don't know because I'm not familiar with this domain.
Which code should I refer to if I want to extract and save my heart rate?
I'd appreciate your help.
The text was updated successfully, but these errors were encountered:
Hello, if you have executed the code correctly, then you will obtain a CSV file containing BVP signals. You need to read this CSV and then use the get_hr function (found in utils.py) to calculate HR. Note that inference.py defaults to using 30fps, which may not perform well at other frame rates.
The model does not directly output HR, so you must call get_hr to obtain it.
inference.py has been updated; it now supports eight models: seq, tscan, deepphys, efficientphys, physnet, chrom, pos, and ica, and allows for specifying weights as well as visualizing waveforms.
It can now directly provide the heart rate without the need for additional processing.
Please read the readme to understand how to use it.
If you encounter any issues during use, feel free to send an email or submit an issue!
Hello, First of all, I would like to thank you for sharing your valuable knowledge and results.
I am a student to use the model implemented in your repository.
In the code implemented on inference.py , there are lines 68, 69
Can you tell me what the bvp value obtained through this code means? When I read read.me , it's called the wave value, but I don't know because I'm not familiar with this domain.
Which code should I refer to if I want to extract and save my heart rate?
I'd appreciate your help.
The text was updated successfully, but these errors were encountered: