Giter Club home page Giter Club logo

Comments (4)

visionNoob avatar visionNoob commented on September 15, 2024

단순히 결과 matrix의 center 가 네 개가 아닌 딱 하나가 되도록 함이 주 목적일까요?

from yolo9000.

ssaru avatar ssaru commented on September 15, 2024

예를들어 최종 feature map이 7x7이라고 가정했을 때,
큰 Object의 경우(Image 전체를 차지할 정도로) 대부분의 label의 center point가 이미지 중앙에 옵니다.
(width / 2, height/2)

input image가 448x448인 경우 scale factor에 의해 feature map이 down sclae되었을 때, 짝수범위로 나타나 feature map의 center 인근에는 4개의 classifier cell이 존재하게됩니다.

하지만 input image가 416x416인 경우 feature map의 center 부근에 정확하게 딱 1개의 classifier cell이 존재해서 큰 Object에 대해서는 center classifier cell이 이를 모두 담당하게 됩니다.

from yolo9000.

ssaru avatar ssaru commented on September 15, 2024

@insurgent92 네 맞습니다. 4개의 cell로 분산되었을 때의 성능과 1개의 cell에 집중되었을 때에 네트워크에 영향이 어떻게 가는지에 대한 실험내용은 없어서 어떤 의미가 있는지는 잘 모르겠습니다.

from yolo9000.

visionNoob avatar visionNoob commented on September 15, 2024

@ssaru 그러게요! 단순하게 생각하면 4개더라도 NMS를 하면 동일하지 않을까 싶기두 하구요!
수요일 회의때 다시한번 논의해보도록 하죠!

from yolo9000.

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.