Description
A .zip file of source code (and data if any) with names indicating question number; * You can choose either Python, Matlab or any other programming language.
- You can find some sample codes from the course GitHub Repo if you use Python.
- For NuScene dataset access, you may need to register on that website. To save time, you can download only the Full dataset/Mini set: (5 point)
- If you use Python, set up the NuScene develop kit locally, you may need to install Anaconda and Jupyter notebook; If you use Matlab, setup your Matlab for this data process. (5 point)
- Pickup a set of data, including Image, Lidar, and Radar data. Visualize them respectively. If you use Python, you can refer to NuScene dev-kit tutorial reference code. (10 points)
- Rather than using NuScene dev-kit, implement below by yourself (total 35 points):
- Visualize images (you can use library OpenCV or others), Samp[ooplle code. (5’)
- Visualize Lidar point cloud data
- You can refer to this sample code.
- Colorize points by height, intensity, and semantic label respectively.
- You can get semantic label from the sample above code. (5’)
- Visualize Radar data
- Use any other library (e.g, Open3D, PCL, etcl) or modify the previous sample code to visualize the Radar data which you chosen. (5’)
- Colorize points by below two variable aspects respectively.
- Using NuScene dev-kit for the set of data which you picked up: (45 points) (1) Visualize Radar data projection on image
- here. (5’)
- Explain the above calibration info, and pipeline of First~Fifth steps in the code. (10’)
- Visualize Radar data projection on image based on calibration info. (10’)
(2) Visualize LiDAR data projection on image



