-
Notifications
You must be signed in to change notification settings - Fork 279
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
[Docs] Move introduction in index #355
base: master
Are you sure you want to change the base?
Conversation
ptal! @perone @theDebugger811 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @lucabergamini, added a few comments.
* Study the improvement in performance of these systems as the amount of data increases. | ||
|
||
|
||
This software is developed by Lyft Level 5 self-driving division and is :ref:`open to external contributors <contribute>`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lyft Level 5 -> Woven Planet Level 5
Video Tutorial | ||
-------------- | ||
|
||
Here is a short video tour introducing the L5Kit and the functionalities of the library. | ||
|
||
.. raw:: html | ||
|
||
<iframe width="560" height="315" src="https://www.youtube.com/embed/1cfXBS0i92Q" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should move this somewhere else, it is too much for the landing page of the documentation.
This repository and the associated datasets constitute a framework for developing learning-based solutions to prediction, planning and simulation problems in self-driving. State-of-the-art solutions to these problems still require significant amounts of hand-engineering and unlike, for example, perception systems, have not benefited much from deep learning and the vast amount of driving data available. | ||
|
||
The purpose of this framework is to enable engineers and researchers to experiment with data-driven approaches to planning and simulation problems using real world driving data and contribute to state-of-the-art solutions. | ||
|
||
|
||
.. image:: images/pipeline.png | ||
:width: 800 | ||
:alt: Modern AV pipeline | ||
|
||
You can use this framework to build systems which: | ||
|
||
* Turn prediction, planning and simulation problems into data problems and train them on real data. | ||
* Use neural networks to model key components of the Autonomous Vehicle (AV) stack. | ||
* Use historical observations to predict future movement of cars around an AV. | ||
* Plan behavior of an AV in order to imitate human driving. | ||
* Study the improvement in performance of these systems as the amount of data increases. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to summarize this, too much text here, it ends up hiding the news/changelog below and the table of contents.
Move introduction into the index page.