Home

RACPIT visualization

logo This notebook demonstrates our simulation, preprocessing and visualization pipeline for radar data. See its source here.

Simulation

Radar data loading

Data synthesis

Load skeleton data

Synthesize raw data from skeleton points using a radar configuration

The result is a DataFrame

Preprocessing

The raw data is processed and converted to an xarray DataArray

The Range Doppler Maps can be converted to dB

Range & Doppler spectrograms in dB can also be calculated

Data animations

Process range & Doppler information from the real recording and extract a short time slice from it

Image transformation

RACPIT Architecture

Open recordings as a list of Xarray.Datasets

The example uses lazy load, but in the GPU load=True boosts performance

Extract short spectrograms from the recordings

Transform images

Load Image Transformation Network

Transform real data with the ITN

Plotting