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

Can escnn be used to process one-dimensional data? #96

Open
wgimmy opened this issue Dec 15, 2023 · 1 comment
Open

Can escnn be used to process one-dimensional data? #96

wgimmy opened this issue Dec 15, 2023 · 1 comment

Comments

@wgimmy
Copy link

wgimmy commented Dec 15, 2023

hi,I am currently studying the problem of spatial transformation of molecular diffusion trajectories. The data used is a matrix with two rows and n columns. However, unlike image data, if the numbers in the matrix are regarded as pixel values ​​of the image, after multiplying the matrix by a rotation matrix, the value of the corresponding position will change (the corresponding position of the real picture is rotated The pixel value is unchanged) so I am not sure whether escnn can be applied to one-dimensional data. Can you give me some suggestions?

@wgimmy wgimmy closed this as completed Dec 18, 2023
@wgimmy wgimmy reopened this Dec 18, 2023
@maxxxzdn
Copy link

maxxxzdn commented Mar 5, 2024

Generally, escnn supports 2D and 3D grids, as well as irregular grids (e.g. point clouds). Usually, that is how people work with molecular data - cast is a a graph with features (I assume that is the feature matrix you are talking about) and run point convolutions.

escnn totally supports that; check out this example https://github.com/maxxxzdn/implicit-steerable-kernels/blob/main/examples/3_point_conv.ipynb

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