point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Build GNN models with annotated data #59

Open abelsiqueira opened 1 year ago

abelsiqueira commented 1 year ago

Investigate using the real dataset as input for GNN. It doesn't need to run with all data, and it doesn't have to use the "real" parameters. In other words, we can set max_distance, min_neighbours, and max_edge_distance to result in a small number of small graphs so that we can run locally.

The objective of this issue is to build the model, while #60 will handle dealing with large amount of data.

abelsiqueira commented 1 year ago

We discussed to have the scripts from this investigation in a separate private repo in this same organization. This is the closing action.