OpenDriveLab / OpenScene

3D Occupancy Prediction Benchmark in Autonomous Driving
Apache License 2.0
297 stars 20 forks source link

The detail of data generation pipeline #2

Closed secret104278 closed 1 year ago

secret104278 commented 1 year ago

Dear OpenDriveLab Team, Thank you for sharing your outstanding work with the community. Will you public the details of your data generation pipeline? such as how you manage dynamic objects when merging multiple LiDAR frames in your data pipeline. Thanks in advance.

zhouyunsong commented 1 year ago

Thanks for your interest. In order to ensure the iteration of the dataset, we currently do not have plans to release the code for data processing. However, for the process of occupancy generation, please refer to OccNet (https://github.com/OpenDriveLab/OccNet). We use box annotations to accumulate foreground objects and background point clouds separately.