Dataset Assistance Tool
To facilitate your use, we also provide some dataset auxiliary tools. The following will introduce them to you based on the usage scenarios.
Extract Camera Parameters
Usage
Run tools/gen_camera_param_nusc.py to retrieve the intrinsic and extrinsic parameters of cameras from the nuScenes dataset.
Parameters Introduction
Usgae Example
Save the intrinsic and extrinsic parameter matrices of NuScenes cameras by city.
Extract Model Input Reference Points
Usage
Run tools/gen_reference_points_nusc.py to obtain the model input reference points from the nuScenes dataset.
Parameters Introduction
Usgae Example
Compute Transformation Matrix
Usage
Run tools/homography_generator.py to calculate the transformation matrix from ego to image.
Parameters Introduction
Usgae Example
Compute Model Input Reference Points
Usage
Run tools/reference_points_generator.py to calculate the model input reference points from the homography matrix.
Parameters Introduction
Usgae Example
For a detailed introduction to the configuration file, please refer to the [Configuration] section [config configuration] (../config/keywords).
