Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NVlabs/trajdata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: NVlabs/trajdata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 13 commits
  • 56 files changed
  • 9 contributors

Commits on Apr 22, 2023

  1. Waymo Dataset Support (#21)

    * Install waymo devkit
    
    * Create dataset_specific folders for waymo dataset
    
    * Implement functions for waymo
    
    * More method implementations
    
    * Format agent data
    
    * Drop agents with only one detection for waymo
    
    * More waymo map implementation
    
    * Refactor and add parallelization to waymo data loading
    
    * Add name check for waymo dataset
    
    * Refactor cache_map
    
    * Implement traffic light status extraction from waymo
    
    * Revert accidental change
    
    * Add tqdm to extract_vectorized function
    
    * Iterate to get the max/min point in waymo map
    
    * Set origin shifting to be 0
    
    * Remove shallow copy
    
    * Update
    
    * Remove commented code and add linear interpolation
    
    * Refactor waymo data loading
    
    * Refactor waymo_dataset implementation
    
    * Fix major bugs
    
    * More debugging
    
    * Add interpolation and remove hard-coded value
    
    * Fix interpolation and first/last timesteps
    
    * Fix interpolation
    
    * Update agent data extraction
    
    * Fix first/last_timestep
    
    * remove unnecessary lines
    
    * Lots of quality of life improvements in preparation for merging (formatting, a bit of refactoring and speedups, parallelism for maps, etc). Remaining big todo is fixing map element boundaries...
    
    * Small formatting post-merge.
    
    * Initial solution for Waymo boundaries.
    
    * Saving work quickly to try something else.
    
    * We'll take it. Just remaining is the connectivity fix and then we can call it.
    
    * Traffic light saving done.
    
    * Small comment fix.
    
    * Fixing lane connectivity, will evaluate it later with improved visualizations.
    
    * Removing TODO comment.
    
    * Lessened the number of hops in the map_api_example.
    
    * Updating version, README, and DATASETS with Waymo info.
    
    * Adding newline.
    
    ---------
    
    Co-authored-by: songgua7 <[email protected]>
    Co-authored-by: Boris Ivanovic <[email protected]>
    Co-authored-by: Boris Ivanovic <[email protected]>
    4 people authored Apr 22, 2023
    Configuration menu
    Copy the full SHA
    860908a View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    918a976 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    6c6ce12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0172da1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    8d01a36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35ee3b3 View commit details
    Browse the repository at this point in the history
  3. Updating CI.

    BorisIvanovic committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    a4a1513 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bc8ab5 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Configuration menu
    Copy the full SHA
    748b8b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Adding quality of life improvements, map area querying, fixing nuPlan…

    … lane ID format, and the ability to cache the data index.
    BorisIvanovic committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    c1a9499 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2024

  1. Add Av2 Motion Forecasting dataset (#49)

    * Add av2 motion forecasting to trajdata
    
    * Update README
    
    * Update README
    
    * Set robot's name to "ego"
    EPronovost authored Nov 16, 2024
    Configuration menu
    Copy the full SHA
    32d071d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2b5a7e View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2024

  1. Add View-of-Delft Prediction dataset (#50)

    * Add VoD Prediction dataset
    
    * Add VoD to README.md
    
    * Remove vod_mini
    
    * Update requirement for latest vod-devkit
    hboekema authored Dec 21, 2024
    Configuration menu
    Copy the full SHA
    51f0efa View commit details
    Browse the repository at this point in the history
Loading