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

How do I change the model if the EEG inputs are different? #6

Open
Buddies-as-you-know opened this issue Nov 23, 2022 · 1 comment
Open

Comments

@Buddies-as-you-know
Copy link

I would like to use openBCI where MI-EEG can get 16 channels at 125hz. In this case, how should I change the input and model of MIN2Net?

@xydxdy
Copy link
Collaborator

xydxdy commented Nov 23, 2022

For preprocessing you have to change the channels list in the config file: https://github.com/IoBT-VISTEC/MIN2Net/blob/main/min2net/preprocessing/config.py

Please note that you have to recompile the min2net package if you modify any part of it.
pip uninstall min2net -y && python setup.py sdist bdist_wheel && pip install dist/min2net-1.0.0-py3-none-any.whl

You may also directly modify the code in the python site-packages directory, where the min2net package is installed, without recompiling the packages

For model configuration: https://min2net.github.io/docs/models/MIN2Net/

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

2 participants