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

Label specific point or full subgraph #107

Open
bart1 opened this issue Jun 23, 2023 · 1 comment
Open

Label specific point or full subgraph #107

bart1 opened this issue Jun 23, 2023 · 1 comment

Comments

@bart1
Copy link
Collaborator

bart1 commented Jun 23, 2023

return dgl.mean_nodes(g, "h")

I think if I interpret this correct here we generate one label for the full graph, this might be tricky on the border of specific classes or for small objects in space. It would be good to also explore what happens if we label the specific point that was labeled.

@abelsiqueira
Copy link
Contributor

The point of interest becomes the graph. That graph is labeled (currently according to the POI label). The inference is done at this graph to determine the label of the graph. The inference of the POI is the inference of the graph.

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

2 participants