-
Notifications
You must be signed in to change notification settings - Fork 2
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
ImportError: cannot import name 'project_to_local_frame' from 'RVGP.geometry' #3
Comments
Hello, I have added the I also realized that the EEG data was not uploaded to the repo. If you want to run the EEG example, please bear with me until I find the collaborator who analysed the data. |
Thank you for the rapid answer! I am particularly interested in application of your method to EEG data. So, I am looking forward to your collaborator to upload the data to reproduce EEG results :) |
Hi Nev! the EEG-data I will upload is already converted into vector field format. This was a process that was performed using C-NEM in Matlab. I will need a couple of days to upload some of this data as an example and ensure this is all working smoothly. However, I imagine you are also interested in actually constructing the vector fields from your raw EEG data? not just interpolating low-density EEG? |
Hi Nev - I have now updated the EEG example to download some example files from the Harvard data verse. Let me know if you have any further trouble! Note that the examples are already in vector-field format (as a function of time). |
When I am trying to run
examples/eeg_example/run_eeg_vector_field_interp.py
script, it throughts ImportError: cannot import name 'project_to_local_frame' from 'RVGP.geometry'.In
geometry.py
there isproject_to_manifold
andexpress_in_local_frame
functions, but there isn't anyproject_to_local_frame
. What function should be used instead ofproject_to_local_frame
?The text was updated successfully, but these errors were encountered: