feat(pai): add radar sensor support to PAI converter and ncore_vis#64
Draft
janickm wants to merge 1 commit intoNVIDIA:mainfrom
Draft
feat(pai): add radar sensor support to PAI converter and ncore_vis#64janickm wants to merge 1 commit intoNVIDIA:mainfrom
janickm wants to merge 1 commit intoNVIDIA:mainfrom
Conversation
dfa64b1 to
908caba
Compare
e2eefe8 to
5208697
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
RadarSensorComponentformatncore_vis(3D point cloud component with fusing, motion compensation, and radar-specific color styles including radial velocity, RCS, SNR)ncore_visncore_project_pc_to_img.pyto auto-detect and support radar sensors viaRayBundleSensorProtocolData Signal Mapping
Per-detection radar signals from the PAI parquet are mapped as follows:
direction(float32 [N,3])distance_m(float32 [1,N])generic_data["radial_velocity"]generic_data["rcs"]generic_data["snr"]generic_data["exist_probb"]generic_meta_dataKey Implementation Details
sensor_extrinsicsparquet (the.offlinevariant only contains cameras + lidar). The converter falls back to the raw variant automatically.scan_index(DataFrame index level 0), with each scan becoming onestore_frame()call.ncore_visradar component auto-discoversgeneric_datafields and offers them as color styles, defaulting toradial_velocitywhen available.Test
Verified end-to-end with streaming conversion of clip
0683f871-7d49-4bf9-8201-6227af1221bc: