0e5e79fcddb45b9657867bef74c2b883ea2eba5d
Debug_64ch_Decoder
Merge these three algorithms, ssvep/ssmvep/mi, in one decoder
Debug_64ch_Decoder is verified as high accuracy in all three algorithms. It is based on Liu Lei's version of the algorithm, but addresses some critical issues, such as package versions and GPU acceleration.
Debug_64ch_Decoder_Optimize is an updated version that fixes several issues and ensures compatibility with the host computer software. Debugs including at least the following aspects:
- 8099作为server, 向多个client进行广播信息,client需要维护
- status code 维护的问题
- EEG data timeout 问题
- UnboundLocalError: local variable 'data'referenced before assignment
- 各类参数动态调整到config文件
- decoder class切换问题
- decoder_class切换时,数据重置、各类参数重置
常用命令
source activate 3in1Py310 python runDecoder.py python datamock.py python ZeroMQClient_mock.py python system_test.py
遗留问题
- mvep是否要把list freq 开放到config
Description
Languages
Python
99.5%
Shell
0.5%