weiyithu / SurroundOcc

[ICCV 2023] SurroundOcc: Multi-camera 3D Occupancy Prediction for Autonomous Driving
Apache License 2.0
792 stars 99 forks source link

Did you perform experiments on Lidar Segmentation task? #34

Open QingXIA233 opened 1 year ago

QingXIA233 commented 1 year ago

Hello, really impressive work! Your dense occupancy label generation pipeline is very enlightening. I notice that SurroundOcc achieves SOTA results on 3d Semantic Occupancy prediction and 3D scene completion tasks. But did you perform experiments on Lidar segmentation task? I wonder whether on this task, SurroundOcc also outperforms TPVFormer. If I have to do Lidar segmentation with SurroundOcc by myself, besides the dataset change, what else changes should I make to the model to make it work on this task instead of occupancy prediction?

weiyithu commented 1 year ago

Hi, thanks for your appreciation of our work. We do not conduct LiDAR segmentation experiments since we it cannot verify 3D reconstruction performance. If you want to do LiDAR segmentation, you can refer to TPVFormer and especially note the segmentation label assignment.