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:
427369385 by Waymo Research: Internal change -- 427363374 by Waymo Research: Add command line tools for semantic segmentation metrics This CL adds a command line tool for generating prediction file and a tool for calculating metrics. -- 427352112 by Waymo Research: Add a colab tutorial for the 3D semantic segmentation labels. -- 427343731 by Waymo Research: Update bibtex citation for motion dataset -- 427337830 by Waymo Research: Update for perception dataset v1.3 release -- 427301282 by Waymo Research: Tutorial for using and visualizing human keypoints. -- 427299085 by Waymo Research: Keypoint util to crop image and keypoints to a bounding box. -- 427283846 by Waymo Research: Fix a typo -- 427005379 by Waymo Research: Add semantic segmentation metrics calculation utils. This cl adds util function to calculate mean iou for semantic segmentation. -- 426999326 by Waymo Research: Functions to draw 2D and 3D keypoints in colab. -- 426440925 by Waymo Research: Add segmentation label type. -- 426274400 by Waymo Research: Functions to build wireframes from human keypoints for visualization purposes. -- 425752522 by Waymo Research: N/A -- 425741762 by Waymo Research: Append TP, FP, FN to the Precision-Recall tensor. -- 425734533 by Waymo Research: An util library to simplify visualization of keypoint keypoints. -- 425734181 by Waymo Research: Add pytype annotations to frame_utils. -- 425657425 by Waymo Research: Changes ParseScenarioAndPredictionsFromTensors to work if the first agent(s) are invalid, but later agents are valid. -- 424706428 by Waymo Research: Add a soft mAP metric to the open motion dataset. -- 424641292 by Waymo Research: Fix pip docker image building scripts. -- 424161283 by Waymo Research: Changes std::vector to use reserve to ensure empty objects are not created. -- 420333827 by Waymo Research: Print better ShardName for BreakdownGeneratorAllButSign -- 418706218 by Waymo Research: Added proto fields to store camera -> lidar object association. -- 418094418 by Waymo Research: Added a new type for FOREHEAD keypoints. -- 413021210 by Waymo Research: Migrate to protobuf default fast c++ extension -- 411919991 by Waymo Research: Migrate to protobuf default fast c++ extension -- 410384101 by Waymo Research: Force garbage collection in reset_states() of detection evaluator. -- 408748477 by Waymo Research: Add an extra namespace for human keypoint protos. -- 407649419 by Waymo Research: Proto messages and fields to store human keypoints for the Perception dataset. -- 398333246 by Waymo Research: Fix memory overbound reading which caused tsan test failure -- PiperOrigin-RevId: 427369385 -- 429336959 by Waymo Research: Internal change -- 429197557 by Waymo Research: Internal change -- 429143515 by Waymo Research: Colab tutorial for WOD occupancy flow challenge. -- 429142549 by Waymo Research: Utilities for WOD occupancy flow challenge. -- 427909488 by Waymo Research: Internal change. -- 427906270 by Waymo Research: OKS metric for human keypoints. -- 427902082 by Waymo Research: Internal change. -- 429712750 by Waymo Research: Add licence headers for new keypoint modules. -- 429712662 by Waymo Research: Add examples into colab how to use metrics. -- 429712618 by Waymo Research: Tools to convert keypoint protos into tensors. -- 429712128 by Waymo Research: Add per class IOU for 3D semantic segmentation. Also fix some lints. -- 429694437 by Waymo Research: Split keypoint utils into data and drawing utils. -- 429693761 by Waymo Research: WOD occupancy flow challenge: add instructions for running a Jupyter kernel locally. -- 429686904 by Waymo Research: Improve wording issues for human keypoints. -- 429685905 by Waymo Research: Tools to create all supported metrics for keypoints. -- 429685685 by Waymo Research: Metric Percetage of Correct Keypoints (PCK). -- 429685523 by Waymo Research: MPJPE metric for human keypoints. -- 429685363 by Waymo Research: Refactor keypoint OKS metric by extracting a base class for all metrics. -- 429667913 by Waymo Research: Update the 3d semseg types and tutorial colab. -- 429662948 by Waymo Research: internal updates -- 429651913 by Waymo Research: Update readme -- 429617238 by Waymo Research: Minor readability changes for the open motion dataset metrics. -- 429466469 by Waymo Research: Add semantic segmentation submission proto and update dummy files. -- 429416918 by Waymo Research: WOD occupancy flow challenge: create a separate submission file for each test shard. This ensures that the output protobufs stay under the 2GB limit. It also reduces the memory requirement for running the colab. -- 430520427 by Waymo Research: Add license headers to files which are missing it. -- 429784107 by Waymo Research: Update a comment -- 33277383 by Waymo Research: Internal change -- 433261081 by Waymo Research: Fix typos and minor issues in the code related to keypoints. -- 433132388 by Waymo Research: Clarify comments in occupancy flow modules. -- 432596992 by Waymo Research: Support compression and uncompression of segmentation labels. -- 432340005 by Waymo Research: Update command for creating submission tar.gz file. -- 432263484 by Waymo Research: Use list of scenario_ids in WOD occupancy flow tutorial notebook. -- 432248767 by Waymo Research: Internal change only. -- 432096622 by Waymo Research: internal change -- 432048666 by Waymo Research: Internal change. -- 432043703 by Waymo Research: Update semantic segmentation proto to allow multiple range images in each frame -- 431090436 by Waymo Research: Specify effective validation set for WOD occupancy flow challenge. Simplify submission proto messages. -- 433359745 by Waymo Research: Add arxiv link for the occupancy flow paper to the colab. -- 433341994 by Waymo Research: Internal updates -- 433377526 by Waymo Research: Normalize sdc yaw when generating occupancy flow ground-truth. -- 433505401 by Waymo Research: Minor fixes to the tutorial colabs. Updated the 3d semseg image. -- 433499289 by Waymo Research: Minor fixes to the keypoint tutorial. -- 433517877 by Waymo Research: Fix json for the keypoint tutorial. -- 433555762 by Waymo Research: Fix json for occupancy flow tutorial notebook. -- 433541722 by Waymo Research: Update the 3d semseg visualization image. Added a legend. --
- Loading branch information