tianweiy / CenterPoint

MIT License
1.88k stars 457 forks source link

Multi-Sweep Egocentric Mapping #291

Closed renwang435 closed 2 years ago

renwang435 commented 2 years ago

In multi-frame models, I'm assuming you map all Lidar points to the same (egocentric) frame. Is this done during preprocessing (building of the dataset), or is it done at training time by some part of the model (e.g. right before PointPillars/VoxelNet featurization)? I could not find this part in your code. Thank you!

tianweiy commented 2 years ago

in preprocessing, specifically here https://github.com/tianweiy/CenterPoint/blob/3c64610e78756990c8f67732749806a7a83caa5a/det3d/datasets/pipelines/loading.py#L64

https://github.com/tianweiy/CenterPoint/blob/3c64610e78756990c8f67732749806a7a83caa5a/det3d/datasets/pipelines/loading.py#L95