#353 · Primary category: Computer Vision
deep_gcns_torch
Pytorch Repo for DeepGCNs (ICCV'2019 Oral, TPAMI'2021), DeeperGCN (arXiv'2020) and GNN1000(ICML'2021): https://www.deepgcns.org
Project last updated:07/31/22
GitHub Stars
1.2K
Forks
153
Contributors
9
License
MIT
Why we included this project
This is the PyTorch reference implementation of DeepGCNs, the line of research that borrowed depth tricks from CNNs, like residual and dense connections and dilated convolutions, and applied them to graph convolutional networks. Anyone working with 3D point clouds will find ready-to-run pipelines for semantic segmentation on S3DIS and PartNet and classification on ModelNet40, each folder carrying its own instructions, data, and pretrained models. The later DeeperGCN and GNN1000 variants are here too, so it works as a single place to compare very deep and memory-efficient GNN designs on OGB graph datasets. The core graph layers sit in a modular gcn_lib with dense and sparse backends, which makes it feasible to lift the code into your own architectures instead of only reproducing the papers.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
opencv
Open Source Computer Vision Library
RuView
π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
PaddleOCR
Turn any PDF or image document into structured data for your AI. A powerful, lightweight OCR toolkit that bridges the gap between images/PDFs and LLMs. Supports 100+ languages.
MinerU
Transforms complex documents like PDFs and Office docs into LLM-ready markdown/JSON for your Agentic workflows.
tesseract
Tesseract Open Source OCR Engine (main repository)