shitou208 / RTNs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTNs (Recurrent Transformer Networks)

Version 1.0 (11 Mar. 2019)

Contributed by Seungryong Kim (seungryong.kim@epfl.ch).

This code is written in MATLAB, and implements the RTNs [project website].

Dependencies

Pre-trained Models

  • RTNs with synthetic training (in data/RTNs_synthetic) [RTNs_synthetic].
  • RTNs on PF-PASCAL (in data/RTNs) [RTNs].

Getting started

  • get_train_pascal_synthetic.m get the synthetic training data from PASCAL-VOC 2011 datasets.
  • get_train_pf_pascal.m get the training data from PF-PASCAL datasets.
  • train_pascal_synthetic.m trains the RTNs with the synthetic training data
  • train_pf_pascal.m trains the RTNs on the PF-PASCAL training data
  • test_pf_pascal.m tests the RTNs on the PF-PASCAL training data

Notes

  • The code is provided for academic use only. Use of the code in any commercial or industrial related activities is prohibited.
  • If you use our code, please cite the paper.
@InProceedings{kim2018nips,
author = {Seungryong Kim and Stephen Lin and Sangryul Jeon and Dongbo Min and Kwanghoon Sohn},
title = {Recurrent Transformer Networks for Semantic Correspondence},
booktitle = {Proceedings of the Neural Information Processing Systems (NeurIPS 2018)},
year = {2018}
}

About


Languages

Language:C 38.7%Language:MATLAB 24.3%Language:Cuda 14.3%Language:HTML 4.5%Language:Python 4.5%Language:C++ 4.3%Language:TeX 3.9%Language:Makefile 2.3%Language:CSS 1.0%Language:Shell 0.8%Language:Objective-C 0.8%Language:Roff 0.3%Language:Clean 0.2%Language:JavaScript 0.0%Language:M 0.0%