Song-Jingyu / PointPainting

This repository is an open-source PointPainting package which is easy to understand, deploy and run!
MIT License
238 stars 45 forks source link

Question on projecting on segmentation map #36

Closed rod409 closed 1 year ago

rod409 commented 1 year ago

Can you explain why you project the points on the segmentation map after they were already projected to camera coordinates? Start of the code I am confused about is below.

https://github.com/HuangCongQing/PointPainting-notes/blob/hcq/20221203/painting/painting.py#L179

rod409 commented 1 year ago

Never mind I understand from the KITTI paper that describes the projection matrices.