Code Monkey home page Code Monkey logo

Comments (5)

sephyli avatar sephyli commented on September 27, 2024 1

I see. We are currently utilizing the raw implementation of mmdet.
After carefully reviewing the code, I discover that the refinement process relies on the reference points from the last layer. To clarify, the first layer uses the init_reference points, while the second layer uses inter_references[0], which corresponds to the init_reference refined with reg_results[0].
Although this implementation may appear slightly misleading and redundant, it is indeed correct.

from toponet.

sephyli avatar sephyli commented on September 27, 2024

Hi, @wenjie710. We set with_box_refine=True in TE head (bbox_head), and with_box_refine=False in LC head (lane_head). We did not appliy any refinement to the reference points, as shown in the SGNN decoder. The reference points for each decoder layer are the same.

from toponet.

sephyli avatar sephyli commented on September 27, 2024

In our early experiments, we discovered that refining the single reference point with the predicted lane's bounding box center or middle point actually harms performance. This inspired us to propose lane attention with multiple reference points in the LaneSegNet paper.

from toponet.

wenjie710 avatar wenjie710 commented on September 27, 2024

@sephyli Thank you for your prompt response. To clarify, the TE head in question seems to have a refinement step applied to the output reference points, despite the fact that the refinement is already performed within self.transformer due to with_box_refine=True. Therefore, the additional refinement may be unnecessary.

from toponet.

wenjie710 avatar wenjie710 commented on September 27, 2024

OK I see. Thank you for explaining it so clearly.

from toponet.

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.