Skip to content

Cadene/weldon.torch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weldon Pooling for Torch7

Pull requests are more than welcome!

Weldon Pooling is a critical module developped in the frame of a conference paper published at CVPR 2016 "WELDON: Weakly Supervised Learning of Deep Convolutional Neural Networks".

The implementation included in this repositery was made by the first author, namely Thibaut Durand. Remi Cadene helped a bit by providing support and, above all, butter croissants.

Installation

$ git clone https://github.com/Cadene/weldon.torch
$ cd weldon.torch
$ luarocks make rocks/weldon-scm-1.rockspec

How to

require 'nn'
require 'WeldonPooling'
m = nn.WeldonPooling(5, 2)
m:forward(torch.ones(10,5,10,10))

References

If this helps you, please cite the paper:

@inproceedings{Durand_WELDON_CVPR_2016,
author = {Durand, Thibaut and Thome, Nicolas and Cord, Matthieu},
title = {{WELDON: Weakly Supervised Learning of Deep Convolutional Neural Networks}},
booktitle = {The IEEE Conference on Computer Vision and Pattern Recognition (CVPR)},
year = {2016}
}

Licence

MIT License

About

Weldon Pooling for Torch7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors