Coder Social home page Coder Social logo

curvature estimation about lanedet HOT 9 CLOSED

turoad avatar turoad commented on August 21, 2024
curvature estimation

from lanedet.

Comments (9)

Turoad avatar Turoad commented on August 21, 2024

Currently, this repo supports lane detection by deep learning, including both straight or curve lanes.

What's the curvature detection?

from lanedet.

k-nayak avatar k-nayak commented on August 21, 2024

I wanted to know about the computation of curvature of the lane in real-time.

from lanedet.

Turoad avatar Turoad commented on August 21, 2024

curvature? Is this https://en.wikipedia.org/wiki/Curvature?

from lanedet.

k-nayak avatar k-nayak commented on August 21, 2024

Yes. The plane curve. Kappa = 1/R

Kappa is curvature and R is the radius

I want to know if we can do curve fitting and get the curvature in using the robust lane detection of the model.

from lanedet.

Turoad avatar Turoad commented on August 21, 2024

Maybe you can try the curve-based method, like PolyLaneNet or LSTR. These methods predict the curve of lanes as a polynomial regression task.

from lanedet.

k-nayak avatar k-nayak commented on August 21, 2024

I am trying to implement ultra fast lane detection model. And use curve base method to detect curvature. I will try lstr ans poly lanenet, if it doesn't work. Thanks for the suggestion.

from lanedet.

Turoad avatar Turoad commented on August 21, 2024

If you are using UFLD, the curvature of lanes is calculated from post-processing?

from lanedet.

k-nayak avatar k-nayak commented on August 21, 2024

Not really, I plan on using the traditional method of the perspective transform to BEV and calculating curvature using the detected lanes from the network.

from lanedet.

Turoad avatar Turoad commented on August 21, 2024

If so, I think you can also try other models like LaneATT (anchor-based method), RESA (segmentation-based method).

from lanedet.

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.