Ali-Sahili / STN-CoordConv

Pytorch implementation of spatial transformer networks (STN), CoordConv for ConvLayers and some experiments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STN-CoordConv

Pytorch implementation of spatial transformer networks (STN) and CoordConv for ConvLayers with some experiments on toy datasets.

Implemented Methods/Papers

Requirements

The experiments were performed using Python 3.8.5 with the following Python packages:

Usage

To play with my implementation, you can simply put the following command into your terminal after adjusting the necessary parameters:

python3 main.py [--seed SEED] [--use_cuda USE_CUDA]
                [--batch_size BATCH_SIZE] [--lr LR]
                [--num_workers NUM_WORKERS] 
                [--num_epochs NUM_EPOCHS] 
                [--optimizer OPTIMIZER] [--beta1 BETA1] [--beta2 BETA2]

Acknowledgements

  1. implementation of STN by Ankit.
  2. implementation of CoordConv by Chao Wen.

About

Pytorch implementation of spatial transformer networks (STN), CoordConv for ConvLayers and some experiments.


Languages

Language:Python 100.0%