├── BP4D_selected_participants.txt ├── LICENSE ├── README.md ├── illustrations ├── overview2.png └── pred.png ├── predict.py ├── signal_to_cwt.m └── train.py /BP4D_selected_participants.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/BP4D_selected_participants.txt -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/README.md -------------------------------------------------------------------------------- /illustrations/overview2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/illustrations/overview2.png -------------------------------------------------------------------------------- /illustrations/pred.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/illustrations/pred.png -------------------------------------------------------------------------------- /predict.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/predict.py -------------------------------------------------------------------------------- /signal_to_cwt.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/signal_to_cwt.m -------------------------------------------------------------------------------- /train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/frederic-bousefsaf/ippg2bp/HEAD/train.py --------------------------------------------------------------------------------