Spo2_evaluation
Spo2_evaluation copied to clipboard
Python script to evaluation the correctness of SpO2 estimation algorithms
- [x] Allow loading of (offline available) different datasets - [ ] Allow for different metadata to be loaded related to these datasets - [x] Allow for getting all data...
UPDATES: You can tell git to ignore LFS trackers by setting an environment variable: ```bash export GIT_LFS_SKIP_SMUDGE=1 ``` If you can't access the video data you need (in `sample_data/` or...
- [Squeezenet:](https://arxiv.org/abs/1602.07360) A lightweight image classifier - Resnet for time series analysis of PPEG
The Spo2 implementation of Nemcova uses green and red peaks at the same time in the signal. right now, there is no filtering of the peaks and thus it is...