CoordConv-pytorch
Coordinate transformer
An implementation of a convolutional neural network component that handles spatial coordinates.
Pytorch implementation of CoordConv introduced in 'An intriguing failing of convolutional neural networks and the CoordConv solution' paper. (https://arxiv.org/pdf/1807.03247.pdf)
397 stars
18 watching
50 forks
Language: Python
last commit: over 6 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| A PyTorch implementation of a neural network module for relational reasoning in computer vision tasks | 809 |
| An implementation of a deep learning model for grounding situation recognition in images | 45 |
| A PyTorch implementation of various deep convolutional networks for efficient training and evaluation on diverse datasets. | 347 |
| Decoupled Neural Interfaces using Synthetic Gradients for PyTorch | 236 |
| A PyTorch toolbox for supporting research and development of domain adaptation, generalization, and semi-supervised learning methods in computer vision. | 1,236 |
| A Python interface to PROJ, enabling coordinate transformations and projections in geospatial applications. | 1,074 |
| PyTorch implementation of video captioning, combining deep learning and computer vision techniques. | 402 |
| A Python implementation of fully convolutional networks for semantic segmentation in computer vision. | 409 |
| A C++ implementation of PyTorch tutorials | 1,978 |
| An implementation of synthetic gradients to decouple neural network layers and enable scalable communication between them | 119 |
| An implementation of reinforcement learning for visual relationship and attribute detection using PyTorch. | 63 |
| A Python framework for building deep learning models with optimized encoding layers and batch normalization. | 2,044 |
| PyTorch implementation of DeepLab v2 for semantic segmentation on COCO-Stuff and PASCAL VOC datasets | 1,098 |
| This project presents a method for learning dense object descriptors from self-supervised data, enabling tasks such as robotic manipulation and object recognition. | 561 |
| A PyTorch implementation of a graph neural network architecture | 1,246 |