Graph Neural Network for bird point cloud data
Project description
Bird Cloud GNN
Synopsis
This software produces a graph representation derived from point cloud data, which is then used as input for a Graph Neural Network (GNN).This allows to increase the amount of data by the factor of 1000.
Code example
Motivation
In scenarios where labeled data is limited, there's a pressing need to expand the dataset effectively. One effective strategy involves altering the data's representation. In this context, we adopted such an approach by acquiring a graph representation from point cloud data. Depending on the chosen parameters, this transformation can augment the dataset by a factor of up to 1000. Subsequently, this graph representation is harnessed as input for Graph Neural Networks (GNNs). GNNs are highly sought after due to their innate ability to adeptly capture and leverage the inherent properties of graph-structured data. They excel in modeling intricate network relationships, autonomously acquiring informative features, and facilitating effective knowledge transfer.
Installation
To install bird_cloud_gnn from GitHub repository, do:
git clone https://github.com/point-cloud-radar/bird-cloud-gnn.git
cd bird-cloud-gnn
python3 -m pip install .
Documentation
The documentation can be found on Read the Docs.
Contributing
If you want to contribute to the development of bird_cloud_gnn, have a look at the contribution guidelines.
Credits
This package was created with Cookiecutter and the NLeSC/python-template.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bird_cloud_gnn-0.1.0.tar.gz
.
File metadata
- Download URL: bird_cloud_gnn-0.1.0.tar.gz
- Upload date:
- Size: 24.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ef72190558bf1fe7ef1e13e4a447a9a3f42fa99e85861e623691abb7f0c11d56 |
|
MD5 | dd2b61eadac6c9d79fac226d283592d5 |
|
BLAKE2b-256 | 195433b377866ecbe26dce0011ab204ac67573bd25f91ee62b1f2189168a6876 |
File details
Details for the file bird_cloud_gnn-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: bird_cloud_gnn-0.1.0-py3-none-any.whl
- Upload date:
- Size: 20.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 930b2da941fd1cb514d224c54d5b257892714ecaba0172605200e74154e3f645 |
|
MD5 | 32b3cd32cae2c0dfa69a0bdf82a78c34 |
|
BLAKE2b-256 | 06fb78b07bda6ea11477c234d5833fdd804d9becdd7326548eaab2d860aa0f1c |