100% Guaranteed Results


AuE8200 – `Homework 2 Machine Perception and Intelligence Solved
$ 20.99
Category:

Description

5/5 – (1 vote)

AuE 8200: Machine Perception and Intelligence
▪ This document (with answers), and with your program results/visualization;
▪ 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.

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’)

Reviews

There are no reviews yet.

Be the first to review “AuE8200 – `Homework 2 Machine Perception and Intelligence Solved”

Your email address will not be published. Required fields are marked *

Related products