You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. My team is trying to analyze our raw eye movement data using your algorithm. I installed sp-tool according to the steps provided in the README, converted the data containing (time, x, y, confidence) into arff file, did feature extraction using AnnotateData, and finally trying to run python blstm_model_run.py. However, it is keep giving me the error below.
ModuleNotFoundError: No module named 'util'
This is the full text including most recent calls
Traceback (most recent call last): File "C:\Users\mjmj2\Desktop\deep_em_classifier-master\blstm_model_run.py", line 12, in <module> from sp_tool.evaluate import CORRESPONDENCE_TO_HAND_LABELLING_VALUES File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\evaluate.py", line 14, in <module> File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\data_loaders.py", line 9, in <module> ModuleNotFoundError: No module named 'util'
It would be great if we could get some help with this. Thank you for developing & allowing the usage of this amazing algorithm! Please keep up with the great work.
The text was updated successfully, but these errors were encountered:
Hello. My team is trying to analyze our raw eye movement data using your algorithm. I installed sp-tool according to the steps provided in the README, converted the data containing (time, x, y, confidence) into arff file, did feature extraction using AnnotateData, and finally trying to run python blstm_model_run.py. However, it is keep giving me the error below.
ModuleNotFoundError: No module named 'util'
This is the full text including most recent calls
Traceback (most recent call last): File "C:\Users\mjmj2\Desktop\deep_em_classifier-master\blstm_model_run.py", line 12, in <module> from sp_tool.evaluate import CORRESPONDENCE_TO_HAND_LABELLING_VALUES File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\evaluate.py", line 14, in <module> File "C:\Users\mjmj2\AppData\Roaming\Python\Python311\site-packages\sp_tool-0.7.0-py3.11.egg\sp_tool\data_loaders.py", line 9, in <module> ModuleNotFoundError: No module named 'util'
It would be great if we could get some help with this. Thank you for developing & allowing the usage of this amazing algorithm! Please keep up with the great work.
The text was updated successfully, but these errors were encountered: