Tsinghua-MARS-Lab / futr3d

Code for paper: FUTR3D: a unified sensor fusion framework for 3d detection
Apache License 2.0
273 stars 38 forks source link

radar_use_dims = [0, 1, 2, 8, 9, 18] #44

Open Guo-Yilong opened 1 year ago

Guo-Yilong commented 1 year ago

In the FUTR3D paper, you used radar coordinates, velocity measurements, and intensities. In the comments of the code, they are " x y z rcs vx_comp vy_comp x_rms y_rms vx_rms vy_rms" .

I think 0->x ,1->y, 2->z,8->vx_comp,9->vy_comp,but I don't know the meaning of 18th dimension. And how intensities are used?

I really appreciate for your help.