Giter Site home page Giter Site logo

Comments (2)

ziqipang avatar ziqipang commented on August 21, 2024 1

Hi @DanielDauner

I am really thrilled to receive your detailed reply! What you have mentioned is greatly valuable for me because I cannot get these first-hand experiences just by reading the documents. Thank you so much for your help!

Best,

Ziqi

from tuplan_garage.

DanielDauner avatar DanielDauner commented on August 21, 2024

Hi @ziqipang,

I appreciate your interest in our project!

The regular data of nuPlan contains the trajectory and positions of all agents in the scene, together with the expert route and traffic-light states. Regardless, the data size is enormous and even expands after unzipping. Therefore, for the complete training, validation, and test set, you need about 2.5TB.

For starting, you can use the nuPlan mini split or only the validation and test split (which might require some adaptations in the data loading). If you want to train ML planners heavily, I am unsure if you can avoid the large training split since there is currently no condensed trajectory dataset publicly available.

However, nuPlan has an internal method to “condense” a training set. Before training, the logs are converted into a feature cache where all input features and targets are precomputed into some custom tensor representation. The system you’re training on (e.g. a computation cluster) doesn’t need to access the complete dataset but only the feature cache, which is usually just a few GB in size. Therefore, you only need one local system (or one hard drive) that contains the complete dataset and use your feature cache everywhere else.

I hope that helps. Feel free to ask further questions!

from tuplan_garage.

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.