/context-gated-convolution

Implementation for Context-Gated Convolution

Primary LanguagePython

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}
}