Git Product home page Git Product logo

Comments (2)

qijiezhao avatar qijiezhao commented on September 3, 2024 9

Good questions!
Recently, we're preparing for some dues, sorry for the late answering.
1, Why SFAM False: Two points: (1)SFAM will slow down the training process. (2)SFAM is a little tricky, sometimes positive while sometimes negative for the accuracy. For example, SFAM is beneficial for 320x320 size, but has no obvious improvement for 512x512 size. (we guess the main reason is training epochs). So, to avoid confusion, we set SFAM as False default.
2, the lack of initiation of Norm layer has no effect to the final accuracy.(You can add it) 40x40 is the largest feature, we follow SSD to norm it due to that normal distribution is beneficial to stabilize the training process.
3, Why set the fifth Conv layer (stride:1x1, padding:0x0): To leave a larger feature map for the minimum one. This step can improve the localization accuracy of large objects.
4, Is there any negative influence when resizing original images to square shape for object detection: Very little, because we employ the same operation at training process.
5, Where is multi-scale evaluation: I am busy for other dues recently, this script will appear in next month.
6, "the largest output feature map" of "The FFMv2 fuses the base feature and the largest output feature map of the previous Tum" in original paper is 40x40? Yes

from m2det.

foralliance avatar foralliance commented on September 3, 2024

@qijiezhao
many many thanks!!!

from m2det.

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.