Giter Site home page Giter Site logo

loupe-pytorch's Introduction

loupe-pytorch

Learnable mOdUle for Pooling fEatures(LOUPE) implementation in pytorch and it's example use Converted the code from Antoine Miech, Ivan Laptev, Josef Sivic presented in https://github.com/antoine77340/LOUPE Inspired from https://gist.github.com/catta202000/cbf5cae9199ccd72adddef452358df3b

The code is not extensively tested, please ping me if you notice any problems.

LSTM-Loupe shows the use of NetVLAD layer for pooling the outputs of multiple LSTM's.

loupe-pytorch includes the pytorch implementations of multiple learnable pooling layers: NetVLAD, NetRVLAD, SoftDBoW and NetFV NetFV implementation is currently not working.

loupe-pytorch's People

Contributors

ekingedik avatar

Stargazers

Xiangji Zeng avatar Akon Lau  avatar Bomin Kim avatar 徐铭远 avatar AXiu avatar DECEM avatar Zhenpeng Huang avatar SamuelSiu avatar linyu avatar Qi HE avatar  avatar Jiong Wang avatar R avatar  avatar Egqawkq avatar I'm LZ avatar Chirag Raman avatar

Watchers

 avatar

loupe-pytorch's Issues

NetVLAD

when I use NetVLAD, I find that this model get reshaped_input in this way:

reshaped_input = input.view(-1, self.feature_size)

but image is channel first in pytorch, like the screenshot below, although the above operation can get the same shape tensor, this tensor is wrong

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.