GithubHelp home page GithubHelp logo

Comments (2)

Relja avatar Relja commented on August 18, 2024

Hi, I'll check this for you tonight as I don't have Matlab at hand right now.
Btw, there is an independent tensorflow implementation of NetVLAD (though they didn't use it for place recognition but for winning the Youtube-8M challenge):
https://github.com/antoine77340/LOUPE
There's also an independent caffe implementation used for place recognition:
https://github.com/hyojinie/crn

from netvlad.

Relja avatar Relja commented on August 18, 2024

I checked some old logs, as right now I don't have access to a MATLAB+GPU, and as far as I can see, for a batch of 4 images that are 640x480 each (so much larger than the standard 224x224), including all overhead of loading the image and saving descriptors on disk (nothing smart done here, no pre-fetching or reading images in parallel as is generally standard in deep learning):
VGG-16 with Max on conv5_3: 1.2s
VGG-16 with NetVLAD on conv5_3: 1.75s
AlexNet with Max on conv5: 0.15s
AlexNet with NetVLAD on conv5: 0.45s
I'm not sure, but I think this was done on a K20. I did not use cuDNN, which should bring all these numbers down.

from netvlad.

Related Issues (20)

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.