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 we get more examples for PerceiverIO? #45

Open
HWiese1980 opened this issue Sep 1, 2021 · 1 comment
Open

Can we get more examples for PerceiverIO? #45

HWiese1980 opened this issue Sep 1, 2021 · 1 comment

Comments

@HWiese1980
Copy link

I'd especially love to see some more explanations on how input data has to be shaped (what the dimensions are), how to reach a certain output shape and how to interpret all the numbers.

@HWiese1980
Copy link
Author

Furthermore I'd love to see how to actually setup a full training loop for this model.

Some words about my use case: my input data is a point cloud consisting of a number of aroung 450 3D points, my output/target is a set of, for instance (might be more, might be less), around 100 "aspects" (i.e. floating point values between -1 and 1). Certain aspects modify certain points of the point cloud in specific ways. I can artificially generate point clouds by these aspects.

What I want a model (doesn't have to be Perceiver IO, but I thought this might work very well) to learn is the other direction, from the point cloud back to the aspects that generated it.

I'd like to see how you would tackle this problem with the PerceiverIO model and especially with the PyTorch implementation of it.

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

1 participant