Please share the steps for getting the below three sensor data of same instance in a loop as a variable (as numpy/Tensor).
- Front-camera
- LiDAR
- Front-Radar
Also please share how to use Annotation filter (AF) specific to each sensor.
Please share the steps for getting the below three sensor data of same instance in a loop as a variable (as numpy/Tensor).
Also please share how to use Annotation filter (AF) specific to each sensor.
Please have a look at the tutorial, which explains all the basics: https://www.nuscenes.org/tutorial
In particular, the get_sample_data function should be helpful:
https://github.com/nutonomy/nuscenes-devkit/blob/master/python-sdk/nuscenes/nuscenes.py#L203