Giter Club home page Giter Club logo

Comments (7)

arashwan avatar arashwan commented on August 24, 2024

@lmomoy In layer ranges, we set it to [0,48,0,48] cause we want to assign objects with width/height less than 48 to the base layer. Note that we extended other layer ranges for the same reason.

from matrixnet.

lmomoy avatar lmomoy commented on August 24, 2024

thanks for your reply
but I am still confused that if the base layer (top left) should be set as [0,48,0,48], but not [24,48,24,48], because the top left layer is [0,48,0,48] in matirxnet

from matrixnet.

arashwan avatar arashwan commented on August 24, 2024

@lmomoy base_layer_range variable is used to compute anchor widths/heights. We didn't want to use the extended ranges (layer_ranges) since this will introduce some inconsistencies between matrix layers (i.e. anchor width and height w.r.t. layer size will be different from layer to another).

from matrixnet.

liushuai839 avatar liushuai839 commented on August 24, 2024

Hello,guys,I also have some questions in layer range, as I know, the height and width of feature map is a stationary number, but why it is a range in your paper and code ?

from matrixnet.

rra94 avatar rra94 commented on August 24, 2024

It's a range in the sense that the height or width of the ground truth has to lie within a [min, max] set to be assigned to a layer.

from matrixnet.

liushuai839 avatar liushuai839 commented on August 24, 2024

It's a range in the sense that the height or width of the ground truth has to lie within a [min, max] set to be assigned to a layer.

Does it means that the feature map will be assigned every layer and the every layer will dectect the corresponding aspect ratios object, and the result bbox is the sum of all of layer result bbox?

from matrixnet.

rra94 avatar rra94 commented on August 24, 2024

each layer has a feature map of its own - it's downsampled from the last layers of a resnet into a large feature pyramid with asymmetric strides.
each layer will have its own set of detections - yes
then NMS is used to get the highest scoring boxes

from matrixnet.

Related Issues (11)

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.