Closed ZhangYu1ing closed 3 years ago
As I understanding, you may want to paint the image information to the lidar points by 'PaintData'. The function 'paint' in this script plays the same role as the 'PointPainting' algorithm. So here we do not need to invoke the any functions in 'PointPainting' algorithm. Instead, we could only run this script and realize CenterPoint+PointPainting. Please correct me if I have any misunderstandings:D
This script just tries to explain how pointpainting works. It is not runable alone with the current codebase. You can take a look at the paint function and write your version of pointpainting.
2
mmdetection3d contains an reimplementation of CenterPoint. Here, info_path is a path to an info file that should contain camera intrinsic, extrinsics, config is a config in mmdet3d under nuimages folder.
Hi,
thanks for sharing the idea for combining CenterPoint and PointPainting in https://github.com/tianweiy/CenterPoint/issues/56#issuecomment-761717909. I have attempted to run this script and there are some questions and I also want to make sure the aim of this script:
I would appreciate your reply. Thanks in advance :D