You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: