CoVital-Project / Spo2_evaluation

Python script to evaluation the correctness of SpO2 estimation algorithms
18 stars 6 forks source link

Refactoring of project structure and support scripts #22

Closed gianlucatruda closed 4 years ago

gianlucatruda commented 4 years ago

NOTE: This assumes that #19 is already merged to master.

This PR spawned from issue #20


New Structure

Spo2_evaluation/
├── README.md
├── evaluation
│   ├── README.md
│   ├── Spo2_evaluation.py
│   ├── blant_altman.py
│   ├── test.py
│   └── test_normal.py
├── misc
│   ├── VideoDataAcquisition.java
│   └── fetch_data.py
├── modelling
│   ├── NN_models
│   ├── healthwatcher
│   ├── lamonaca_and_nemcova
│   └── wang_2017
├── preprocessed_data
│   ├── README.md
│   ├── nemcova_data
│   └── sample_data
├── preprocessing
│   ├── README.md
│   ├── data_loader.py
│   ├── structure.py
│   └── utils.py
└── requirements.txt

I've also added a script (misc/fetch_data.py) that checks if you have raw video files in data/. If not, it pulls and extracts the .zip files for sample_data and nemcova_data from dropbox.