LArbys / LArCV

Liquid Argon Computer Vision
11 stars 9 forks source link

unpooling layer #45

Closed vgenty closed 8 years ago

vgenty commented 8 years ago

I implemented the Unpooling layer based of the work of HyeonwooNoh

https://github.com/HyeonwooNoh/caffe

And it visually does what you expect it to. I also tried out Jeff Donahoue's implementation and it just plain didn't work (https://github.com/BVLC/caffe/pull/3601) even after monkeying with it. I pushed to the apicaffe_cleanup branch.