WarBean / tps_stn_pytorch
PyTorch implementation of Spatial Transformer Network (STN) with Thin Plate Spline (TPS)
☆936Updated 3 years ago
Alternatives and similar repositories for tps_stn_pytorch:
Users that are interested in tps_stn_pytorch are comparing it to the libraries listed below
- pytorch version of spatial transformer networks☆591Updated 7 years ago
- Deformable ConvNets V2 (DCNv2) in PyTorch☆1,456Updated 2 years ago
- PyTorch implementation of Deformable Convolution☆909Updated 3 years ago
- Code for "Deep Snake for Real-Time Instance Segmentation" CVPR 2020 oral☆1,158Updated 9 months ago
- Synchronized Batch Normalization implementation in PyTorch.☆1,498Updated 3 years ago
- A Tensorflow implementation of Spatial Transformer Networks.☆993Updated 6 years ago
- Code for the Lovász-Softmax loss (CVPR 2018)☆1,387Updated 10 months ago
- Implementation of DropBlock: A regularization method for convolutional networks in PyTorch.☆592Updated 4 years ago
- Inverse Compositional Spatial Transformer Networks (CVPR 2017 oral)☆318Updated 5 years ago
- Implementation of Non-local Block.☆1,572Updated last year
- Code for 'PolarMask: Single Shot Instance Segmentation with Polar Representation'☆876Updated 2 years ago
- PyTorch implementation of Deformable ConvNets v2 (Modulated Deformable Convolution)☆752Updated 5 years ago
- Please choose the openseg.pytorch project for the updated code that achieve SOTA on 6 benchmarks!☆810Updated 4 years ago
- PyTorch Implementations for DeeplabV3 and PSPNet☆773Updated 5 years ago
- FastFCN: Rethinking Dilated Convolution in the Backbone for Semantic Segmentation.☆840Updated 4 years ago
- Spatial Transformer Networks in Pytorch.☆157Updated 4 years ago
- a reimplementation of Holistically-Nested Edge Detection in PyTorch☆483Updated last month
- (ImageNet pretrained models) The official pytorch implemention of the TPAMI paper "Res2Net: A New Multi-scale Backbone Architecture"☆1,087Updated 2 years ago
- GCNet: Non-local Networks Meet Squeeze-Excitation Networks and Beyond☆1,201Updated 4 years ago
- pip install antialiased-cnns to improve stability and accuracy☆1,661Updated 10 months ago
- RoIAlign & crop_and_resize for PyTorch☆555Updated 2 years ago
- Richer Convolutional Features for Edge Detection model in pytorch CVPR2017☆517Updated 3 years ago
- PyTorch implementation of PSPNet segmentation network☆587Updated 7 years ago
- Feature Pyramid Networks in PyTorch☆474Updated 7 years ago
- Pytorch implementation of Feature Pyramid Network (FPN) for Object Detection☆956Updated 6 years ago
- Pytorch implementation of newly added convolution☆584Updated 5 years ago
- The official Pytorch implementation of OCNet, OCRNet, and SegFix.☆1,195Updated 6 months ago
- The code for Expectation-Maximization Attention Networks for Semantic Segmentation (ICCV'2019 Oral)☆683Updated 4 years ago
- Deformable Convolutional Networks v2 with Pytorch