Git Product home page Git Product logo

Comments (7)

sephyli avatar sephyli commented on August 24, 2024 1

Hi, thank you for your question. We chose not to merge the segmented lanelines into a continuous one because the distinction between different lane types is important, and the lane segments effectively represent the drivable regions within a lane. During the experiment, the task of map element detection was performed using the segmented lanelines under a fair comparison.

from lanesegnet.

Wolfybox avatar Wolfybox commented on August 24, 2024 1

done with MapTRv2 script and some modification.

from lanesegnet.

Wolfybox avatar Wolfybox commented on August 24, 2024

Hi, thank you for your question. We chose not to merge the segmented lanelines into a continuous one because the distinction between different lane types is important, and the lane segments effectively represent the drivable regions within a lane. During the experiment, the task of map element detection was performed using the segmented lanelines under a fair comparison.

Thanks for the quick reply.

Training map element detection with segmented lanelines does not quite make sense to me. Although it is reasonable to split laneline where lane types change, some lanelines of the same type are forced to be segmented when the laneline on the other side change in types. Below is an instance to futher clarify such circumstance:
----|-----
****|-----
"-" and "*" represents two different kinds of lanelines. "|" is a dividing mark that distinguishes two different lane segments.
Now because the right laneline "*" change to "-", the lane segment is divided. The left-laneline however, which does not change in type, got divided as well.
Perhaps OpenLane-V2 is designed and more suitable for learning at segment level. Doing general map element detection should need additional merging operation.

from lanesegnet.

Wolfybox avatar Wolfybox commented on August 24, 2024

Hi, thank you for your question. We chose not to merge the segmented lanelines into a continuous one because the distinction between different lane types is important, and the lane segments effectively represent the drivable regions within a lane. During the experiment, the task of map element detection was performed using the segmented lanelines under a fair comparison.

I tried extracting from lane segments all lanelines of the same type in one frame and then visualizing them on the bev plane. It gave me lots of overlapped and segmented lanelines.

from lanesegnet.

sephyli avatar sephyli commented on August 24, 2024

Under the given circumstance, these two lane segments in the top figure should be merged into one lane segment in our data processing.
However, sometimes, the merging process does not perform. This could happen in certain circumstances, including a merge/split or when one lane segment is in an intersection.

from lanesegnet.

sephyli avatar sephyli commented on August 24, 2024

Determining the best formulation only in the research field can be challenging. It often depends on the specific requirements of the downstream module.
If the downstream modules already rely on a continuous lane line representation, merging the predicted segmented lane lines becomes necessary. However, achieving this merging process is not straightforward unless some networks achieve a high precision and recall on this task.
For downstream modules that rely on the centerline representation, the formulation of lane segments can offer them a fresh perspective.

from lanesegnet.

Wolfybox avatar Wolfybox commented on August 24, 2024

Determining the best formulation only in the research field can be challenging. It often depends on the specific requirements of the downstream module. If the downstream modules already rely on a continuous lane line representation, merging the predicted segmented lane lines becomes necessary. However, achieving this merging process is not straightforward unless some networks achieve a high precision and recall on this task. For downstream modules that rely on the centerline representation, the formulation of lane segments can offer them a fresh perspective.

Thanks for reply.

I just found that MapTRv2 provides script to merge overlapped and joint lanelines with av2 api.
Since ol2 can be associated with av2 by source-id and timestamp. Maybe it is feasible to use av2's map annotation along with ol2's ?

from lanesegnet.

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.