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

Implementing CAT with GNN #13

Open
yogeshhk opened this issue Jun 11, 2023 · 0 comments
Open

Implementing CAT with GNN #13

yogeshhk opened this issue Jun 11, 2023 · 0 comments
Labels
RnD Need research

Comments

@yogeshhk
Copy link
Owner

yogeshhk commented Jun 11, 2023

Chordal Axis Transform like approach along with Link Prediction of Graph Neural Network can be combined to generate midcurves.

Training data: Supervised

  • Profile and its midcurve data is available
  • Triangulate profile shape. Get midpoints of all sides of all triangles. Make a graph.
  • In the graph, for 2D profile, only certain links are active (basically the outer shape, for midcurve some other links are active, basically the middle ones.
  • Now the problem boils down to, given both inputs and output topologies, can we predict midcurve links given profile graph and links.

shapes_drawio

@yogeshhk yogeshhk added the RnD Need research label Jun 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RnD Need research
Projects
None yet
Development

No branches or pull requests

1 participant