XudongLinthu / context-gated-convolution

Implementation for Context-Gated Convolution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Context-Gated Convolution [arXiv]

To appear in ECCV 2020

A sample implementation of CGC+ ResNet 50 is now provided!

Denpendencies

The code is built with following libraries:

The training and testing scripts are coming soon!

@misc{lin2019contextgated,
    title={Context-Gated Convolution},
    author={Xudong Lin and Lin Ma and Wei Liu and Shih-Fu Chang},
    year={2019},
    eprint={1910.05577},
    archivePrefix={arXiv},
    primaryClass={cs.CV}
}

About

Implementation for Context-Gated Convolution


Languages

Language:Python 100.0%