-
Notifications
You must be signed in to change notification settings - Fork 49
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
Add KNN graph lifting (point cloud to graph) #13
base: main
Are you sure you want to change the base?
Conversation
@FredericWantiez, please update the linting so your submission passes the tests and qualifies for the competition. |
Hello @FredericWantiez! Thank you for your submission. As we near the end of the challenge, I am collecting participant info for the purpose of selecting and announcing winners. Please email me (or have one member of your team email me) at guillermo_bernardez@ucsb.edu so I can share access to the voting form. In your email, please include:
Before July 12, make sure that your submission respects all Submission Requirements laid out on the challenge page. Any submission that fails to meet this criteria will be automatically disqualified. |
Add a lifting from point cloud sets to graph using the implied k-NN graph.
Note: there is no class in toponetx for a graph (compared to SC or CC classes for example), so going with something that torch_geometric could consume.