Starting from:

$25

AuE8200 - Machine Perception - Intelligence - Homework 2 - Solved

1.      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)

  

 

2.      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)

 

3.      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)

 

4.      Rather than using NuScene dev-kit, implement below by yourself (total 35 points):

(1)   Visualize images (you can use library OpenCV or others), Samp[ooplle code. (5’)

(2)   Visualize Lidar point cloud data

a.       You can refer to this sample code.

b.      Colorize points by height, intensity, and semantic label respectively.

i.           Height is the Z value for a point. (5’)

ii.         You can get intensity referring the code here. (5’)

iii.       You can get semantic label from the sample above code. (5’)

(3)   Visualize Radar data

c.       Use any other library (e.g, Open3D, PCL, etcl) or modify the previous sample code to visualize the Radar data which you chosen. (5’)

d.      Colorize points by below two variable aspects respectively.

i.         For height  (if it’s all zero, you can colorize the points by distance), (5’)

ii.      For velocity, you can find some velocity information from here.  (5’)

 

5.      Using NuScene dev-kit for the set of data which you picked up: (45 points) (1) Visualize Radar data projection on image

i. here. (5’)

b.      Explain the above calibration info, and pipeline of First~Fifth steps in the code. (10’)

c.       Visualize Radar data projection on image based on calibration info. (10’)

(2) Visualize LiDAR data projection on image

d.      Print and explain the calibration info (between LiDAR and Camera sensors)  by referring here. (5’)

e.       Visualize LiDAR data projection on image based on calibration info. (15’)

More products