ZwwWayne / mmMOT

[ICCV2019] Robust Multi-Modality Multi-Object Tracking
252 stars 25 forks source link

Fusion of Camera And Lidar. #40

Open vignesh628 opened 3 years ago

vignesh628 commented 3 years ago

Hello @ZwwWayne . In the proposed architecture we are fusing the lidar point cloud and the camera information .

Can you please comment on what will be the output confidence value and the bounding box coordinates ??

  1. Do we take the bounding box and confidence information from lidar point cloud 3D detections (or) Camera Image 3D detections ??

  2. What if the one of the sensor fails. How we get the bounding box and the confidence score information. ??

  3. The output from the architecture is (y true, y new, y end , y link). How we are getting the track id's from these outputs ??

  4. What is y new and y end ( Start and end of the trajectory ) ?? Thanks In Advance ....