Hi,
The sample/sample_annotation/key_frame is 2Hz in frequency. It means that the furthest sample_data would be about (1000ms / 2Hz / 2 = 250ms) away from the associated key_frame.
In this period, the car may move (250ms * 80MPH ~= 8.9meters), if the ego car is moving in +40MPH and the other car is moving in -40MPH.
In this case, how can we label the radar points in non-key_frame sample_data, considering that the true radar points may be 8.9meters away from the bounding box in the key_frame?
Thanks,
Feng