The Wayback Machine - https://web.archive.org/web/20210107040955/https://github.com/leftthomas/CARAFE
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

CARAFE

A PyTorch implementation of CARAFE based on ICCV 2019 paper CARAFE: Content-Aware ReAssembly of FEatures.

Network Architecture image from the paper

Requirements

conda install pytorch torchvision -c pytorch

Installation

pip install git+https://github.com/leftthomas/CARAFE.git@master

To update:

pip install --upgrade git+https://github.com/leftthomas/CARAFE.git@master

Example

from carafe import CARAFE, CARAFENaive
module = CARAFE(kernel_size=5, group_size=1, scale_factor=4)
module = CARAFENaive(kernel_size=5, group_size=1, scale_factor=4)

Contribution

Any contributions to CARAFE are welcome!

Copyright and License

CARAFE is provided under the MIT License.

About

A PyTorch implementation of CARAFE based on ICCV 2019 paper “CARAFE: Content-Aware ReAssembly of FEatures”

Topics

Resources

License

Packages

No packages published
You can’t perform that action at this time.