-
Notifications
You must be signed in to change notification settings - Fork 625
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged commit includes the following changes:
616745794 by Waymo Research: Modify config for the 2024 WOSAC challenge. -- 616215113 by Waymo Research: Internal changes. -- 616204684 by Waymo Research: Small text and typo fixes. -- 616193525 by Waymo Research: License header updates. -- 616192816 by Waymo Research: Updating pip package and README file. -- 616065453 by Waymo Research: Fix tutorial and api for womd -- 615749226 by Waymo Research: Internal change. -- 615478267 by Waymo Research: Internal changes. -- 614597908 by Waymo Research: Add z-stretching to the computation of distances to polylines. "Z-stretch" is scaling factor for vertical distances used when finding the closest segment to a query point. This prevents wrong associations in cases with under- and over-passes. -- 614597569 by Waymo Research: Modify distance to polylines function to use altitude. Altitudes i.e. z-coordinates are used to find the closest segment to a query point. The distances returned remain 2d distances in the XY plane. -- 614597267 by Waymo Research: Batch computation of distances to polylines. Instead of iterating on polylines one by one, they are stacked with the same padded length and processed all at once. -- 611184527 by Waymo Research: Automated Code Change -- 610359862 by Waymo Research: Automated Code Change -- 607768062 by Waymo Research: Internal fixes. -- 607661995 by Waymo Research: Use central difference instead of forward difference for derivative fields used in Sim Agents metrics. -- 607067387 by Waymo Research: Normalizes the heading difference angle to (-PI, PI) in the motion challenge metrics trajectory classifier. This also adjusts some of the classifier thresholds to improve classification. This CL also adds multiple unit tests to validate the new logic. -- 606237500 by Waymo Research: Modify object distance computation to enable representing objects with rounded rectangles. Set default distance computation to use a rounding factor of `0.7`. -- 605292127 by Waymo Research: Adding simulated collision and offroad rates for sim agents. -- 604720923 by Waymo Research: Update colab, fix pytype errors, reformat occupancy-flow files. -- 602441918 by Waymo Research: Change paper bibtex -- 601226921 by Waymo Research: fix typo api name in tutorial -- 601222323 by Waymo Research: Add tutorial of merging WOMD camera data scenario protos with existing dataset, and extracting camera embeddings from camera tokens. -- 601220113 by Waymo Research: add util functions to load camera data for WOMD -- 600650427 by Waymo Research: Add camera tokens field in scenario proto for WOMD dataset -- 598915141 by Waymo Research: Automated Code Change -- 596061334 by Waymo Research: internal change -- PiperOrigin-RevId: 616745794
- Loading branch information
Waymo Research
authored and
Nico Montali
committed
Mar 18, 2024
1 parent
3652937
commit 62b97ad
Showing
58 changed files
with
2,430 additions
and
1,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.