Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data processing for bezier lane #33

Open
anhtr-nguyn opened this issue Jan 2, 2025 · 1 comment
Open

Data processing for bezier lane #33

anhtr-nguyn opened this issue Jan 2, 2025 · 1 comment

Comments

@anhtr-nguyn
Copy link

Dear authors,

I do not understand why you transform the ground truth centerline into control points of beizer curve, then during the training phase, you transform these control points into 11 points of centerline again. What is the purpose of this process ? Why we dont just use ground truth directly (interpolate it into 11 points, for example)

Thank you

@wudongming97
Copy link
Owner

wudongming97 commented Jan 2, 2025

In the beginning, we use bezier curves because they are visibly smooth. However, from our latest experiments, regressing 11 points performs similarly to the bezier method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants