spatial-transformer-network
There are 39 repositories under spatial-transformer-network topic.
kevinzakka/spatial-transformer-network
A Tensorflow implementation of Spatial Transformer Networks.
WarBean/tps_stn_pytorch
PyTorch implementation of Spatial Transformer Network (STN) with Thin Plate Spline (TPS)
RenYurui/Global-Flow-Local-Attention
The source code for paper "Deep Image Spatial Transformation for Person Image Generation"
daviddao/spatial-transformer-tensorflow
🐝Tensorflow Implementation of Spatial Transformer Networks
anilbas/3DMMasSTN
MatConvNet implementation for incorporating a 3D Morphable Model (3DMM) into a Spatial Transformer Network (STN)
ddtm/deep-smile-warp
DeepWarp for Facial Expression Manipulation
gasparian/CRNN-OCR-lite
Lightweight CRNN for OCR (including handwritten text) with depthwise separable convolutions and spatial transformer module [keras+tf]
sbillburg/CRNN-with-STN
implement CRNN in Keras with Spatial Transformer Network
AlexHex7/Spatial-Transformer-Networks_pytorch
Spatial Transformer Networks. Refer to daviddao/spatial-transformer-tensorflow.
aarcosg/tsr-torch
Code for the paper entitled "Deep neural network for traffic sign recognition systems: An analysis of spatial transformers and stochastic optimisation methods".
sayakpaul/Spatial-Transformer-Networks-with-Keras
This repository provides a Colab Notebook that shows how to use Spatial Transformer Networks inside CNNs in Keras.
wolfapple/traffic-sign-recognition
Built and trained a deep neural network to classify traffic signs, using PyTorch. The highlights of this solution would be data preprocessing, trained with heavily augmented data and using Spatial Transformer Network.
zsdonghao/Spatial-Transformer-Nets
Spatial Transformer Nets in TensorFlow/ TensorLayer
chengzhang/CRNN
CRNN(Convolutional Recurrent Neural Network), with optional STN(Spatial Transformer Network), in Tensorflow, multi-gpu supported.
verlab/DEAL_NeurIPS_2021
PyTorch implementation of the descriptor DEAL presented at NeurIPS 2021 "Extracting Deformation-Aware Local Features by Learning to Deform".
sagarverma/FashionRecommendationST-LSTM
Diversity in Fashion Recommendation Using Semantic Parsing
kvn219/cluttered-mnist
Experiments on cluttered mnist dataset with Tensorflow.
ppriyank/Deep-neural-network-for-traffic-sign-recognition-systems
Pytorch Implementation of Deep neural network for traffic sign recognition systems: An analysis of spatial transformers and stochastic optimisation methods
gorjanradevski/sr-bert
Codebase for "Decoding language spatial relations to 2D spatial arrangements" (Findings of EMNLP 2020).
bhavanajain/spatial-transformer-networks
Tensorflow models for Spatial Transformer Networks
ethanwharris/foveated-convolutions
Code for the paper: Foveated Convolutions: Improving Spatial Transformer Networks by Modelling the Retina
narrowsnap/pytorch_STN
pytorch STN implement for CUB200 dataset
jmswaney/autoencoder-registration
Large-scale 3D image registration based on spatial transformers and stacked convolutional autoencoders
BugIITheGreat/MSG-MIR
Code for paper "Vis-IR Images Registration via Multi-scale Generative Adversial Network" Chao X.,Hanlin Z.,Ke Z.
HossamMKasem/A-Very-Deep-Spatial-Transformer-Towards-Robust-Single-Image-Super-Resolution
A-Very-Deep-Spatial-Transformer-Towards-Robust-Single-Image-Super-Resolution
ileefmans/SCINet
SCINet is a codebase for models that identify persistent facial skin conditions
stanford-traffic-sign/stanford-cs230-traffic-sign
Stanford CS 230 Group Project
jerinka/voxelmorph_demo
Demo of deformable registration methods utilizing voxelmorph
justanhduc/spatial-transformer-network
A Theano implementation of the paper "Spatial Transformer Networks" by Jaderberg et al..
kaushal-k/Deep-Emotion
Tensorflow Implementation of DeepEmotion for Facial Expression Recognition
gokul-pv/DawnOfTransformers
Implemenation of spatial transformers and explanation for the Vision transformers
manuel-munoz-aguirre/mnist-benchmark
MNIST benchmarks with Spatial Transformer Networks, Vision Transformers and SpinalNets, with model modifications including CoordConv layers.
ventus550/spatial-transformer
Keras implementation of the spatial transformer network.
ychen921/Sonar-Image-Registration
Sonar image registration by end to end unspuervised learning
Jomelson/tps
Thin-plate spline interpolation estimates scene illumination for better color accuracy in images. This method enhances automatic white balancing for digital cameras by using a refined training set. 🛠️🌈