Git Product home page Git Product logo

Comments (3)

pierluigiferrari avatar pierluigiferrari commented on May 24, 2024

Both the paper and the model evolved over time, both in terms of the layer names and the layer structure. The layer structure you see in the paper is the same you see in ssd300.py, some layers are just named differently than in the paper. Layers conv8 - conv11 in the figure in the paper are the same as layers conv6 - conv9 in ssd300.py.

The reason for this is that the naming in the latest version of the paper is not consistent with the naming in the actual prototxt that defines the model, and I followed the naming in the prototxt file, i.e. what you see in ssd300.py accurately reflects the original Caffe implementation. In other words, what matters is not the figure in paper, but the Caffe model implementation file.

Regarding the pool3 layer, it too is parameterized exactly according to the original Caffe implementation of SSD300. The padding of all pooling layers is valid except for pool5.

I recommend you download the original Caffe model and take a look at deploy.prototxt to convince yourself that the model definitions are identical.

from ssd_keras.

alalbiol avatar alalbiol commented on May 24, 2024

Thanks! you are totally right

from ssd_keras.

pierluigiferrari avatar pierluigiferrari commented on May 24, 2024

Anytime!

from ssd_keras.

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.