Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: input/outputs #1

Open
pausz opened this issue Nov 10, 2022 · 0 comments
Open

docs: input/outputs #1

pausz opened this issue Nov 10, 2022 · 0 comments

Comments

@pausz
Copy link
Member

pausz commented Nov 10, 2022

From Nathan.

Python Function (general form, Matlab will parallel)

Input:     EDF file with EEG of the correct dimensions (number of channels to align with ONNX models, longer than 60s)

              Age of Recording (to correct FBA)

Outputs: FBA – raw FBA

  FBA_corrected – corrected so that FBA at 50th centile equals age

  Centiles – from growth chart based on all our data

  PAD (predicted age difference) – difference between raw FBA and age

 

The last two variables will come from Kartik’s stuff

 

ONNX list: 4 models will be used – input epochs are number of channel x 1920 samples

D1_18ch_model.onnx – trained on D1, 18 channel data,

D1_2ch_model.onnx – trained on D1, 2 channel data

D2_2ch_model.onnx – trained on D2, 2 channel data

D1D2_2ch_model.onnx – trained on combined dataset of D1 and D2, 2 channel data

 

Each of these files will need their own lookup tables from Kartik’s work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant