You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wonder if there is an official dataloader compatible with MMDetection3D? I would like to train a Centerpoint Model on ZOD, and test its performance when a denser lidar is available (128 beams).
Thank you.
The text was updated successfully, but these errors were encountered:
We agree that this would be very useful, and plan to add official support for mmdet3d (either upstream or as a fork/plugin). Unfortunately we do not have an ETA yet.
ZOD frames is supported along with KITTI, Nuscenes and Waymo. It is designed to provide easy access to the 'raw' data in the sense that it is up to you to write a torch Dataset around it. That last step should be fairly easy though, check out the tutorial.
Hi, ZOD team,
I wonder if there is an official dataloader compatible with MMDetection3D? I would like to train a Centerpoint Model on ZOD, and test its performance when a denser lidar is available (128 beams).
Thank you.
The text was updated successfully, but these errors were encountered: