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

[Docs] Move introduction in index #355

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lucabergamini
Copy link
Contributor

Move introduction into the index page.

@lucabergamini
Copy link
Contributor Author

ptal! @perone @theDebugger811

Copy link
Contributor

@perone perone left a 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>`.
Copy link
Contributor

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

Comment on lines +36 to +44
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>

Copy link
Contributor

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.

Comment on lines +15 to +30
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.
Copy link
Contributor

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.

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

Successfully merging this pull request may close these issues.

None yet

2 participants