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

[DEVELOPMENT] Consider using a KNN to construct the intial graph #337

Open
quantumjot opened this issue Nov 9, 2023 · 0 comments
Open
Labels
methodology Building functional & diverse pipeline

Comments

@quantumjot
Copy link
Collaborator

We should consider using a KNN to construct the intial graph, and compare this with the current triangulation method.

https://pytorch-geometric.readthedocs.io/en/latest/generated/torch_geometric.nn.pool.knn_graph.html#torch_geometric.nn.pool.knn_graph

This would have the additional benefit of allowing alternative hypotheses (such as crossing) for object connections in the optimisation step, at the cost of additional computational complexity.

@quantumjot quantumjot added the methodology Building functional & diverse pipeline label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
methodology Building functional & diverse pipeline
Projects
None yet
Development

No branches or pull requests

1 participant