-
Updated
Aug 24, 2020 - Python
#
geometric-deep-learning
Here are 52 public repositories matching this topic...
Geometric Deep Learning Extension Library for PyTorch
Convolutional Neural Network for 3D meshes in PyTorch
machine-learning
computer-graphics
pytorch
mesh
segmentation
convolutional-neural-networks
3d
geometric-deep-learning
-
Updated
Mar 9, 2020 - Python
Tensorflow Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
-
Updated
Jan 23, 2020 - Python
Pytorch Repo for "DeepGCNs: Can GCNs Go as Deep as CNNs?" ICCV2019 Oral https://www.deepgcns.org
-
Updated
Aug 14, 2020 - Python
Grakn Knowledge Graph Library (ML R&D)
python
machine-learning
ai
neural-network
graph
tensorflow
graphs
ml
artificial-intelligence
knowledge-graph
knowledgebase
knowledge-graph-completion
relational-learning
link-prediction
graph-convolutional-networks
grakn
graql
geometric-deep-learning
graph-networks
-
Updated
Aug 19, 2020 - Python
Relation-Shape Convolutional Neural Network for Point Cloud Analysis (CVPR 2019 Oral & Best paper finalist)
deep-learning
artificial-intelligence
convolutional-neural-network
3d-graphics
3d-point-clouds
3d-convolutional-network
geometric-deep-learning
normal-estimation
3d-shape-segmentation
3d-shape-recognition
-
Updated
Jan 17, 2020 - Python
PyTorch Extension Library of Optimized Graph Cluster Algorithms
-
Updated
Aug 24, 2020 - C++
MaSIF- Molecular surface interaction fingerprints. Geometric deep learning to decipher patterns in molecular surfaces.
-
Updated
Jun 15, 2020 - Python
A Temporal Extension Library for PyTorch Geometric
deep-learning
network-science
pytorch
temporal-networks
spatial-analysis
spatial-data
network-embedding
spatio-temporal-analysis
graph-convolutional-networks
gcn
spatio-temporal-data
temporal-data
graph-embedding
geometric-deep-learning
graph-neural-networks
node-embedding
graph-convolution
gnn
temporal-graphs
-
Updated
Aug 21, 2020 - Python
SGAS: Sequential Greedy Architecture Search (CVPR'2020) https://www.deepgcns.org/auto/sgas
-
Updated
Jul 13, 2020 - Python
Geometric Deep Learning for Flux
-
Updated
Aug 24, 2020 - Julia
Geom-GCN: Geometric Graph Convolutional Networks
-
Updated
Feb 10, 2020 - Python
Implementation of Deep Graph Matching Consensus in PyTorch
-
Updated
Jun 20, 2020 - Python
DensePoint: Learning Densely Contextual Representation for Efficient Point Cloud Processing (ICCV 2019)
deep-learning
artificial-intelligence
convolutional-neural-networks
3d-graphics
3d-point-clouds
3d-convolutional-network
geometric-deep-learning
normal-estimation
3d-shape-segmentation
3d-shape-recognition
-
Updated
Dec 16, 2019 - Python
A PyTorch Graph Neural Network Library
-
Updated
Aug 20, 2020 - Python
Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch
-
Updated
Jul 31, 2020 - C++
Protein Graph Library
bioinformatics
deep-learning
structural-biology
protein-data-bank
protein-structure
computational-biology
pytorch
protein
protein-design
geometric-deep-learning
graph-neural-networks
dgl
-
Updated
Aug 21, 2020 - Jupyter Notebook
Source code for CVPR 2018 Oral paper "Surface Networks"
-
Updated
Jan 29, 2020 - Python
Python package for graph neural networks in chemistry and biology
bioinformatics
deep-learning
cheminformatics
molecule
drug-discovery
geometric-deep-learning
graph-neural-networks
dgl
-
Updated
Aug 25, 2020 - Python
Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (arXiv Pre-print)
deep-learning
pytorch
combinatorial-optimization
travelling-salesman-problem
geometric-deep-learning
graph-neural-networks
-
Updated
Jul 14, 2020 - Python
This repo contains code to convert Structured Documents to Graphs and implement a Graph Convolution Neural Network for node classification
-
Updated
Mar 31, 2020 - Python
PyTorch reimplementation for "KPConv: Flexible and Deformable Convolution for Point Clouds" https://arxiv.org/abs/1904.08889
-
Updated
Jul 9, 2020 - C++
Code for SIGGRAPH paper CNNs on Surfaces using Rotation-Equivariant Features
-
Updated
Jun 4, 2020 - Python
ben-xD
commented
Aug 10, 2020
In examples/inference.py, how do I calculate stats passed to unNormalizeData() from evo_skeleton.dataset.h36m.data_utils import unNormalizeData, as I am using my own images, and can't create a new stats.npy for my images. I would eventually like to pass video to it too.
Thanks in advance
Official PyTorch implementation of "Towards Deeper Graph Neural Networks" [KDD2020]
-
Updated
Aug 20, 2020 - Python
code to train a neural network to align pairs of shapes without needing ground truth warps for supervision
machine-learning
deep-learning
computer-graphics
torch
shape-analysis
self-supervised
geometric-deep-learning
shape-alignment
shape-matching
-
Updated
Jul 21, 2019 - Cuda
Implementation of "Overlapping Community Detection with Graph Neural Networks"
community-detection
pytorch
overlapping-community-detection
geometric-deep-learning
graph-neural-networks
-
Updated
Feb 25, 2020 - Jupyter Notebook
Hierarchical Inter-Message Passing for Learning on Molecular Graphs
-
Updated
Jun 23, 2020 - Python
[ICML 2020] Differentiating through the Fréchet Mean (https://arxiv.org/abs/2003.00335).
-
Updated
Jul 14, 2020 - Python
Improve this page
Add a description, image, and links to the geometric-deep-learning topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the geometric-deep-learning topic, visit your repo's landing page and select "manage topics."
Description
Currently our unit tests are disorganized and each test creates example StellarGraph graphs in different or similar ways with no sharing of this code.
This issue is to improve the unit tests by making functions to create example graphs available to all unit tests by, for example, making them pytest fixtures at the top level of the tests (see https://docs.pytest.org/en/latest/